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