Checkbox question options¶
Source: questionOptionsCheckbox.json
Options for a Checkbox 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.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. Minimum:1.minCorrectAnswers(integer): The minimum number of correct answers in the list of possible answers. Minimum:0.maxCorrectAnswers(integer): The maximum number of correct answers in the list of possible answers. Minimum:0.