<lcSequencing>

The <lcSequencing> element was deprecated in DITA version 1.3. It was replaced with the <lcSequencing2> element. It was originally intended to ask the learner to arrange a list of choices into a predefined order, such as small to large.

Content models

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

Inheritance

+ topic/fig learningInteractionBase-d/lcInteractionBase learning-d/lcSequencing

Example

This section is non-normative.


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

Content model

<title>?, <lcQuestion>, <lcAsset>?, <lcSequenceOptionGroup>, <lcFeedbackIncorrect>?, <lcFeedbackCorrect>?, <data>*

Not contained by any element.

In order
  1. Optional <title>
  2. <lcQuestion>
  3. Optional <lcAsset>
  4. <lcSequenceOptionGroup>
  5. Optional <lcFeedbackIncorrect>
  6. Optional <lcFeedbackCorrect>
  7. Zero or more <data>

Not contained by any element.

Inheritance

+ topic/fig learningInteractionBase-d/lcInteractionBase learning-d/lcSequencing

The <lcSequencing> element is specialized from <lcInteractionBase>. It is defined in the learning-domain module.

Attributes

The following attributes are available on this element: Universal attribute group (with a narrowed definition of @id, given below) and outputclass.

@id (REQUIRED)
Defines an ID by which the element can be referenced.
@id (REQUIRED)
Defines an ID by which the element can be referenced.