文档
测试

题目列表

POST
http://survey.com/questionnaire/api/ExamSubject/getList

请求头

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

请求参数

参数名
类型
描述
必填
exam_id
问卷id
必填

响应参数

参数名
类型
描述
必填
id
题目id
必填
title
标题
必填
type
类型 1单选 2多选 3填空 4量表 5文件上传
必填
order
排序
必填
option_items
选项
必填
right_answer
正确答案
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "196", "exam_id": "165", "type": "1", "title": "题目5?", "mode": "1", "order": "1", "score": null, "option_items": "A.回答1;B.回答2", "right_answer": "A", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-06 15:12:37", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-06 15:12:37", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "options": [ { "id": "247", "exam_id": "165", "subject_id": "196", "title": "回答1", "order": "1", "right": "1", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-06 15:12:37", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-06 15:12:37", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null }, { "id": "248", "exam_id": "165", "subject_id": "196", "title": "回答2", "order": "2", "right": "2", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-06 15:12:37", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-06 15:12:37", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null } ] }, { "id": "197", "exam_id": "165", "type": "1", "title": "题目5?", "mode": "1", "order": "2", "score": "2", "option_items": "A.回答1;B.回答2", "right_answer": "A", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-06 15:14:22", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-06 15:14:22", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "options": [ { "id": "249", "exam_id": "165", "subject_id": "197", "title": "回答1", "order": "1", "right": "1", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-06 15:14:22", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-06 15:14:22", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null }, { "id": "250", "exam_id": "165", "subject_id": "197", "title": "回答2", "order": "2", "right": "2", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-06 15:14:22", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-06 15:14:22", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null } ] } ] }