Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2015-04-15 11:34:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e64a60fbef2431704b1257280588d81fa7e10f0f
e64a60fb
1 parent
ac72a137
Created 提交测验成绩 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
提交测验成绩.md
提交测验成绩.md
0 → 100644
View file @
e64a60f
听力测验
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";
},
...
...
Please
register
or
login
to post a comment