You need to sign in or sign up before continuing.
远程教学之流程消息.md 1.23 KB

返回远程教学相关文档

  • 开始课程(教师端动作)

    type:flow
    command:beginCourse
    
  • 接受课程(学生端动作)

    type:flow
    command:acceptCourse
    
  • 下发课程资源信息与教师端元数据(教师端动作)

    type:flow
    command:prepareCourse  
    screenWidth:屏幕宽度
    screenHeight:屏幕高度
    device:ios
    appVersion:6.6.0
    attachmentType:smallFile
    

附属的小文件是一个Json格式的资源列表

[
95d8ca1ca0c5209bd75a4c2181f8609d,
7b251f924497500ed26428342a815d1b,
45bc7b7e7828020eaa016674327d5dff,
53f086e895518ee3b488404620117d56,
fc5545a9a728904dc533efcbfff1d2c5,
7b251f924497500ed26428342a815d1b
]
  • 学生端已经下载好课程所需要的资源(学生端动作)

    type:flow
    command:downloadedAllCourseResources
    
  • 发送课程页信息(教师端动作)

    type:flow
    command:coursePage
    attachmentType:smallFile
    

    附属的小文件是一个Json格式的页面信息 (考虑到将来如果页面比较复杂,或者附加了比较长的文章,可能出现当个页面信息过长,不适合发送自定义信息的情况)

  • 结束课程(教师端动作)

    type:flow
    command:endCourse