lcObjective

Darwin Information Typing Architecture (DITA) Version 1.2

Document
Darwin Information Typing Architecture (DITA) Version 1.2

The <lcObjective> describes a single learning objective.

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

Contained by

Doctype Content model
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary lcObjectivesGroup

Inheritance

- topic/li learningBase/lcObjective

Example

<learningOverview id="overview">
  <title>Learning Overview topic</title>
  <learningOverviewbody>
    <lcObjectives>
    <title>Objectives</title>
    <lcObjectiveStem>When you complete this lesson, you'll know how to do the
     following:</lcObjective>
      <lcObjectivesList>
        <lcObjective>Create a good learning overview topic.</lcObjective>
        <lcObjective>Identify clear learning objectives.</lcObjective>
        <lcObjective>Add good test items to assess knowledge gained.</lcObjective>
      </lcObjectivesList>
    </lcObjectives>
  </learningOverviewbody>
</learningOverview>

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