elml:multipleChoice

The element multipleChoice allows defining a question and a set of answers from which the student can choose the correct one(s) (one or several correct answers possible).

Element Information

Model

Used By

Element elml:selfCheck

Source

<xs:element name="multipleChoice">
  <xs:annotation>
    <xs:documentation>The element multipleChoice allows defining a question and a set of answers from which the student can choose the correct one(s) (one or several correct answers possible).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="elml:question"/>
      <xs:element ref="elml:answer" maxOccurs="20"/>
      <xs:element ref="elml:solution" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample