lcMatchingPair

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.
Doctype Content model
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary ( (lcItem) then (lcMatchingItem) then (lcMatchingItemFeedback) (optional) )

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

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?