The element selfCheck allows inserting three types of questions (see subelements for the types possible) for the student to check if the learning goals were reached. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
category | xs:string | optional |
|
||||
label | elml:LabelType | optional |
|
||||
shuffle | elml:YesNoType | optional |
|
||||
title | xs:string | optional |
|
Complex Types | elml:SIIType, elml:SType |
<xs:element name="selfCheck"> <xs:annotation> <xs:documentation>The element selfCheck allows inserting three types of questions (see subelements for the types possible) for the student to check if the learning goals were reached.</xs:documentation> </xs:annotation> <xs:complexType> <xs:choice> <xs:element ref="elml:multipleChoice"/> <xs:element ref="elml:fillInBlanks"/> </xs:choice> <xs:attributeGroup ref="elml:LabelImp"/> <xs:attributeGroup ref="elml:TitleImp"/> <xs:attributeGroup ref="elml:QuestionReq"/> </xs:complexType> </xs:element> |