elml:QuestionReq

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
category xs:string optional
The optional attribute category can be used to define different levels of questions. How the content of this attribute is handled and what is allowed within is left to the author of the project specific XSLT files.
shuffle elml:YesNoType optional
The attribute shuffle allows defining if the answers to the questions should be (re-)arranged randomly each time the (e.g. html) page is reloaded.

Used By

Element elml:selfCheck

Source

<xs:attributeGroup name="QuestionReq">
  <xs:attribute name="category" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The optional attribute category can be used to define different levels of questions. How the content of this attribute is handled and what is allowed within is left to the author of the project specific XSLT files.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shuffle" type="elml:YesNoType">
    <xs:annotation>
      <xs:documentation>The attribute shuffle allows defining if the answers to the questions should be (re-)arranged randomly each time the (e.g. html) page is reloaded.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>