lcSequence2

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 lcSequence2 element in an assessment interaction provides the position of a sequence option in a sequence. This element replaces the lcSequence element in DITA 1.2.

Content models

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

Inheritance

+ topic/data learningInteractionBase2-d/data learning2-d/lcSequence2

Example

      <lcSequencing2>
        <lcInteractionLabel2>Sequencing City Populations in the U.S.</lcInteractionLabel2>
        <lcQuestion2>Order the following U.S. cities according to population, from
          largest to smallest.</lcQuestion2>
        <lcSequenceOptionGroup2>
          <lcSequenceOption2>
            <lcAnswerContent2>Portland, Oregon</lcAnswerContent2>
            <lcSequence2 name="lcSequence2" value="2"/>
          </lcSequenceOption2>
          <lcSequenceOption2>
            <lcAnswerContent2>Chicago, Illinois</lcAnswerContent2>
            <lcSequence2 name="lcSequence2" value="1"/>
          </lcSequenceOption2>
          <lcSequenceOption2>
            <lcAnswerContent2>Portland, Maine</lcAnswerContent2>
            <lcSequence2 name="lcSequence2" value="4"/>
          </lcSequenceOption2>
          <lcSequenceOption2>
            <lcAnswerContent2>Syracuse, New York</lcAnswerContent2>
            <lcSequence2 name="lcSequence2" value="3"/>
          </lcSequenceOption2>
        </lcSequenceOptionGroup2>
        <lcFeedbackIncorrect2>No, try again, please.     </lcFeedbackIncorrect2>
        <lcFeedbackCorrect2>Very good.</lcFeedbackCorrect2>
      </lcSequencing2>
  

Attributes

The following attributes are available on this element: Universal attribute group, outputclass, and the attributes defined below.

name
The name used to indicate this data. The default value for this attribute is "lcSequence2".
value (REQUIRED)
The position of an option in a sequence of options. The value MUST be a number.