The <lcMatchingItemFeedback> element in an assessment
interaction provides feedback on the match as a whole or on correct and incorrect matches or
both.
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 |
lcMatchingPair |
Inheritance
+ topic/stentry learningInteractionBase-d/stentry learning-d/lcMatchingItemFeedback
Example
...
<lcMatchingPair>
<lcItem>Toronto</lcItem>
<lcMatchingItem>Blue Jays</lcMatchingItem>
<lcMatchingItemFeedback>
<lcFeedbackCorrect>The Blue Jays play in Toronto's SkyDome</lcFeedbackCorrect>
<lcFeedbackIncorrect>That is not Toronto's home team.</lcFeedbackIncorrect>
</lcMatchingItemFeedback>
</lcMatchingPair>
...