文档
测试

答卷详情

POST
http://survey.com/questionnaire/api/Exam/getAnswerDetail

请求头

参数名
类型
描述
必填
Authorization
cjBudkM5SDJQc1BRSHVDQ0J0VWN5b2syUnZtdFhiZjgzPWxIOTY0Y0EwblhQeGpsWGN2OEJ2aXVHdTBieTRIbkw9VFZXY0MwRnd5bkk9STBHNllHZQ%3D%3D
必填

请求参数

参数名
类型
描述
必填
answer_id
答卷id
必填

响应参数

参数名
类型
描述
必填
exam_title
标题
必填
fu_title
副标题
必填
desc
说明
必填
subjects
题目列表
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total_score": 2, "score": 1, "right_count": 1, "exam_title": "随机卷 IP限制测试", "fu_title": "随机卷 IP限制测试", "desc": "时间控制关,IP不可重复,防切屏关,考试时间关", "subjects": [ { "id": "205", "library_id": "169", "category_id": "169", "type": "1", "title": "<p>题目1?</p>", "mode": "1", "order": "1", "option_items": "A.回答1;B.回答2", "right_answer": "A", "right_answer_detail": "[\"265\"]", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-05 15:21:59", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-14 16:56:03", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "options": [ { "id": "265", "title": "回答1", "subject_id": "205", "order": "1", "file_id": null, "file_url": null, "checked": false }, { "id": "266", "title": "回答2", "subject_id": "205", "order": "2", "file_id": null, "file_url": null, "checked": true } ], "score": "1", "batch": "84843", "right": "2" }, { "id": "206", "library_id": "169", "category_id": "169", "type": "1", "title": "<p>题目2?</p>", "mode": "1", "order": "2", "option_items": "A.回答1;B.回答2", "right_answer": "A", "right_answer_detail": "[\"267\"]", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-05 15:22:04", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-14 16:56:07", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "options": [ { "id": "267", "title": "回答1", "subject_id": "206", "order": "1", "file_id": null, "file_url": null, "checked": true }, { "id": "268", "title": "回答2", "subject_id": "206", "order": "2", "file_id": null, "file_url": null, "checked": false } ], "score": "1", "batch": "84843", "right": "1" } ] } }