Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2015-03-19 14:49:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb18d5a3cf0a09debfdc153c0f51c5e6eaf0692d
bb18d5a3
1 parent
e3554df8
Updated 模板类型 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
模板类型.md
模板类型.md
View file @
bb18d5a
### 基础模板
*
MainTypeBegin = 0, //主类型开始的枚举值
*
CourseContent = MainTypeBegin, //综合学习
*
SelectImageByWord, //看文字选图
...
...
@@ -14,7 +15,7 @@
*
Exercise = 12, //练习(用在教师版的练习模块中)
*
SelectImageByListenArticle, //听文章选图
### 综合学习模板
*
CourseSubTypeBegin = 100, //综合学习的子类型开始枚举值
*
WordsLearning = CourseSubTypeBegin, //单词学习
*
VideoLearning, //视频学习
...
...
@@ -35,7 +36,8 @@
*
CommonTypeBegin = 200,
*
CommonTitle = CommonTypeBegin, //通用的学习封面
*
CommonSummary, //通用的学习总结
### 作业模板
*
HomeworkBegin = 300, //作业类型开始枚举值
*
SentenceExercise = HomeworkBegin, //句型练习题
...
...
@@ -58,7 +60,8 @@
*
HomeworkReviewResult = HomeworkReviewResultBegin,
*
SentenceHomeworkReviewResult = 410,
*
OralHomeworkReviewResult = 420,
### 自学模板
*
SelfStudyBegin = 500, //课程学习
*
SelfWordStudy = SelfStudyBegin, //单词学习
*
SelfVideoStudy, //个人视频学习
...
...
Please
register
or
login
to post a comment