< Previous | Contents | Next >
4.2.6.9. <typicalLearningTime> Element
The <typicalLearningTime> element represents the approximate of typical time it takes to work with or through the SCORM Content Model Component for the typical intended target audience. The typical target audience can be characterized by the elements
<context> and <typicalAgeRange>.
XML Namespace: http://ltsc.ieee.org/xsd/LOM
XML Binding Representation: <typicalLearningTime>
Multiplicity Requirements: The <typicalLearningTime> element shall appear 0 or 1 time.
Data Type: The <typicalLearningTime> element is represented as a Duration data type (refer to Section 4.2.11.5: Duration Data Type for more information).
<lom>
<educational>
<typicalLearningTime>
<duration>PT1H30M</duration>
<description>
<string language="en">Average length of time to experience the activity.</string>
</description>
</typicalLearningTime>
</educational>
</lom>
Code Illustration 4-52: <typicalLearningTime> Element