<lcInteraction>
The <lcInteraction> is a wrapper element for all the
interactions of the assessment. The interactions themselves are based on the
<lcInteractionBase> type. A starter set of interaction types is defined
in the learning domain.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
- topic/section learningBase/lcInteraction
Example
<learningAssessment id="testAssess"> <title>Certification Test</title> <shortdesc>Pass this test, and you are a certified genius.</shortdesc> <learningAssessmentbody> <lcIntro>Here's your test, folks. Good luck!</lcIntro> <lcInteraction> <lcSingleSelect id="asdf"> <title>Multiple Choice - IEEE standards trivia</title> <lcQuestion>Which one of the listed standards committees is responsible for developing the token ring specification?</lcQuestion> <lcAnswerOptionGroup> <lcAnswerOption> <lcAnswerContent>IEEE 802.3</lcAnswerContent> </lcAnswerOption> <lcAnswerOption> <lcAnswerContent>IEEE 802.5</lcAnswerContent> <lcCorrectResponse/> </lcAnswerOption> <lcAnswerOption> <lcAnswerContent>IEEE 802.6</lcAnswerContent> </lcAnswerOption> </lcAnswerOptionGroup> </lcSingleSelect> </lcInteraction> <lcSummary> <title>Summary</title> You are now certified. </lcSummary> </learningAssessmentbody> </learningAssessment>
Attributes
The following attributes are available on this element: Universal attribute group, @outputclass, and @spectitle.