The <lcItem> element in an assessment
interaction provides the content for an item that matches the match
item in a match table.
Contains
Note: These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Inheritance
+ topic/stentry learningInteractionBase-d/stentry learning-d/lcItem
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>