<lcMultipleSelect2>

In a <lcMultipleSelect2> interaction, the learner must indicate two or more correct answers from a list of choices.This element replaces the <lcMultipleSelect> element in DITA 1.2.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

+ topic/div learningInteractionBase2-d/lcInteractionBase2 learning2-d/lcMultipleSelect2

Example

This section is non-normative.


      <!--Multiple select Interaction                    -->
      <lcMultipleSelect2>
        <lcInteractionLabel2>Finding Major League Baseball logos</lcInteractionLabel2>
        <lcQuestion2>Which one of the following is a logo of a Major League Baseball team? (You may
          choose more than one.)</lcQuestion2>
        <lcAnswerOptionGroup2>
          <lcAnswerOption2 id="A">
            <lcAnswerContent2>
              <image href="logo1.gif"/>
            </lcAnswerContent2>
            <lcCorrectResponse2/>
            <lcFeedback2>Yes, that's one.</lcFeedback2>
          </lcAnswerOption2>
          <lcAnswerOption2 id="B">
            <lcAnswerContent2>
              <image href="logo2.gif"/>
            </lcAnswerContent2>
            <lcCorrectResponse2/>
            <lcFeedback2>Yes, that's one.</lcFeedback2>
          </lcAnswerOption2>
          <lcAnswerOption2 id="C">
            <lcAnswerContent2>
              <image href="logo3.gif"/>
            </lcAnswerContent2>
            <lcFeedback2>No, not that one. Sorry!</lcFeedback>
          </lcAnswerOption2>
          <lcAnswerOption2 id="D">
            <lcAnswerContent2>
              <image href="logo4.gif"/>
            </lcAnswerContent2>
            <lcCorrectResponse2/>
            <lcFeedback2>Yes, that's one.</lcFeedback2>
          </lcAnswerOption2>
        </lcAnswerOptionGroup2>
      </lcMultipleSelect2>
  

Content model

<lcInteractionLabel2>?, <lcQuestion2>, <lcAsset2>*, <lcAnswerOptionGroup2>, <lcFeedbackIncorrect2>?, <lcFeedbackCorrect2>?, <data>*

Not contained by any element.

In order
  1. Optional <lcInteractionLabel2>
  2. <lcQuestion2>
  3. Zero or more <lcAsset2>
  4. <lcAnswerOptionGroup2>
  5. Optional <lcFeedbackIncorrect2>
  6. Optional <lcFeedbackCorrect2>
  7. Zero or more <data>

Not contained by any element.

Inheritance

+ topic/div learningInteractionBase2-d/lcInteractionBase2 learning2-d/lcMultipleSelect2

The <lcMultipleSelect2> element is specialized from <lcInteractionBase2>. It is defined in the learning2-domain module.

Attributes

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