文档
测试

获取问答板块题目(new)

POST
teacher/action/getQAMessage

请求参数

参数名
类型
描述
必填
id
String
活动id
必填

响应参数

参数名
类型
描述
必填
code
必填
msg
必填
QAmessage
必填

说明 / 示例

{ "ifMultipleCommits": "0", "ifLookAnswer": "0", "ifReturnExplore":"0", "topic": [ { "type": 0, "questionName": "单选题", "opt": [ { "value": "问题1" }, { "value": "问题2" } ], "answer": "", "multipleChoice": [], "judgeAnswer": "" }, { "type": 1, "questionName": "多选题", "opt": [ { "value": "多选1" }, { "value": "多选2" } ], "answer": "", "multipleChoice": [] }, { "type": 2, "questionName": "问答题目", "opt": [ { "value": "" } ], "answer": "", "multipleChoice": [] }, { "type": 3, "questionName": "判断题目", "opt": [ { "value": "" } ], "answer": "", "multipleChoice": [], "judgeAnswer": "0" } ] }