Showing
1 changed file
with
14 additions
and
0 deletions
@@ -39,4 +39,18 @@ | @@ -39,4 +39,18 @@ | ||
39 | command:"selectSentenceCandidate" | 39 | command:"selectSentenceCandidate" |
40 | candidate:"what is your name?" | 40 | candidate:"what is your name?" |
41 | } | 41 | } |
42 | + | ||
43 | +文字选择(包括测验题中的选择题,阅读理解,完形填空,音视频听力练习中的选择题) | ||
44 | +{ | ||
45 | + type:"answer" | ||
46 | + command:"selectTextAnswer" | ||
47 | + candidate:"It is a book." | ||
48 | +} | ||
49 | + | ||
50 | +听音选图 | ||
51 | +{ | ||
52 | + type:"answer" | ||
53 | + command:"selectImageAnswer" | ||
54 | + candidate:图片id | ||
55 | +} | ||
42 | ``` | 56 | ``` |
-
Please register or login to post a comment