提交测验成绩.md
746 Bytes
听力测验
http://api.boxfish.cn/bebase/lesson/课程id/listening_report?access_token=实际的tokenId
文字测验
http://api.boxfish.cn/bebase/lesson/课程id/challenge?access_token=实际的tokenId
输入参数示例
数组形式的Json信息 其中
- options代表用户选择的答案,数组形式,可以多个
- question为小题id
- score为用户得的分数 对的得正分 错的得负分
'''
{
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";
},
'''