Language reference : Learning and training elements : Other learning and training elements : Common learning interactions elements : lcMatchTable
WebWorks  
lcMatchTable
The <lcMatchTable> element in an assessment interaction provides a format for matching items.
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
( (lcMatchingHeader) (optional) then (lcMatchingPair) (one or more) )
Contained by
Doctype
Content model
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary
Inheritance
+ topic/simpletable learningInteractionBase-d/simpletable learning-d/lcMatchTable
Example 481. Example

<lcMatching id="matching">
<title>Matching teams with cities</title>
<lcQuestion>Match the team with the city.</lcQuestion>
<lcMatchTable>
<lcMatchingHeader>
<lcItem>Team</lcItem>
<lcMatchingItem>City</lcMatchingItem>
</lcMatchingHeader>
<lcMatchingPair>
<lcItem>Boston</lcItem>
<lcMatchingItem>Red Sox</lcMatchingItem>
</lcMatchingPair>
<lcMatchingPair>
<lcItem>San Francisco</lcItem>
<lcMatchingItem>Giants</lcMatchingItem>
</lcMatchingPair>
<lcMatchingPair>
<lcItem>Chicago</lcItem>
<lcMatchingItem>Cubs</lcMatchingItem>
</lcMatchingPair>
<lcMatchingPair>
<lcItem>Toronto</lcItem>
<lcMatchingItem>Blue Jays</lcMatchingItem>
</lcMatchingPair>
</lcMatchTable>
<lcFeedbackCorrect>Good job.</lcFeedbackCorrect>
<lcFeedbackIncorrect>Not quite.</lcFeedbackIncorrect>
</lcMatching>
Attributes
Name
Description
Data Type
Default Value
Required?
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