文档
测试

getExerciseBook/练习册

POST
https://www.scoreupup.com/index/Exercise/getExerciseBook

接口描述

练习册信息,题目例表

请求参数

参数名
类型
描述
必填
id
int
练习册id
必填

响应参数

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

说明 / 示例

https://www.scoreupup.com/index/Exercise/getExerciseBook?id=13 { "code": 0, "data": { "id": 13, // "title": "练习10", // "qnumber": "91-100", //题号 "c_id": 10, //科目id "t_id": 3, //题材来源id "info": "练习10练习10", //描述 "peoplenum": 153, //答题人数 "average": 86, //平均准确率 "alreadys": 1, //已经答题数 "count": 2, //总题数 "topics": [ { "id": 14, "type": 1, //题目类型1:单选,2:双空,.. "title": "<p>文章内容</p>", "stem": "<p>142题目<img src=\"/uploads/20201224/1608790094699418.jpg\" title=\"1608790094699418.jpg\" alt=\"ChMkJ1bKxduII6I1AAHPMx6oZ_wAALHcQOaU54AAc9L749.jpg\" width=\"255\" height=\"199\"/></p>", "answer": [ "11", "12", "13" ], "peoplenum": 112, //答题人数 "average": 33, //平均准确率 "usertime": 130 //平均用时 }, { "id": 15, "type": 2, "title": "<p>1q文章内容11</p>", "stem": "<p>1题目内容22</p>", "answer": [ [ "11答11", "11答21", "11答31" ], [ "12答12", "12答22" ] ], "peoplenum": 0, "average": 0, "usertime": 0 } ] } }