<lcAnswerOptionGroup>
The <lcAnswerOptionGroup> element
was deprecated in DITA version 1.3. It was replaced with the
<lcAnswerOptionGroup2> element. It was originally intended to provide
a container for the options for a true-false, single-select, or multiple-select assessment
interaction.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
+ topic/ul learningInteractionBase-d/ul learning-d/lcAnswerOptionGroup
Example
This section is non-normative.
...
<lcAnswerOptionGroup>
<lcAnswerOption>
<lcAnswerContent>True</lcAnswerContent>
<lcCorrectResponse/>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>False</lcAnswerContent>
</lcAnswerOption>
</lcAnswerOptionGroup>
...
Content model
(<data> | <data-about>)*, <lcAnswerOption>+
Contained by
<lcMultipleSelect>, <lcSingleSelect>, <lcTrueFalse>
- Zero or more of the following
<data><data-about>
- One or more
<lcAnswerOption>
Contained by
<lcMultipleSelect><lcSingleSelect><lcTrueFalse>
Inheritance
+ topic/ul learningInteractionBase-d/ul learning-d/lcAnswerOptionGroup
The <lcAnswerOptionGroup> element is specialized from <ul>. It is defined in the learning-domain module.
Attributes
The following attributes are available on this element: Universal attribute group and outputclass.