| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
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" | 
| 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" | 
Definition at line 24 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
| const RESPONSEVAR_GT = "4" | 
Definition at line 27 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
| const RESPONSEVAR_GTE = "5" | 
Definition at line 28 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
| const RESPONSEVAR_INSIDE = "7" | 
Definition at line 30 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
| const RESPONSEVAR_LT = "2" | 
Definition at line 25 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
| const RESPONSEVAR_LTE = "3" | 
Definition at line 26 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
| const RESPONSEVAR_SUBSET = "6" | 
Definition at line 29 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
| const RESPONSEVAR_SUBSTRING = "8" | 
Definition at line 31 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
| 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().