SwiftDocCTutorialAssessmentsRenderSectionTutorialAssessmentsRenderSection.AssessmentTutorialAssessmentsRenderSection.Assessment.ChoiceStructureTutorialAssessmentsRenderSection.Assessment.ChoiceA render-friendly representation of an answer to a multiple-choice assessment question.struct ChoiceTopicsInitializersinit(content: [RenderBlockContent], isCorrect: Bool, justification: [RenderBlockContent]?, reaction: String?)Creates a new choice from the given parameters.init(from: any Decoder) throwsInstance Propertiesvar content: [RenderBlockContent]The content of the choice.var isCorrect: BoolA Boolean value that determines whether this choice is correct.var justification: [RenderBlockContent]?An explanation of why this choice is correct or incorrect.var reaction: String?Additional text that can be displayed if this choice is selected.