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 12:03:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8e76fa6bcb02cc22dd5a4fae60c98ecb4f12324c
8e76fa6b
1 parent
249af38e
Updated 远程教学之回答相关消息 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
远程教学之回答相关消息.md
远程教学之回答相关消息.md
View file @
8e76fa6
...
...
@@ -30,7 +30,8 @@
单词拼写
{
type:"answer"
command:"selectWordCandidate"
subType:selectCandidate
command:"selectWord"
parameter:"w"
index:2(保证页面内消息按顺序;每次进入新的模板,从0开始计数)
pageIndex:1(与老师当前模板页的pageIndex值相同)
...
...
@@ -39,7 +40,8 @@
句子拼写
{
type:"answer"
command:"selectSentenceCandidate"
subType:selectCandidate
command:"selectSentence"
parameter:"what is your name?"
index:2(保证页面内消息按顺序;每次进入新的模板,从0开始计数)
pageIndex:1(与老师当前模板页的pageIndex值相同)
...
...
@@ -70,6 +72,7 @@
```
{
type:
"answer"
subType
:
"report"
command:
"reportReadingScore"
parameter:
16
index:
2
(保证页面内消息按顺序;每次进入新的模板,从
0
开始计数)
...
...
@@ -79,4 +82,4 @@
### 待处理问题
多项选择题,当不同的题目有相同选项的时候,目前的处理方式不够完善
另外多个题目,当学生选择的时候,有可能教师在看另外一道题目,可能学生选择的结果不能正确的显示在老师端。
另外多个题目,当学生选择的时候,有可能教师在看另外一道题目,可能学生选择的结果不能正确的显示在老师端。
\ No newline at end of file
...
...
Please
register
or
login
to post a comment