The <lcAnswerOption> element in an assessment interaction provides the content and feedback for a question option, and can indicate the correct option.
Contains
Note: These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Contained by
Doctype |
Content model |
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary |
lcAnswerOptionGroup |
Inheritance
+ topic/li learningInteractionBase-d/li learning-d/lcAnswerOption
Example
...
<lcAnswerOption>
<lcAnswerContent>True</lcAnswerContent>
<lcCorrectResponse/>
</lcAnswerOption>
...