lcAnswerOptionGroup

Darwin Information Typing Architecture (DITA) Version 1.3 Part 3: All-Inclusive Edition

Document
Darwin Information Typing Architecture (DITA) Version 1.3 Part 3: All-Inclusive Edition
Version
1.3
Author
OASIS DITA Technical Committee

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

...
<lcAnswerOptionGroup>
  <lcAnswerOption>
    <lcAnswerContent>True</lcAnswerContent>
    <lcCorrectResponse/>
  </lcAnswerOption>
  <lcAnswerOption>
    <lcAnswerContent>False</lcAnswerContent>
  </lcAnswerOption>
</lcAnswerOptionGroup>
...

Attributes

The following attributes are available on this element: Universal attribute group and outputclass.