The <lcAnswerOptionGroup> element provides a container for the options for a true-false, single-select, or multiple-select assessment interaction.
Contains
Note: These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Doctype |
Content model |
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary |
( (lcAnswerOption) (one or more) ) |
Inheritance
+ topic/ul learningInteractionBase-d/ul learning-d/lcAnswerOptionGroup
Example
...
<lcAnswerOptionGroup>
<lcAnswerOption>
<lcAnswerContent>True</lcAnswerContent>
<lcCorrectResponse/>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>False</lcAnswerContent>
</lcAnswerOption>
</lcAnswerOptionGroup>
...