The <lcMatchingPair> element in an assessment interaction
provides a table row with the pair of items that comprise a correct match in a matching
interaction and, optionally, feedback on the pair or correct and incorrect matches.
Contains
Note: These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Contained by
Doctype |
Content model |
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary |
lcMatchTable |
Inheritance
+ topic/strow learningInteractionBase-d/strow learning-d/lcMatchingPair
Example
...
<lcMatchingPair>
<lcItem>Boston</lcItem>
<lcMatchingItem>Red Sox</lcMatchingItem>
<lcMatchingItemFeedback>
<lcFeedbackCorrect>The Red Sox play in Boston's Fenway Park</lcFeedbackCorrect>
<lcFeedbackCorrect>That is not Boston's home team</lcFeedbackCorrect>
</lcMatchingItemFeedback>
</lcMatchingPair>
...