The <lcItem> element in an assessment interaction provides the content for an item that matches the match item in a match table.
| Doctype | Content model | 
|---|---|
| learningAssessment, learningContent, learningOverview, learningPlan, learningSummary | ( text data or boolean or cite or keyword or ph or b or i or sup or sub or tt or u or q or term or tm or xref or state or data or data-about or foreign or unknown or image or draft-comment or fn or indextermref or indexterm or required-cleanup) (any number) | 
| Doctype | Content model | 
|---|---|
| learningAssessment, learningContent, learningOverview, learningPlan, learningSummary | lcMatchingHeader, lcMatchingPair | 
      <lcMatching id="matching">
        <title>Matching teams with cities</title>
        <lcQuestion>Match the team with the city.</lcQuestion>
        <lcMatchTable>
          <lcMatchingHeader>
            <lcItem>Team</lcItem>
            <lcMatchingItem>City</lcMatchingItem>
          </lcMatchingHeader>
          <lcMatchingPair>
            <lcItem>Boston</lcItem>
            <lcMatchingItem>Red Sox</lcMatchingItem>
          </lcMatchingPair>
          <lcMatchingPair>
            <lcItem>San Francisco</lcItem>
            <lcMatchingItem>Giants</lcMatchingItem>
          </lcMatchingPair>
          <lcMatchingPair>
            <lcItem>Chicago</lcItem>
            <lcMatchingItem>Cubs</lcMatchingItem>
          </lcMatchingPair>
          <lcMatchingPair>
            <lcItem>Toronto</lcItem>
            <lcMatchingItem>Blue Jays</lcMatchingItem>
          </lcMatchingPair>
        </lcMatchTable>
        <lcFeedbackCorrect>Good job.</lcFeedbackCorrect>
        <lcFeedbackIncorrect>Not quite.</lcFeedbackIncorrect>
      </lcMatching>
  
| 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 | 
Return to main page.
DITA v1.2 CD 04
Copyright © OASIS Open 2005, 2010. All Rights Reserved.