lcGapAnalysis

The <lcGapAnalysis> compares existing learning objectives to current job task analysis.

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 (lcGapItem) (any number) )

Contained by

Doctype Content model
learningPlan learningPlanbody

Inheritance

- topic/section learningBase/section learningPlan/lcGapAnalysis

Example: lcGapAnalysis

...
    <lcGapAnalysis>
      <title>Gap Analysis</title>
      <lcGapItem>
        <title>Gap item</title>
        <lcPlanObjective>Learn the basics before you go further.</lcPlanObjective>
        <lcJtaItem>Current learning objectives provide guidance to developing small modules with terminal learning objectives.</lcJtaItem>
        <lcGapItemDelta>Current learners do not have the capability to approach learning 
         development in a modular strategy that saves time and costs across 
         the enterprise.</lcGapItemDelta>
      </lcGapItem>
    </lcGapAnalysis>
...
			

Attributes

Name Description Data Type Default Value Required?
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?