Showing
1 changed file
with
5 additions
and
5 deletions
1 | [返回远程教学相关文档](远程教学相关文档) | 1 | [返回远程教学相关文档](远程教学相关文档) |
2 | 2 | ||
3 | -* 开始课程 | 3 | +* 开始课程(教师端动作) |
4 | ``` | 4 | ``` |
5 | type:flow | 5 | type:flow |
6 | command:beginCourse | 6 | command:beginCourse |
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | command:acceptCourse | 12 | command:acceptCourse |
13 | ``` | 13 | ``` |
14 | 14 | ||
15 | -* 下发课程资源信息与教师端元数据 | 15 | +* 下发课程资源信息与教师端元数据(教师端动作) |
16 | ``` | 16 | ``` |
17 | type:flow | 17 | type:flow |
18 | command:prepareCourse | 18 | command:prepareCourse |
@@ -35,20 +35,20 @@ fc5545a9a728904dc533efcbfff1d2c5, | @@ -35,20 +35,20 @@ fc5545a9a728904dc533efcbfff1d2c5, | ||
35 | ] | 35 | ] |
36 | ``` | 36 | ``` |
37 | 37 | ||
38 | -* 学生端已经下载好课程所需要的资源 | 38 | +* 学生端已经下载好课程所需要的资源(学生端动作) |
39 | ``` | 39 | ``` |
40 | type:flow | 40 | type:flow |
41 | command:downloadedAllCourseResources | 41 | command:downloadedAllCourseResources |
42 | ``` | 42 | ``` |
43 | 43 | ||
44 | -* 发送课程页信息 | 44 | +* 发送课程页信息(教师端动作) |
45 | ``` | 45 | ``` |
46 | type:flow | 46 | type:flow |
47 | command:coursePage | 47 | command:coursePage |
48 | pageInfo:页面Json信息 | 48 | pageInfo:页面Json信息 |
49 | ``` | 49 | ``` |
50 | 50 | ||
51 | -* 结束课程 | 51 | +* 结束课程(教师端动作) |
52 | ``` | 52 | ``` |
53 | type:flow | 53 | type:flow |
54 | command:endCourse | 54 | command:endCourse |
-
Please register or login to post a comment