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
Kevin
2016-07-01 20:40:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d8315d652856c2697cfc8fe38fa9d50de5cdd5b
2d8315d6
1 parent
84cbf94d
Updated 远程教学之回答相关消息 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
远程教学之回答相关消息.md
远程教学之回答相关消息.md
View file @
2d8315d
...
...
@@ -32,7 +32,8 @@
type:"answer"
subType:selectCandidate
command:"selectWord"
parameter:"w"
parameter:"w"(使用容错处理方案时,为空“”,表示学生端单词已经拼写完成)
candidateIndex:"0"(该消息的顺序标志“1”,“2”..;为空时“”,表示不使用容错处理方案,反之,表示使用)
index:2(保证页面内消息按顺序;每次进入新的模板,从0开始计数)
pageIndex:1(与老师当前模板页的pageIndex值相同)
}
...
...
@@ -42,7 +43,8 @@
type:"answer"
subType:selectCandidate
command:"selectSentence"
parameter:"what is your name?"
parameter:"what is your name?"(使用容错处理方案时可为空“”,为空表示学生端单词已经拼写完成)
candidateIndex:"0"(该消息的代号“1”,“2”..;为空时“”,表示不使用容错处理方案,反之,表示使用)
index:2(保证页面内消息按顺序;每次进入新的模板,从0开始计数)
pageIndex:1(与老师当前模板页的pageIndex值相同)
}
...
...
Please
register
or
login
to post a comment