echo

Updated 远程教学之回答相关消息 (markdown)

... ... @@ -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开始计数)
... ...