The <lcSequenceOption> element in an assessment interaction provides
the contents of an item in a sequence interaction.
Contains
Note: These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Doctype |
Content model |
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary |
( (lcAnswerContent) then (lcSequence) ) |
Contained by
Doctype |
Content model |
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary |
lcSequenceOptionGroup |
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>