lcObjectivesGroup

Darwin Information Typing Architecture (DITA) Version 1.3 Part 3: All-Inclusive Edition

Document
Darwin Information Typing Architecture (DITA) Version 1.3 Part 3: All-Inclusive Edition
Version
1.3
Author
OASIS DITA Technical Committee

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

Content models

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

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:</lcObjectivesStem>
      <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

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