<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
...
<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.