The element fillInBlanks allows defining a question and a text where the student has to fill in the blank spaces with the correct word(s). |
Element | elml:selfCheck |
<xs:element name="fillInBlanks"> <xs:annotation> <xs:documentation>The element fillInBlanks allows defining a question and a text where the student has to fill in the blank spaces with the correct word(s).</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="elml:question"/> <xs:element ref="elml:gapText"/> <xs:element ref="elml:solution" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |