Showing
1 changed file
with
17 additions
and
17 deletions
1 | -听力测验 | 1 | +### 听力测验 |
2 | http://api.boxfish.cn/bebase/lesson/课程id/listening_report?access_token=实际的tokenId | 2 | http://api.boxfish.cn/bebase/lesson/课程id/listening_report?access_token=实际的tokenId |
3 | 3 | ||
4 | -文字测验 | 4 | +### 文字测验 |
5 | http://api.boxfish.cn/bebase/lesson/课程id/challenge?access_token=实际的tokenId | 5 | http://api.boxfish.cn/bebase/lesson/课程id/challenge?access_token=实际的tokenId |
6 | 6 | ||
7 | -输入参数示例 | 7 | +### 输入参数示例 |
8 | 数组形式的Json信息 | 8 | 数组形式的Json信息 |
9 | 其中options代表用户选择的答案,数组形式,可以多个 | 9 | 其中options代表用户选择的答案,数组形式,可以多个 |
10 | question为小题id | 10 | question为小题id |
11 | score为用户得的分数 对的得正分 错的得负分 | 11 | score为用户得的分数 对的得正分 错的得负分 |
12 | -{ | 12 | +`{` |
13 | - options = ( | 13 | + `options = (` |
14 | - "Because I did not need to go to school." | 14 | + `"Because I did not need to go to school."` |
15 | - ); | 15 | + `);` |
16 | - question = "DWTLReady for School001"; | 16 | + `question = "DWTLReady for School001";` |
17 | - score = "-3"; | 17 | + `score = "-3";` |
18 | -}, | 18 | +`},` |
19 | -{ | 19 | +`{` |
20 | - options = ( | 20 | + `options = (` |
21 | - "I dreamed that I had wet hair and sticky face." | 21 | + `"I dreamed that I had wet hair and sticky face."` |
22 | - ); | 22 | + `);` |
23 | - question = "DWTLReady for School002"; | 23 | + `question = "DWTLReady for School002";` |
24 | - score = "-3"; | 24 | + `score = "-3";` |
25 | -}, | 25 | +`},` |
-
Please register or login to post a comment