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

Go to the source code of this file.

Data Structures

class  ilQTIResponse

Namespaces

namespace  assessment
 QTI assessment class.

Variables

const RT_RESPONSE_LID = "1"
const RT_RESPONSE_XY = "2"
const RT_RESPONSE_STR = "3"
const RT_RESPONSE_NUM = "4"
const RT_RESPONSE_GRP = "5"
const RT_RESPONSE_EXTENSION = "6"
const R_CARDINALITY_SINGLE = "1"
const R_CARDINALITY_MULTIPLE = "2"
const R_CARDINALITY_ORDERED = "3"
const RTIMING_NO = "1"
const RTIMING_YES = "2"
const NUMTYPE_INTEGER = "1"
const NUMTYPE_DECIMAL = "2"
const NUMTYPE_SCIENTIFIC = "3"

Variable Documentation

const NUMTYPE_DECIMAL = "2"

Definition at line 38 of file class.ilQTIResponse.php.

Referenced by ilQTIResponse\setNumtype().

const NUMTYPE_INTEGER = "1"

Definition at line 37 of file class.ilQTIResponse.php.

Referenced by ilQTIResponse\setNumtype().

const NUMTYPE_SCIENTIFIC = "3"

Definition at line 39 of file class.ilQTIResponse.php.

Referenced by ilQTIResponse\setNumtype().

const R_CARDINALITY_MULTIPLE = "2"
const R_CARDINALITY_ORDERED = "3"
const R_CARDINALITY_SINGLE = "1"
const RT_RESPONSE_EXTENSION = "6"

Definition at line 28 of file class.ilQTIResponse.php.

const RT_RESPONSE_GRP = "5"
const RT_RESPONSE_LID = "1"
const RT_RESPONSE_NUM = "4"

Definition at line 26 of file class.ilQTIResponse.php.

Referenced by ilQTIParser\handlerParseBeginTag().

const RT_RESPONSE_STR = "3"
const RT_RESPONSE_XY = "2"
const RTIMING_NO = "1"

Definition at line 34 of file class.ilQTIResponse.php.

Referenced by ilQTIResponse\setRTiming().

const RTIMING_YES = "2"

Definition at line 35 of file class.ilQTIResponse.php.

Referenced by ilQTIResponse\setRTiming().