暂无描述
Authorization: Bearer ********************
curl --location --request GET 'https://api.tolink.cloud/training/exam/find?id=7'
{
"code": 0,
"data": {
"createBy": 1,
"duration": 60,
"id": 7,
"name": "试卷名称",
"passScore": 60,
"question": [
{
"title": "这是一个单选题",
"score": 10,
"options": {
"choice": [
{
"label": "选项1",
"value": "这里是选项1的内容"
},
{
"label": "选项2",
"value": "这里是选项2的内容"
},
{
"label": "选项3",
"value": "这里是选项3的内容"
},
{
"label": "选项4",
"value": "这里是选项4的内容"
}
],
"correctChoice": [
{
"label": "选项1"
},
{
"label": "选项2"
}
],
"explain": "这里是题目解析"
}
},
{
"title": "这是一个单选题",
"score": 10,
"options": {
"choice": [
{
"label": "选项1",
"value": "这里是选项1的内容"
},
{
"label": "选项2",
"value": "这里是选项2的内容"
},
{
"label": "选项3",
"value": "这里是选项3的内容"
},
{
"label": "选项4",
"value": "这里是选项4的内容"
}
],
"correctChoice": [
{
"label": "选项1"
},
{
"label": "选项2"
}
],
"explain": "这里是题目解析"
}
}
],
"questionType": "1",
"question_config": [
{
"typeId": 1,
"choice": 1,
"score": 10,
"total": 1
},
{
"typeId": 2,
"choice": 1,
"score": 10,
"total": 1
}
],
"totalScore": 20,
"updateAt": "2023-06-05 13:15:31"
},
"msg": "success"
}