The element answer allows defining one or several answers (one or more correct answers depending on the question type selected) to the question posed. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
correct | elml:YesNoType | required |
|
||||
feedback | xs:string | optional |
|
Element | elml:multipleChoice |
<xs:element name="answer"> <xs:annotation> <xs:documentation>The element answer allows defining one or several answers (one or more correct answers depending on the question type selected) to the question posed.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="elml:AnswerType"> <xs:attributeGroup ref="elml:AnswersReq"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |