Authorization: Bearer ********************{
"examPaperName" : "测试随机组卷3.27",
"duration" : 10,
"isManual" : 2,
"allowMakeup" : 0,
"passingScore" : 10,
"captureCount" : 1,
"paperDesc" : "这是一个测试随机组卷的测试",
"questionBankIds" : [
1901193263717597186,
1901084089054343169
],
"bigQuestionList" : [
{
"bigQuestionName" : "单选题",
"bigQuestionSingleScore" : 5,
"questionType" : 1,
"smallQuestionList" : [
{
"questionBankId" : "1901193263717597186",
"questionCount" : 2
}
]
}
]
}curl --location --request POST 'http://127.0.0.1:9000/examPaper/createRandomPaper' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"examPaperName" : "测试随机组卷3.27",
"duration" : 10,
"isManual" : 2,
"allowMakeup" : 0,
"passingScore" : 10,
"captureCount" : 1,
"paperDesc" : "这是一个测试随机组卷的测试",
"questionBankIds" : [
1901193263717597186,
1901084089054343169
],
"bigQuestionList" : [
{
"bigQuestionName" : "单选题",
"bigQuestionSingleScore" : 5,
"questionType" : 1,
"smallQuestionList" : [
{
"questionBankId" : "1901193263717597186",
"questionCount" : 2
}
]
}
]
}'{
"successful": true,
"code": 0,
"message": "string",
"timestamp": "string"
}