随堂测记录(过时)
POST
http://192.168.2.116:8765/api/question/v1/homework/record/page
接口描述
请使用最新版本接口
请求头
参数名
类型
描述
必填
Authorization
必填
请求参数
参数名
类型
描述
必填
courseRole
String
课程角色
必填
pageIndex
int
页码
必填
pageSize
int
页面大小
必填
courseId
int
课程id
必填
nodeId
int
节点id过滤条件
可选
classId
int
班级id,当且courseRole为STUDENT时,该参数必传;当老师传classId则是筛选数据
可选
searchTxt
String
搜索题干
可选
响应参数
参数名
类型
描述
必填
code
必填
msg
可选
pageNum
int
页码
必填
pageSize
int
页面大小
必填
total
int
总数量
必填
pages
int
总页数
必填
id
int
记录id
必填
courseId
int
课程id
必填
nodeId
int
节点 0 则无节点
必填
nodeName
String
节点名称
必填
total
int
总人数
必填
createAt
string
创建时间
必填
type
int
试题类型
必填
title
string
题干
必填
teaching
string
解析
必填
answer
string
标准答案
必填
headImg
string
头像地址
可选
userId
int
用户id
可选
username
string
用户名称
可选
result
int
1-正确 0-错误 (学生端)
可选
stuAnswer
String
用户答案(学生端)
可选