Skip to content

MultipleChoice question options

Source: questionOptionsMultipleChoice.json

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.
    • Items (string)
  • incorrectAnswers (array, required): A list of incorrect answers to the question. Each is an HTML string.
    • Items (string)
  • numberAnswers (integer): The total number of answers in the list of possible answers.

Definitions

  • CommentJsonSchema: Arbitrary comment for reference purposes.
    • Any of
      • string
      • array
      • object: