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.
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary |
(lcInteractionBase or lcTrueFalse or lcSingleSelect or lcMultipleSelect or lcSequencing or lcMatching or lcHotspot or lcOpenQuestion) (any number) |
- topic/section learningBase/lcInteraction
<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>
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. |
||||
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 |
|||
A set of related attributes, described in 3.4.1.2 global-atts attribute group |
||||
Common attributes described in 3.4.1.9 Other common DITA attributes |