new TCreateQuestionParam(classId, questionId, questionName, questionContent, optionNumber, correctAnswer, type)
创建答题参数
Parameters:
Name | Type | Description |
---|---|---|
classId |
number | 课堂 ID |
questionId |
string | 问题 ID |
questionName |
string | 问题标题 |
questionContent |
string | 问题内容 |
optionNumber |
number | 选项数量,不大于30 |
correctAnswer |
number | 正确答案,按照位表示是否选择,如0x1表示选择A,0x11表示选择AB |
type |
TQuestionType | 问题类型 |