分页查询
GET
/webtenant/stat/question/selectPage请求参数
Query 参数
chapterIds
array[integer <int64>]
章节id
chapterRegexp
string
可选
difficultyList
array[integer <int32>]
难度
limitNum
integer <int32>
可选
pageNum
integer <int32>
页码
pageSize
integer <int32>
分页大小
paperId
integer <int64>
试卷id
questionDesc
string
题干
questionIdList
array[integer <int64>]
可选
questionTypeList
array[integer <int32>]
题型
sortSql
string
可选
sortType
integer <int32>
可选
排序类型: 答题次数(1,2) 答对次数(3,4) 正确率(5,6) 答错次数(7,8) 错误率(9,10) 纠错次数(11,12) 收藏次数(13,14)
textbookId
integer <int64>
教材id
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
dataMap
object
可选
msg
string
可选
rows
array[object (答题统计Vo) {16}]
可选
answer
string
答案
chapterIds
string
教材大纲
collectCount
integer <int64>
收藏次数
difficulty
integer <int32>
可选
难易度:1-容易,2-一般,3-难
errorSubmitCount
integer <int32>
题目纠错次数
hasSubjective
integer <int32>
可选
是否有主观题 2全部 1有 0否
practiceCount
integer <int64>
练习次数
practiceErrorCount
integer <int64>
练习错误次数
practiceErrorRate
number
练习错误率
practiceRightCount
integer <int64>
练习正确次数
practiceRightRate
number
练习正确率
questionDesc
string
问题/题干描述
questionId
integer <int64>
ID
questionType
integer <int32>
可选
题型:1-单选,2-多选,3-判断,4-填空,5-简答,6-案例分析
textbookId
integer <int64>
教材id
textbookName
string
教材名称
total
integer <int64>
可选
traceId
string
可选
示例
{
"code": 0,
"dataMap": {},
"msg": "string",
"rows": [
{
"answer": "string",
"chapterIds": "string",
"collectCount": 0,
"difficulty": 0,
"errorSubmitCount": 0,
"hasSubjective": 0,
"practiceCount": 0,
"practiceErrorCount": 0,
"practiceErrorRate": 0,
"practiceRightCount": 0,
"practiceRightRate": 0,
"questionDesc": "string",
"questionId": 0,
"questionType": 0,
"textbookId": 0,
"textbookName": "string"
}
],
"total": 0,
"traceId": "string"
}
最后修改时间: 11 小时前