lcObjectivesGroup

The <lcObjectivesGroup> contains a list of one or more learning objectives.

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 ( (lcObjective) (one or more) )

Contained by

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

Inheritance

- topic/ul learningBase/lcObjectivesGroup

Example

<learningOverview id="overview">
  <title>Learning Overview topic</title>
  <learningOverviewbody>
    <lcObjectives>
    <title>Objectives</title>
    <lcObjectivesStem>When you complete this lesson, you'll know how to do the
     following:</lcObjectivesGroup>
      <lcObjectivesGroup>
        <lcObjective>Creating a good learning overview topic.</lcObjective>
        <lcObjective>Identifying clear learning objectives.</lcObjective>
        <lcObjective>Adding good test items to assess knowledge gained.</lcObjective>
      </lcObjectivesGroup>
    </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

Was this helpful?