KevinYangGit

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

@@ -32,6 +32,8 @@ @@ -32,6 +32,8 @@
32 type:"answer" 32 type:"answer"
33 command:"selectWordCandidate" 33 command:"selectWordCandidate"
34 candidate:"w" 34 candidate:"w"
  35 + index:2(保证页面内消息按顺序,每次进入新的模板,index = 0)
  36 + pageIndex:1(与老师当前模板页的pageIndex值相同)
35 } 37 }
36 38
37 句子拼写 39 句子拼写
@@ -39,6 +41,8 @@ @@ -39,6 +41,8 @@
39 type:"answer" 41 type:"answer"
40 command:"selectSentenceCandidate" 42 command:"selectSentenceCandidate"
41 candidate:"what is your name?" 43 candidate:"what is your name?"
  44 + index:2(保证页面内消息按顺序,每次进入新的模板,index = 0)
  45 + pageIndex:1(与老师当前模板页的pageIndex值相同)
42 } 46 }
43 47
44 文字选择(包括测验题中的选择题,阅读理解,完形填空,音视频听力练习中的选择题) 48 文字选择(包括测验题中的选择题,阅读理解,完形填空,音视频听力练习中的选择题)
@@ -46,6 +50,8 @@ @@ -46,6 +50,8 @@
46 type:"answer" 50 type:"answer"
47 command:"selectTextAnswer" 51 command:"selectTextAnswer"
48 candidate:"It is a book." 52 candidate:"It is a book."
  53 + index:2(保证页面内消息按顺序,每次进入新的模板,index = 0)
  54 + pageIndex:1(与老师当前模板页的pageIndex值相同)
49 } 55 }
50 56
51 听音选图 57 听音选图
@@ -53,5 +59,7 @@ @@ -53,5 +59,7 @@
53 type:"answer" 59 type:"answer"
54 command:"selectImageAnswer" 60 command:"selectImageAnswer"
55 candidate:图片id 61 candidate:图片id
  62 + index:2(保证页面内消息按顺序,每次进入新的模板,index = 0)
  63 + pageIndex:1(与老师当前模板页的pageIndex值相同)
56 } 64 }
57 ``` 65 ```