3.3.5.1.21 lcSequence

The <lcSequence> element in an assessment interaction provides the position of a sequence option in a sequence.

Contains

Doctype

Content model

learningAssessment, learningContent, learningOverview, learningPlan, learningSummary

no content

Contained by

Doctype

Content model

learningAssessment, learningContent, learningOverview, learningPlan, learningSummary

lcSequenceOption

Inheritance

+ topic/data learningInteractionBase-d/data learning-d/lcSequence

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

Name

Description

Data Type

Default Value

Required?

name

The name used to indicate this data.

CDATA

lcSequence

Required

datatype

The datatype for this data.

CDATA

Use numbers for sequence.

Required

value

The position of an option in a sequence of options.

PCDATA

Use a number.

Required

univ-atts attribute group (includes select-atts, id-atts, and localization-atts groups)

A set of related attributes, described in 3.4.1.3 univ-atts attribute group

     

global-atts attribute group (xtrf, xtrc)

A set of related attributes, described in 3.4.1.2 global-atts attribute group

     

class, outputclass

Common attributes described in 3.4.1.9 Other common DITA attributes

     

Previous Topic:  3.3.5.1.20 lcQuestion

Next Topic:  3.3.5.1.22 lcSequenceOption

Parent Topic:  3.3.5.1 Common learning interactions elements

Sibling Topics:

3.3.5.1.1 lcAnswerContent

3.3.5.1.2 lcAnswerOption

3.3.5.1.3 lcAnswerOptionGroup

3.3.5.1.4 lcArea

3.3.5.1.5 lcAreaCoords

3.3.5.1.6 lcAreaShape

3.3.5.1.7 lcAsset

3.3.5.1.8 lcCorrectResponse

3.3.5.1.9 lcFeedback

3.3.5.1.10 lcFeedbackCorrect

3.3.5.1.11 lcFeedbackIncorrect

3.3.5.1.12 lcHotspotMap

3.3.5.1.13 lcItem

3.3.5.1.14 lcMatchingHeader

3.3.5.1.15 lcMatchingItem

3.3.5.1.16 lcMatchingItemFeedback

3.3.5.1.17 lcMatchingPair

3.3.5.1.18 lcMatchTable

3.3.5.1.19 lcOpenAnswer

3.3.5.1.20 lcQuestion

3.3.5.1.22 lcSequenceOption

3.3.5.1.23 lcSequenceOptionGroup