lcInteraction
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.
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 | (lcInteractionBase or lcTrueFalse or lcSingleSelect or lcMultipleSelect or lcSequencing or lcMatching or lcHotspot or lcOpenQuestion) (any number) |
Contained by
Doctype | Content model |
---|---|
learningAssessment, learningContent | learningBasebody, learningAssessmentbody |
learningOverview, learningPlan, learningSummary | learningBasebody |
Inheritance
- topic/section learningBase/lcInteraction
id="assessment_example">
Example
<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>
Attributes
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 |