Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
| 32 | type:"answer" | 32 | type:"answer" |
| 33 | command:"selectWordCandidate" | 33 | command:"selectWordCandidate" |
| 34 | candidate:"w" | 34 | candidate:"w" |
| 35 | - index:2(保证页面内消息按顺序,每次进入新的模板,index = 0) | 35 | + index:2(保证页面内消息按顺序,每次进入新的模板,从0开始计数) |
| 36 | pageIndex:1(与老师当前模板页的pageIndex值相同) | 36 | pageIndex:1(与老师当前模板页的pageIndex值相同) |
| 37 | } | 37 | } |
| 38 | 38 | ||
| @@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
| 41 | type:"answer" | 41 | type:"answer" |
| 42 | command:"selectSentenceCandidate" | 42 | command:"selectSentenceCandidate" |
| 43 | candidate:"what is your name?" | 43 | candidate:"what is your name?" |
| 44 | - index:2(保证页面内消息按顺序,每次进入新的模板,index = 0) | 44 | + index:2(保证页面内消息按顺序,每次进入新的模板,从0开始计数) |
| 45 | pageIndex:1(与老师当前模板页的pageIndex值相同) | 45 | pageIndex:1(与老师当前模板页的pageIndex值相同) |
| 46 | } | 46 | } |
| 47 | 47 | ||
| @@ -50,7 +50,7 @@ | @@ -50,7 +50,7 @@ | ||
| 50 | type:"answer" | 50 | type:"answer" |
| 51 | command:"selectTextAnswer" | 51 | command:"selectTextAnswer" |
| 52 | candidate:"It is a book." | 52 | candidate:"It is a book." |
| 53 | - index:2(保证页面内消息按顺序,每次进入新的模板,index = 0) | 53 | + index:2(保证页面内消息按顺序,每次进入新的模板,从0开始计数) |
| 54 | pageIndex:1(与老师当前模板页的pageIndex值相同) | 54 | pageIndex:1(与老师当前模板页的pageIndex值相同) |
| 55 | } | 55 | } |
| 56 | 56 | ||
| @@ -59,7 +59,7 @@ | @@ -59,7 +59,7 @@ | ||
| 59 | type:"answer" | 59 | type:"answer" |
| 60 | command:"selectImageAnswer" | 60 | command:"selectImageAnswer" |
| 61 | candidate:图片id | 61 | candidate:图片id |
| 62 | - index:2(保证页面内消息按顺序,每次进入新的模板,index = 0) | 62 | + index:2(保证页面内消息按顺序,从0开始计数) |
| 63 | pageIndex:1(与老师当前模板页的pageIndex值相同) | 63 | pageIndex:1(与老师当前模板页的pageIndex值相同) |
| 64 | } | 64 | } |
| 65 | ``` | 65 | ``` |
-
Please register or login to post a comment