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
chong
2015-05-11 19:42:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
042c0ff77254424797f76ef19095bb78338925d1
042c0ff7
1 parent
00f89180
Updated 提交测验成绩 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
提交测验成绩.md
提交测验成绩.md
View file @
042c0ff
### 听力测验
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
}]
```
...
...
Please
register
or
login
to post a comment