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

Go to the source code of this file.

Data Structures

class  ilQTIResponseVar

Namespaces

namespace  assessment
 QTI assessment class.

Variables

const RESPONSEVAR_EQUAL = "1"
const RESPONSEVAR_LT = "2"
const RESPONSEVAR_LTE = "3"
const RESPONSEVAR_GT = "4"
const RESPONSEVAR_GTE = "5"
const RESPONSEVAR_SUBSET = "6"
const RESPONSEVAR_INSIDE = "7"
const RESPONSEVAR_SUBSTRING = "8"
const CASE_YES = "1"
const CASE_NO = "2"
const SETMATCH_PARTIAL = "1"
const SETMATCH_EXACT = "2"
const AREATYPE_ELLIPSE = "1"
const AREATYPE_RECTANGLE = "2"
const AREATYPE_BOUNDED = "3"

Variable Documentation

const AREATYPE_BOUNDED = "3"

Definition at line 41 of file class.ilQTIResponseVar.php.

Referenced by ilQTIResponseVar\setAreatype().

const AREATYPE_ELLIPSE = "1"

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

Referenced by ilQTIResponseVar\setAreatype().

const AREATYPE_RECTANGLE = "2"

Definition at line 40 of file class.ilQTIResponseVar.php.

Referenced by ilQTIResponseVar\setAreatype().

const CASE_NO = "2"

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

Referenced by ilQTIResponseVar\setCase().

const CASE_YES = "1"

Definition at line 33 of file class.ilQTIResponseVar.php.

Referenced by ilQTIResponseVar\setCase().

const RESPONSEVAR_EQUAL = "1"
const RESPONSEVAR_GT = "4"
const RESPONSEVAR_GTE = "5"
const RESPONSEVAR_INSIDE = "7"
const RESPONSEVAR_LT = "2"
const RESPONSEVAR_LTE = "3"
const RESPONSEVAR_SUBSET = "6"
const RESPONSEVAR_SUBSTRING = "8"
const SETMATCH_EXACT = "2"

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

Referenced by ilQTIResponseVar\setSetmatch().

const SETMATCH_PARTIAL = "1"

Definition at line 36 of file class.ilQTIResponseVar.php.

Referenced by ilQTIResponseVar\setSetmatch().