文档
测试

continue/继续练习

POST
https://www.scoreupup.com/index/Exercise/continue?m_id=13

接口描述

需要登录

请求参数

参数名
类型
描述
必填
m_id
int
试卷id
必填
id
int
考号(练习记录列表页进入则需要具体考号)
可选

响应参数

参数名
类型
描述
必填
code
int
0:正常,
必填
msg
string
错误反馈
可选
data
array
返回数据 [ 题目id ]
必填

说明 / 示例

https://www.scoreupup.com/index/Exercise/continue?m_id=13 { "code": 0, "data": { "id": 13, "c_id": 10, "t_id": 3, "title": "练习10", "qnumber": "91-100", "examnumber": 13, //考号 "topicCount": 2, "topic": { "id": 14, "type": 1, "title": "<p>文章内容</p>", "stem": "<p>142题目<img src=\"/uploads/20201224/1608790094699418.jpg\" title=\"1608790094699418.jpg\" alt=\"ChMkJ1bKxduII6I1AAHPMx6oZ_wAALHcQOaU54AAc9L749.jpg\" width=\"255\" height=\"199\"/></p>", opt: [ "A", "B", "C" ], "answer": [ "11", "12", "13" ] }, "topicids": [ 14, 15 ], "index": 1 } }