lcObjectives

The <lcObjectives> lists or describes the learning goals.

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 ( (title) (optional) then (lcObjectivesStem) (optional) then (lcObjectivesGroup) (any number) )

Contained by

Doctype Content model
learningAssessment learningBasebody, learningAssessmentbody
learningContent learningBasebody, learningSummarybody, learningAssessmentbody, learningContentbody
learningOverview learningBasebody, learningOverviewbody
learningPlan learningBasebody
learningSummary learningBasebody, learningSummarybody

Inheritance

- topic/section learningBase/lcObjectives

Example

<learningOverview id="understanding_the_basics" xml:lang="en-us">
  <title>Overview: Understanding the basics</title>
  <shortdesc>Mail basics start from the inbox, viewing and opening messages
    you receive, and moving them to appropriate mail folders for easy access and
    retrieval.</shortdesc>
  <learningOverviewbody>
    <lcAudience>The intended audience includes new users of the company email
      system and anyone wanting a refresher on the basic features.</lcAudience>
    <lcDuration>
      <title>Expected duration</title>
      <lcTime value="00:30">It should take you no more than 30 minutes to complete
        this module.</lcTime>
    </lcDuration>
    <lcObjectives>
      <lcObjectivesStem>When you complete this lesson, you'll know how to perform
        the following mail basics:</lcObjectivesStem>
      <lcObjectivesGroup>
        <lcObjective>Viewing the inbox</lcObjective>
        <lcObjective>Opening a message</lcObjective>
        <lcObjective>Moving messages to a folder</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
spectitle The specialized title attribute allows architects of specialized types to define a fixed or default title for a specialized element. Not intended for direct use by authors. CDATA #IMPLIED No
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?