3.3.11. Meta-data and Usage Data

class pyslet.qtiv2.metadata.QTIMetadata(parent)

Bases: pyslet.qtiv2.core.QTIElement

A new category of meta-data for the recording of QTI specific information. It is designed to be treated as an additional top-level category to augment the LOM profile:

<xsd:group name="qtiMetadata.ContentGroup">
    <xsd:sequence>
        <xsd:element ref="itemTemplate" minOccurs="0" maxOccurs="1"/>
        <xsd:element ref="timeDependent" minOccurs="0" maxOccurs="1"/>
        <xsd:element ref="composite" minOccurs="0" maxOccurs="1"/>
        <xsd:element ref="interactionType" minOccurs="0"
            maxOccurs="unbounded"/>
        <xsd:element ref="feedbackType" minOccurs="0" maxOccurs="1"/>
        <xsd:element ref="solutionAvailable" minOccurs="0"
            maxOccurs="1"/>
        <xsd:element ref="toolName" minOccurs="0" maxOccurs="1"/>
        <xsd:element ref="toolVersion" minOccurs="0" maxOccurs="1"/>
        <xsd:element ref="toolVendor" minOccurs="0" maxOccurs="1"/>
    </xsd:sequence>
</xsd:group>