ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilQTIItem.php File Reference

Go to the source code of this file.

Data Structures

class  ilQTIItem

Namespaces

namespace  assessment
 QTI assessment class.

Variables

const QT_UNKNOWN = "unknown"
const QT_MULTIPLE_CHOICE_SR = "assSingleChoice"
const QT_MULTIPLE_CHOICE_MR = "assMultipleChoice"
const QT_CLOZE = "assClozeTest"
const QT_MATCHING = "assMatchingQuestion"
const QT_ORDERING = "assOrderingQuestion"
const QT_IMAGEMAP = "assImagemapQuestion"
const QT_JAVAAPPLET = "assJavaApplet"
const QT_TEXT = "assTextQuestion"
const QT_NUMERIC = "assNumeric"
const QT_TEXTSUBSET = "assTextSubset"

Variable Documentation

const QT_CLOZE = "assClozeTest"
const QT_IMAGEMAP = "assImagemapQuestion"
const QT_JAVAAPPLET = "assJavaApplet"
const QT_MATCHING = "assMatchingQuestion"
const QT_MULTIPLE_CHOICE_MR = "assMultipleChoice"
const QT_MULTIPLE_CHOICE_SR = "assSingleChoice"
const QT_NUMERIC = "assNumeric"
const QT_ORDERING = "assOrderingQuestion"
const QT_TEXT = "assTextQuestion"
const QT_TEXTSUBSET = "assTextSubset"
const QT_UNKNOWN = "unknown"

Definition at line 24 of file class.ilQTIItem.php.

Referenced by ilQTIItem\determineQuestionType().