文档
测试

创建考试

POST
http://localhost:8080/exam/create

请求参数

参数名
类型
描述
必填
title
Sting
考试名称
必填
content
String
考试描述
必填
startTime
date
开始时间
必填
endTime
date
结束时间
必填
departClass
int
参加考试的班级
必填
Score
对象
分数分布
必填
oneSelect
int
单选个数
必填
oneSelectScore
int
单选分值
必填
manySelect
int
必填
manySelectScore
int
必填
judge
int
必填
judgeScore
int
必填
shortAnswer
int
必填
shortAnswerScore
int
必填
date
对象
考试题目,随机组题此项为null,指定组题就要填
可选
topicId
INT
题目id
必填
score
int
分值
必填
sort
int
题号
必填