魏涛

Updated 提交测验成绩 (markdown)

``### 听力测验
### 听力测验
http://api.boxfish.cn/bebase/lesson/课程id/listening_report?access_token=实际的tokenId
### 文字测验
... ... @@ -11,20 +11,19 @@ http://api.boxfish.cn/bebase/lesson/课程id/challenge?access_token=实际的tok
* question为小题id
* score为用户得的分数 对的得正分 错的得负分
'''fff'''
'''
`{`
`options = (`
`"Because I did not need to go to school."`
`);`
`question = "DWTLReady for School001";`
`score = "-3";`
`},`
`{`
`options = (`
`"I dreamed that I had wet hair and sticky face."`
`);`
`question = "DWTLReady for School002";`
`score = "-3";`
`},`
'''
\ No newline at end of file
```json
{
options = (
"Because I did not need to go to school."
);
question = "DWTLReady for School001";
score = "-3";
},
{
options = (
"I dreamed that I had wet hair and sticky face."
);
question = "DWTLReady for School002";
score = "-3";
}
```
\ No newline at end of file
... ...