lcTask

The <lcTask> captures a work item to be performed, as part of the learning plan.

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
learningPlan ( (title) (optional) then (lcTaskItem) (any number) then (lcKnowledge) (optional) then (lcSkills) (optional) then (lcAttitude) (optional) )

Contained by

Doctype Content model
learningPlan lcNeedsAnalysis

Inheritance

- topic/fig learningBase/fig learningPlan/lcTask

Example

  <learningPlan id="learningPlanTest">
  <title>Learning Plan</title>
  <shortdesc>It's always good to provide a plan.</shortdesc>
  <learningPlanbody>
    <lcNeedsAnalysis>
      <title>Needs analysis</title>
      <lcTask>
        <title>Tasks</title>
        <lcTaskItem>Explain the importance of content reuse, and provide examples of reuse strategy options.</lcTaskItem>
        <lcKnowledge>Learners understand acquisition procedures, program management, instructional systems design.</lcKnowledge>
        <lcSkills>The audience is skilled in program management.</lcSkills>
        <lcAttitude>Learners must be willing to be open and flexible.</lcAttitude>
      </lcTask>
    </lcNeedsAnalysis>
  </learningPlanbody>
</LearningPlan>

Attributes

Name Description Data Type Default Value Required?
display-atts attribute group (scale, frame, expanse) A set of related attributes, described in display-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
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?