文档
测试

(新)批量提交测试答案

POST
/clientapi/course/submitrequestall

请求参数

参数名
类型
描述
必填
progressid
int
进度id
必填
courseid
int
课程id
必填
chapterid
int
章节id
必填
requestpaperid
int
试卷id
必填
correctcount
int
正确数量
必填
errorcount
int
错误数量
必填
score
int
得分
必填
startdate
datetime
开始时间
必填
enddate
datetime
结束时间
必填
status
int
1:测试通过 2:测试不通过
必填
requestList
array
测试试题信息
必填
requestid
int
试题id
必填
title
string
标题
必填
category
int
类型 0:单选 1:多选 2:判断
必填
startdate
datetime
开始时间
必填
enddate
datetime
结束时间
必填
memberanswser
string
用户答案
必填
status
int
1:正确 2:错误
必填

响应参数

参数名
类型
描述
必填
code
int
200
必填
message
string
消息
必填
data
object
数据
必填
status
bool
true或者false
必填
chapterrequestid
int
章节测试id,通过此id获取此次测试的错题集,进行重新测试。
必填
isthreeerrorcount
bool
是否打错3次及以上了,true:已经错了3次了,false:还没有,还可以继续测试。
必填
lefttestcount
int
剩余测试的数量
必填
rank
int
排名,通过了才有排名,否则为-1
必填