The <lcAsset> element in an assessment interaction provides
the images or other graphic assets to support the interaction.
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 |
( (imagemap or image or object) (any number) ) |
Inheritance
+ topic/p learningInteractionBase-d/p learning-d/lcAsset
Example
. . .
<lcAsset>
<image href="sunrise.gif">
<alt>the sun rising on Earth</alt>
</image>
</lcAsset>
. . .