暂无描述
Authorization: Bearer ********************
curl --location --request GET 'https://api.tolink.cloud/training/exam/examLogFind?id=6'
{
"code": 0,
"data": {
"config": {
"isSign": true,
"signStartTime": "5",
"signEndTime": "5",
"isExam": false,
"examId": 1,
"examName": "",
"examStartTime": "2023-06-05 10:00",
"examEndTime": "2023-06-01 08:30",
"fillExam": 1,
"isReminder": true,
"classStartTime": "10",
"isFeedback": false,
"feedbackId": 0,
"feedbackName": "",
"feedbackTime": "",
"attachment": [
{
"name": "附件名称",
"url": "http://www.lias.com/1234.mp4",
"suffix": "mp4"
}
],
"courseDuration": 40
},
"examName": "试卷名称",
"id": 3,
"passScore": 60,
"question": [
{
"title": "这是一个单选题",
"type": 1,
"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": "这里是题目解析",
"userChoice": null
}
},
{
"title": "这是一个单选题",
"type": 2,
"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": "这里是题目解析",
"userChoice": null
}
}
],
"status": 1,
"totalScore": 20,
"userScore": 0
},
"msg": "success"
}