3.11.5.2.17 <lcMatchingPair>

The <lcMatchingPair> element was deprecated in DITA version 1.3. It was replaced with the <lcMatchingPair2> element. It was originally intended to provide 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.

Content models

See appendix for information about this element in OASIS document type shells.

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

The following attributes are available on this element: Universal attribute group and outputclass.

Return to main page.