Authorization: Bearer ********************{
"examPaperName" : "测试随机组卷3.27(十点多)",
"duration" : 10,
"isManual" : 2,
"allowMakeup" : 0,
"passingScore" : 10,
"captureCount" : 1,
"paperDesc" : "这是一个测试随机组卷的测试1.1",
"questionBankIds" : [
1901193263717597186,
1901084089054343169
],
"bigQuestionList" : [
{
"bigQuestionName" : "单选题11",
"bigQuestionSingleScore" : 5,
"questionType" : 1,
"smallQuestionList" : [
{
"questionBankId" : "1901193263717597186",
"questionCount" : 2
},
{
"questionBankId" : "1901084089054343169",
"questionCount" : 2
}
]
},
{
"bigQuestionName" : "判断题22",
"bigQuestionSingleScore" : 2,
"questionType" : 3,
"smallQuestionList" : [
{
"questionBankId" : "1901193263717597186",
"questionCount" : 1
},
{
"questionBankId" : "1901084089054343169",
"questionCount" : 1
}
]
}
]
}curl --location --request PUT 'http://127.0.0.1:9000/examPaper/modifyRandomPaper/7' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"examPaperName" : "测试随机组卷3.27(十点多)",
"duration" : 10,
"isManual" : 2,
"allowMakeup" : 0,
"passingScore" : 10,
"captureCount" : 1,
"paperDesc" : "这是一个测试随机组卷的测试1.1",
"questionBankIds" : [
1901193263717597186,
1901084089054343169
],
"bigQuestionList" : [
{
"bigQuestionName" : "单选题11",
"bigQuestionSingleScore" : 5,
"questionType" : 1,
"smallQuestionList" : [
{
"questionBankId" : "1901193263717597186",
"questionCount" : 2
},
{
"questionBankId" : "1901084089054343169",
"questionCount" : 2
}
]
},
{
"bigQuestionName" : "判断题22",
"bigQuestionSingleScore" : 2,
"questionType" : 3,
"smallQuestionList" : [
{
"questionBankId" : "1901193263717597186",
"questionCount" : 1
},
{
"questionBankId" : "1901084089054343169",
"questionCount" : 1
}
]
}
]
}'{}