lcMatchingItemFeedback

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.
Doctype Content model
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary ( (lcFeedback) or (lcFeedbackCorrect) or (lcFeedbackIncorrect) ) (any number)

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>
...

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

Was this helpful?