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
魏涛
2015-04-15 11:45:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
704ccad5e9ab7994117266d858638227c771c011
704ccad5
1 parent
cc8fd90f
Updated 提交测验成绩 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
18 deletions
提交测验成绩.md
提交测验成绩.md
View file @
704ccad
``
### 听力测验
### 听力测验
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
...
...
Please
register
or
login
to post a comment