lcCorrectResponse

Darwin Information Typing Architecture (DITA) Version 1.2

Document
Darwin Information Typing Architecture (DITA) Version 1.2

The <lcCorrectResponse> element in an assessment interaction indicates a correct response.

In an lcHotspot interaction, indicate the correct hotspot by setting the value attribute of lcCorrectResponse to the id of the "correct" area in the imagemap.

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 no content

Contained by

Doctype Content model
learningAssessment, learningContent, learningOverview, learningPlan, learningSummary lcAnswerOption, lcArea

Inheritance

+ topic/data learningInteractionBase-d/data learning-d/lcCorrectResponse

Example

..
    <lcAnswerOption>
    <lcAnswerContent>True</lcAnswerContent>
      <lcCorrectResponse/>
    </lcAnswerOption>
...
  

Attributes

Name Description Data Type Default Value Required?
name The name used to indicate this data. CDATA lcCorrectResponse Required
value The value. PCDATA In an lcHotspot interaction, set the value to the id corresponding to the correct area in the imagemap. Required
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