elml:AnswersReq

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
correct elml:YesNoType required
The required attribute correct allows defining if an answer is the correct one (yes) or if it is a wrong answer designed to trick the student (no).
feedback xs:string optional
The optional attribute feedback allows to give the student a short text feedback about his wrong (or correct) choice of answer. It might also contain a hint as to where in the lesson the student might find the correct answer for the question.

Used By

Element elml:answer

Source

<xs:attributeGroup name="AnswersReq">
  <xs:attribute name="correct" type="elml:YesNoType" use="required">
    <xs:annotation>
      <xs:documentation>The required attribute correct allows defining if an answer is the correct one (yes) or if it is a wrong answer designed to trick the student (no).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="feedback" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The optional attribute feedback allows to give the student a short text feedback about his wrong (or correct) choice of answer. It might also contain a hint as to where in the lesson the student might find the correct answer for the question.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>