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
2016-04-20 09:48:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
87189c2b8b10bc04963a2a55a7dd11127307aaca
87189c2b
1 parent
4a516996
Updated 远程教学之页面动作消息 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
远程教学之页面动作消息.md
远程教学之页面动作消息.md
View file @
87189c2
...
...
@@ -3,6 +3,12 @@
页面内的动作消息的类型统一为templateAction,包括基本的动作类型,播放器的消息类型(带有子类型 subType:playerAction),回答的消息类型(subType:selectAnswer),画板的消息类型(subType:drawPanelAction)
type:templateAction
目前的subType类型
*
basicAction (基本动作,拟追加)
*
playerAction (播放器)
*
selectAnswer (选择问题)
*
activity (课堂活动)
为了保证学生端和老师端的消息同步,页面内的动作消息包括消息索引(index)和页面索引(pageIndex)
### 通用的基本动作定义
...
...
Please
register
or
login
to post a comment