文档
测试

教辅章节用户完成批改结果

GET
/api/smart/book_chapter_question_check.form

请求参数

参数名
类型
描述
必填
tbookId
int
教辅id
必填
studentUid
int
studentUid 学生id,教师必填
可选
chapterCode
string
教辅章节code
必填
time
string
time 非必填,当用户调用智能批改接口,该接口会返回time字段,用户查询此次智能批改是否完成
可选

响应参数

参数名
类型
描述
必填
message
string
示例:操作成功
必填
body
object
数据字典
必填
qustionTotal
int
章节题目总数
必填
checkQustionTotal
int
章节题目批改数
必填
checkOut
boolean
章节是否完成批改
必填
questionCoordinates
array
题目返回结果
必填
aiCorrect
int
0:错误;1:正确
必填
questionId
int
题目id
必填
code
int
示例:200
必填