Showing
1 changed file
with
17 additions
and
18 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 | ### 文字测验 |
@@ -11,20 +11,19 @@ http://api.boxfish.cn/bebase/lesson/课程id/challenge?access_token=实际的tok | @@ -11,20 +11,19 @@ http://api.boxfish.cn/bebase/lesson/课程id/challenge?access_token=实际的tok | ||
11 | * question为小题id | 11 | * question为小题id |
12 | * score为用户得的分数 对的得正分 错的得负分 | 12 | * score为用户得的分数 对的得正分 错的得负分 |
13 | 13 | ||
14 | -'''fff''' | 14 | +```json |
15 | -''' | 15 | +{ |
16 | -`{` | 16 | + options = ( |
17 | - `options = (` | 17 | + "Because I did not need to go to school." |
18 | - `"Because I did not need to go to school."` | 18 | + ); |
19 | - `);` | 19 | + question = "DWTLReady for School001"; |
20 | - `question = "DWTLReady for School001";` | 20 | + score = "-3"; |
21 | - `score = "-3";` | 21 | +}, |
22 | -`},` | 22 | +{ |
23 | -`{` | 23 | + options = ( |
24 | - `options = (` | 24 | + "I dreamed that I had wet hair and sticky face." |
25 | - `"I dreamed that I had wet hair and sticky face."` | 25 | + ); |
26 | - `);` | 26 | + question = "DWTLReady for School002"; |
27 | - `question = "DWTLReady for School002";` | 27 | + score = "-3"; |
28 | - `score = "-3";` | 28 | +} |
29 | -`},` | 29 | +``` |
30 | -''' |
-
Please register or login to post a comment