lcSequenceOption

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 lcSequenceOption element was deprecated in DITA version 1.3. It was replaced with the lcSequenceOption2 element. It was originally intended to provide the contents of an item in a sequence interaction.

Content models

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

Inheritance

+ topic/li learningInteractionBase-d/li learning-d/lcSequenceOption

Example

      <lcSequencing id="sequencing">
        <title>Sequencing City Populations in the U.S.</title>
        <lcQuestion>Order the following U.S. cities according to population, from
          largest to smallest.</lcQuestion>
        <lcSequenceOptionGroup>
          <lcSequenceOption>
            <lcAnswerContent>Portland, Oregon</lcAnswerContent>
            <lcSequence name="lcSequence" value="2"/>
          </lcSequenceOption>
          <lcSequenceOption>
            <lcAnswerContent>Chicago, Illinois</lcAnswerContent>
            <lcSequence name="lcSequence" value="1"/>
          </lcSequenceOption>
          <lcSequenceOption>
            <lcAnswerContent>Portland, Maine</lcAnswerContent>
            <lcSequence name="lcSequence" value="4"/>
          </lcSequenceOption>
          <lcSequenceOption>
            <lcAnswerContent>Syracuse, New York</lcAnswerContent>
            <lcSequence name="lcSequence" value="3"/>
          </lcSequenceOption>
        </lcSequenceOptionGroup>
        <lcFeedbackIncorrect>No, try again, please.     </lcFeedbackIncorrect>
        <lcFeedbackCorrect>Very good.</lcFeedbackCorrect>
      </lcSequencing>
  

Attributes

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