ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilQTIResponse.php File Reference

Go to the source code of this file.

Data Structures

class  ilQTIResponse
 

Namespaces

 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

◆ NUMTYPE_DECIMAL

const NUMTYPE_DECIMAL "2"

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

Referenced by ilQTIResponse\setNumtype().

◆ NUMTYPE_INTEGER

const NUMTYPE_INTEGER "1"

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

Referenced by ilQTIResponse\setNumtype().

◆ NUMTYPE_SCIENTIFIC

const NUMTYPE_SCIENTIFIC "3"

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

Referenced by ilQTIResponse\setNumtype().

◆ R_CARDINALITY_MULTIPLE

const R_CARDINALITY_MULTIPLE "2"

◆ R_CARDINALITY_ORDERED

const R_CARDINALITY_ORDERED "3"

◆ R_CARDINALITY_SINGLE

const R_CARDINALITY_SINGLE "1"

◆ RT_RESPONSE_EXTENSION

const RT_RESPONSE_EXTENSION "6"

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

◆ RT_RESPONSE_GRP

const RT_RESPONSE_GRP "5"

◆ RT_RESPONSE_LID

const RT_RESPONSE_LID "1"

◆ RT_RESPONSE_NUM

const RT_RESPONSE_NUM "4"

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

Referenced by ilQTIParser\handlerParseBeginTag().

◆ RT_RESPONSE_STR

const RT_RESPONSE_STR "3"

◆ RT_RESPONSE_XY

const RT_RESPONSE_XY "2"

◆ RTIMING_NO

const RTIMING_NO "1"

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

Referenced by ilQTIResponse\setRTiming().

◆ RTIMING_YES

const RTIMING_YES "2"

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

Referenced by ilQTIResponse\setRTiming().