The <lcInteraction> is a wrapper element for all the interactions of the assessment. The interactions themselves are based on the lcInteractionBase type. A starter set of interaction types is defined in the learning domain.
| Doctype | Content model |
|---|---|
| learningAssessment, learningContent, learningOverview, learningPlan, learningSummary | (lcInteractionBase or lcTrueFalse or lcSingleSelect or lcMultipleSelect or lcSequencing or lcMatching or lcHotspot or lcOpenQuestion) (any number) |
| Doctype | Content model |
|---|---|
| learningAssessment, learningContent | learningBasebody, learningAssessmentbody |
| learningOverview, learningPlan, learningSummary | learningBasebody |
<learningAssessment id="testAssess">
<title>Certification Test</title>
<shortdesc>Pass this test, and you are a certified genius.</shortdesc>
<learningAssessmentbody>
<lcIntro>Here's your test, folks. Good luck!</lcIntro>
<lcInteraction>
<lcSingleSelect id="asdf">
<title>Multiple Choice - IEEE standards trivia</title>
<lcQuestion>Which one of the listed standards committees
is responsible for developing the token ring specification?</lcQuestion>
<lcAnswerOptionGroup>
<lcAnswerOption>
<lcAnswerContent>IEEE 802.3</lcAnswerContent>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>IEEE 802.5</lcAnswerContent>
<lcCorrectResponse/>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>IEEE 802.6</lcAnswerContent>
</lcAnswerOption>
</lcAnswerOptionGroup>
</lcSingleSelect>
</lcInteraction>
<lcSummary>
<title>Summary</title>
You are now certified.
</lcSummary>
</learningAssessmentbody>
</learningAssessment>
| Name | Description | Data Type | Default Value | Required? |
|---|---|---|---|---|
| spectitle | The specialized title attribute allows architects of specialized types to define a fixed or default title for a specialized element. Not intended for direct use by authors. | CDATA | #IMPLIED | No |
| 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.