文档
测试

next/下一题

POST
https://www.scoreupup.com/index/mockexam/next?id=18&m_id=1

接口描述

考试进行当中,下一题

请求参数

参数名
类型
描述
必填
id
int
考号id
必填
m_id
int
试卷id
必填

响应参数

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

说明 / 示例

https://www.scoreupup.com/index/mockexam/next?id=18&m_id=1 { "code": 0, "data": { "id": 1, //试卷id "c_id": 0, "t_id": 0, "title": "模考1", "qnumber": "1-10", "index": 2, //当前处于 第2题 "examnumber": 18, //考号 "topicCount": 4, //当前小模块有4题 "topicCType": "AWA",//当前模考小模块下的题目科目类型(AWA,IR,Quant,Verbal) "topic": { "id": 9, "type": 2, "title": "<p>题9</p>", "stem": "<p>啊手动阀手动阀</p>", "answer": [ [ "第一个空,选项一 " ], [ " 第二个空,选项一 " ] ], "collect": 0, //是否收藏 "Tinvisible": false //是否不可见 }, "btime": 1610437802 //开始答题时间 } } ///////没有下一题时 { "code": -1, "msg": "该试卷没有第 8 道题目" }