The <lcSequence> element in an assessment interaction provides the position of a sequence option in a sequence.
Doctype | Content model |
---|---|
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary | no content |
Doctype | Content model |
---|---|
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary | lcSequenceOption |
<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>
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 univ-atts attribute group | |||
global-atts attribute group (xtrf, xtrc) | A set of related attributes, described in global-atts attribute group | |||
class, outputclass | Common attributes described in Other common DITA attributes |
Return to main page.
OASIS DITA Version 1.2 -- OASIS Standard, 1 December 2010
Copyright © OASIS Open 2005, 2010. All Rights Reserved.