chong

Updated 提交测验成绩 (markdown)

### 听力测验
POST
http://api.boxfish.cn/bebase/lesson/课程id/listening_report?access_token=实际的tokenId
### 文字测验
... ... @@ -13,18 +14,18 @@ http://api.boxfish.cn/bebase/lesson/课程id/challenge?access_token=实际的tok
```
[{
options = (
options:[
"Because I did not need to go to school."
);
question = "DWTLReady for School001";
score = "3";
],
question :"DWTLReady for School001",
score :3
},
{
options = (
options:[
"I dreamed that I had wet hair and sticky face."
);
question = "DWTLReady for School002";
score = "-3";
],
question :"DWTLReady for School002",
score = -3
}]
```
... ...