文档
测试

查询学生题目和答案

GET
teacher/active/getQuestion

接口描述

根据活动id和学生id查询所有题目和学生的答案

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
id
string
活动id
必填
s_id
string
学生id
必填

响应参数

参数名
类型
描述
必填
code
必填
msg
必填
data
见描述
见描述
必填

描述

//类型: 1填空,2单选,3多选,4判断,5陈述 //必须根据题号排序 { "yc": [ { "id": "1", "qnum": 1, "type": "4", "question": "how old are you?", "answer": "11", "right_answer": "11", "is_right": 0 }, { "id": "2", "qnum": 1, "type": "2", "question": "how old are you?", "answer": "11", "opt": [ "1", "2", "11", "22" ], "right_answer": "11", "is_right": 0 } ], "wd": [ { "id": "3", "qnum": 1, "type": "3", "question": "how old are you?", "answer": [ "11", "12" ], "opt": [ "1", "2", "11", "12" ], "right_answer": "11", "is_right": 0 } ], "js": [ { "id": "4", "qnum": 1, "type": "4", "question": "how old are you?", "answer": 1, "right_answer": "11", "is_right": 0 } ], "cp": [ { "id": "5", "qnum": 1, "type": "1", "question": "how old are you?", "answer": "11", "right_answer": "11", "is_right": 0 }, { "id": "6", "qnum": 1, "type": "2", "question": "how old are you?", "answer": "11", "opt": [ "1", "2", "11", "22" ], "right_answer": "11", "is_right": 0 }, { "id": "7", "qnum": 1, "type": "3", "question": "how old are you?", "answer": [ "11", "12" ], "opt": [ "1", "2", "11", "12" ], "right_answer": "11", "is_right": 0 }, { "id": "8", "qnum": 1, "type": "4", "question": "how old are you?", "answer": 1, "right_answer": "11", "is_right": 0 } ], "fs": [ { "id": "9", "qnum": 1, "type": "5", "question": "how old are you?", "answer": "laoziyibaisui111111111111111111111111111111111", "right_answer": "11", "is_right": 0 } ] }