chong

Updated 提交测验成绩 (markdown)

1 ### 听力测验 1 ### 听力测验
  2 +POST
2 http://api.boxfish.cn/bebase/lesson/课程id/listening_report?access_token=实际的tokenId 3 http://api.boxfish.cn/bebase/lesson/课程id/listening_report?access_token=实际的tokenId
3 4
4 ### 文字测验 5 ### 文字测验
@@ -13,18 +14,18 @@ http://api.boxfish.cn/bebase/lesson/课程id/challenge?access_token=实际的tok @@ -13,18 +14,18 @@ http://api.boxfish.cn/bebase/lesson/课程id/challenge?access_token=实际的tok
13 14
14 ``` 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 ```
30 31