namespace SK.Framework
{
/// <summary>
/// 任务运行模式
/// </summary>
public enum TaskMode
Teach, // 教学模式(强提示)
Practice, // 练习模式(弱提示)
Exam // 考试模式(无提示)
}