Language reference : Learning and training elements : Other learning and training elements : Common learning content elements : lcInteraction
WebWorks  
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
Contained by
Doctype
Content model
learningAssessment, learningContent
learningOverview, learningPlan, learningSummary
Inheritance
- topic/section learningBase/lcInteraction
id="assessment_example">
Example 511. 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