Initializer
init(content:isCorrect:justification:reaction:)
Creates a new choice from the given parameters.
init(content: [RenderBlockContent], isCorrect: Bool, justification: [RenderBlockContent]?, reaction: String?)
Parameters
contentThe content of the choice.
isCorrectA Boolean value that determines whether this choice is correct.
justificationAn explanation of why this choice is correct or incorrect.
reactionAdditional text that can be displayed if this choice is selected.