MultipleChoice question options¶
Options for a MultipleChoice question.
Properties¶
text(string, required): The question HTML text that comes before the options.correctAnswers(array, required): A list of correct answers to the question. Each is an HTML string. Length must be at least 1.incorrectAnswers(array, required): A list of incorrect answers to the question. Each is an HTML string.numberAnswers(integer): The total number of answers in the list of possible answers.