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
KevinYangGit
2016-03-29 20:45:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d4495f4608b3d9c09471ff5cc48a57e781de86c5
d4495f46
1 parent
19016ceb
Updated 远程教学之回答相关消息 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
远程教学之回答相关消息.md
远程教学之回答相关消息.md
View file @
d4495f4
...
...
@@ -32,6 +32,8 @@
type:"answer"
command:"selectWordCandidate"
candidate:"w"
index:2(保证页面内消息按顺序,每次进入新的模板,index = 0)
pageIndex:1(与老师当前模板页的pageIndex值相同)
}
句子拼写
...
...
@@ -39,6 +41,8 @@
type:"answer"
command:"selectSentenceCandidate"
candidate:"what is your name?"
index:2(保证页面内消息按顺序,每次进入新的模板,index = 0)
pageIndex:1(与老师当前模板页的pageIndex值相同)
}
文字选择(包括测验题中的选择题,阅读理解,完形填空,音视频听力练习中的选择题)
...
...
@@ -46,6 +50,8 @@
type:"answer"
command:"selectTextAnswer"
candidate:"It is a book."
index:2(保证页面内消息按顺序,每次进入新的模板,index = 0)
pageIndex:1(与老师当前模板页的pageIndex值相同)
}
听音选图
...
...
@@ -53,5 +59,7 @@
type:"answer"
command:"selectImageAnswer"
candidate:图片id
index:2(保证页面内消息按顺序,每次进入新的模板,index = 0)
pageIndex:1(与老师当前模板页的pageIndex值相同)
}
```
...
...
Please
register
or
login
to post a comment