<lcItem>

The <lcItem> element was deprecated in DITA version 1.3. It was replaced with the <lcItem2> element. It was originally intended to provide the content for an item that matches the match item in a match table in an assessment interaction.

Content models

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

Inheritance

+ topic/stentry learningInteractionBase-d/stentry learning-d/lcItem

Example

This section is non-normative.


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

Content model

(Text | <boolean> | <cite> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <xref> | <state> | <data> | <data-about> | <foreign> | <unknown> | <image> | <draft-comment> | <fn> | <indextermref> | <indexterm> | <required-cleanup>)*

Contained by

<lcMatchingHeader>, <lcMatchingPair>

Zero or more of the following
  • Text
  • <boolean>
  • <cite>
  • <data>
  • <data-about>
  • <draft-comment>
  • <fn>
  • <foreign>
  • <image>
  • <indexterm>
  • <indextermref>
  • <keyword>
  • <ph>
  • <q>
  • <required-cleanup>
  • <state>
  • <term>
  • <text>
  • <tm>
  • <unknown>
  • <xref>

Contained by

  • <lcMatchingHeader>
  • <lcMatchingPair>

Inheritance

+ topic/stentry learningInteractionBase-d/stentry learning-d/lcItem

The <lcItem> element is specialized from <stentry>. It is defined in the learning-domain module.

Attributes

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