Showing
1 changed file
with
12 additions
and
15 deletions
| 1 | ### 基础模板 | 1 | ### 基础模板 |
| 2 | -* MainTypeBegin = 0, //主类型开始的枚举值 | 2 | +* CourseContent = 0, //综合学习 |
| 3 | -* CourseContent = MainTypeBegin, //综合学习 | 3 | +* SelectImageByWord = 1, //看文字选图 |
| 4 | -* SelectImageByWord, //看文字选图 | 4 | +* SelectImageBySound = 2, //听音选图 |
| 5 | -* SelectImageBySound, //听音选图 | 5 | +* FillBlanksBySelectWords = 3, //选词填空 |
| 6 | -* FillBlanksBySelectWords, //选词填空 | 6 | +* LookAndSay = 4, //看图说话 |
| 7 | -* LookAndSay, //看图说话 | 7 | +* SelectTextAnswer = 5, //选择文字答案 |
| 8 | -* SelectTextAnswer, //选择文字答案 | 8 | +* Dictation = 6, //听写题 |
| 9 | -* Dictation, //听写题 | 9 | +* SortPractice = 7, //排序题 |
| 10 | -* SortPractice, //排序题 | 10 | +* ClassifyPractice = 8, //分类题 |
| 11 | -* ClassifyPractice, //分类题 | ||
| 12 | * ComprehensiveTest = 9, //阅读/听力理解题 | 11 | * ComprehensiveTest = 9, //阅读/听力理解题 |
| 13 | * TestExam = 10, //考试 | 12 | * TestExam = 10, //考试 |
| 14 | * Dialogue = 11, //对话 | 13 | * Dialogue = 11, //对话 |
| 15 | * Exercise = 12, //练习(用在教师版的练习模块中) | 14 | * Exercise = 12, //练习(用在教师版的练习模块中) |
| 16 | -* SelectImageByListenArticle, //听文章选图 | 15 | +* SelectImageByListenArticle = 13, //听文章选图 |
| 17 | 16 | ||
| 18 | ### 综合学习模板 | 17 | ### 综合学习模板 |
| 19 | -* CourseSubTypeBegin = 100, //综合学习的子类型开始枚举值 | 18 | +* WordsLearning = 100, //单词学习 |
| 20 | -* WordsLearning = CourseSubTypeBegin, //单词学习 | ||
| 21 | * VideoLearning, //视频学习 | 19 | * VideoLearning, //视频学习 |
| 22 | * AudioLearning, //音频学习 | 20 | * AudioLearning, //音频学习 |
| 23 | * GrammarTitle, //语法标题 | 21 | * GrammarTitle, //语法标题 |
| @@ -37,8 +35,7 @@ | @@ -37,8 +35,7 @@ | ||
| 37 | * CommonSummary, //通用的学习总结 | 35 | * CommonSummary, //通用的学习总结 |
| 38 | 36 | ||
| 39 | ### 自学模板 | 37 | ### 自学模板 |
| 40 | -* SelfStudyBegin = 500, //课程学习 | 38 | +* SelfWordStudy = 500, //单词学习 |
| 41 | -* SelfWordStudy = SelfStudyBegin, //单词学习 | ||
| 42 | * SelfVideoStudy, //个人视频学习 | 39 | * SelfVideoStudy, //个人视频学习 |
| 43 | * SelfReadingWithVoiceStudy, //个人听读学习 | 40 | * SelfReadingWithVoiceStudy, //个人听读学习 |
| 44 | * SelfPureReadingStudy, //个人纯阅读学习 | 41 | * SelfPureReadingStudy, //个人纯阅读学习 |
-
Please register or login to post a comment