文档
测试

获取答卷详情

POST
http://survey.com/mobile/api/MobileExam/getAnswerDetail

请求头

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

请求参数

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

响应参数

参数名
类型
描述
必填
exam_title
问卷标题
必填
total_score
总分
必填
score
总得分
必填
right_count
正确数量
必填
subjects
list
题目
必填
title
题目名称
必填
type
类型 1单选 2多选 3填空
必填
mode
【单选】 呈现方式 1单选 2下拉单选
必填
order
排序
必填
score
分值
必填
right_answer
正确答案
必填
right
是否回答正确
必填
options
list
选项
必填
title
选项名称
必填
file_url
图片路径
必填
checked
是否选择 true / false
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "exam_title": "卫生考试", "total_score": 2, "right_count": 1, "subject": [ { "id": "200", "exam_id": "185", "type": "1", "title": "<p>饮用水消毒的目的?</p>", "mode": "1", "order": "1", "score": "2", "option_items": "A.防止呼吸道感染;B.防止皮肤病;C.肠道感染", "right_answer": "C", "right_answer_detail": "[\"260\"]", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-07 14:04:37", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-07 15:57:21", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "options": [ { "id": "258", "title": "防止呼吸道感染", "subject_id": "200", "file_id": null, "file_url": null, "checked": false }, { "id": "259", "title": "防止皮肤病", "subject_id": "200", "file_id": null, "file_url": null, "checked": false }, { "id": "260", "title": "肠道感染", "subject_id": "200", "file_id": null, "file_url": null, "checked": true } ], "batch": null, "right": "1" }, { "id": "201", "exam_id": "185", "type": "1", "title": "<p>饮用水监督的适用范围?</p>", "mode": "1", "order": "2", "score": "2", "option_items": "A.工业用水;B.生活用水", "right_answer": "B", "right_answer_detail": "[\"262\"]", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-07 14:11:13", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-07 15:57:26", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "options": [ { "id": "261", "title": "工业用水", "subject_id": "201", "file_id": null, "file_url": null, "checked": true }, { "id": "262", "title": "生活用水", "subject_id": "201", "file_id": null, "file_url": null, "checked": false } ], "batch": null, "right": "2" } ] } }