ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (string $a_vartype) | |
setVartype (string $a_vartype) | |
getVartype () | |
setCase (string $a_case) | |
getCase () | |
setRespident (string $a_respident) | |
getRespident () | |
setIndex (string $a_index) | |
getIndex () | |
setSetmatch (string $a_setmatch) | |
getSetmatch () | |
setAreatype (string $a_areatype) | |
getAreatype () | |
setContent (string $a_content) | |
getContent () | |
Data Fields | |
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" |
string | $vartype = '' |
string | $case = null |
string | $respident = null |
string | $index = null |
string | $setmatch = null |
string | $areatype = null |
string | $content = null |
Definition at line 29 of file class.ilQTIResponseVar.php.
ilQTIResponseVar::__construct | ( | string | $a_vartype | ) |
Definition at line 58 of file class.ilQTIResponseVar.php.
References setVartype().
ilQTIResponseVar::getAreatype | ( | ) |
ilQTIResponseVar::getCase | ( | ) |
ilQTIResponseVar::getContent | ( | ) |
ilQTIResponseVar::getIndex | ( | ) |
ilQTIResponseVar::getRespident | ( | ) |
ilQTIResponseVar::getSetmatch | ( | ) |
ilQTIResponseVar::getVartype | ( | ) |
Definition at line 68 of file class.ilQTIResponseVar.php.
References $vartype.
Referenced by ilQTIConditionvar\addResponseVar().
ilQTIResponseVar::setAreatype | ( | string | $a_areatype | ) |
Definition at line 131 of file class.ilQTIResponseVar.php.
ilQTIResponseVar::setCase | ( | string | $a_case | ) |
Definition at line 73 of file class.ilQTIResponseVar.php.
ilQTIResponseVar::setContent | ( | string | $a_content | ) |
Definition at line 154 of file class.ilQTIResponseVar.php.
ilQTIResponseVar::setIndex | ( | string | $a_index | ) |
Definition at line 102 of file class.ilQTIResponseVar.php.
ilQTIResponseVar::setRespident | ( | string | $a_respident | ) |
Definition at line 92 of file class.ilQTIResponseVar.php.
ilQTIResponseVar::setSetmatch | ( | string | $a_setmatch | ) |
Definition at line 112 of file class.ilQTIResponseVar.php.
ilQTIResponseVar::setVartype | ( | string | $a_vartype | ) |
Definition at line 63 of file class.ilQTIResponseVar.php.
Referenced by __construct().
string ilQTIResponseVar::$areatype = null |
Definition at line 55 of file class.ilQTIResponseVar.php.
Referenced by getAreatype().
string ilQTIResponseVar::$case = null |
Definition at line 51 of file class.ilQTIResponseVar.php.
Referenced by getCase().
string ilQTIResponseVar::$content = null |
Definition at line 56 of file class.ilQTIResponseVar.php.
Referenced by getContent().
string ilQTIResponseVar::$index = null |
Definition at line 53 of file class.ilQTIResponseVar.php.
Referenced by getIndex().
string ilQTIResponseVar::$respident = null |
Definition at line 52 of file class.ilQTIResponseVar.php.
Referenced by getRespident().
string ilQTIResponseVar::$setmatch = null |
Definition at line 54 of file class.ilQTIResponseVar.php.
Referenced by getSetmatch().
string ilQTIResponseVar::$vartype = '' |
Definition at line 50 of file class.ilQTIResponseVar.php.
Referenced by getVartype().
const ilQTIResponseVar::AREATYPE_BOUNDED = "3" |
Definition at line 48 of file class.ilQTIResponseVar.php.
Referenced by ilQTIResponseVarTest\areaTypes().
const ilQTIResponseVar::AREATYPE_ELLIPSE = "1" |
Definition at line 46 of file class.ilQTIResponseVar.php.
Referenced by ilQTIResponseVarTest\areaTypes().
const ilQTIResponseVar::AREATYPE_RECTANGLE = "2" |
Definition at line 47 of file class.ilQTIResponseVar.php.
Referenced by ilQTIResponseVarTest\areaTypes().
const ilQTIResponseVar::CASE_NO = "2" |
Definition at line 41 of file class.ilQTIResponseVar.php.
Referenced by ilQTIResponseVarTest\cases().
const ilQTIResponseVar::CASE_YES = "1" |
Definition at line 40 of file class.ilQTIResponseVar.php.
Referenced by ilQTIResponseVarTest\cases().
const ilQTIResponseVar::RESPONSEVAR_EQUAL = "1" |
Definition at line 31 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\varEqualBeginTag().
const ilQTIResponseVar::RESPONSEVAR_GT = "4" |
Definition at line 34 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
const ilQTIResponseVar::RESPONSEVAR_GTE = "5" |
Definition at line 35 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
const ilQTIResponseVar::RESPONSEVAR_INSIDE = "7" |
Definition at line 37 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
const ilQTIResponseVar::RESPONSEVAR_LT = "2" |
Definition at line 32 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
const ilQTIResponseVar::RESPONSEVAR_LTE = "3" |
Definition at line 33 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
const ilQTIResponseVar::RESPONSEVAR_SUBSET = "6" |
Definition at line 36 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
const ilQTIResponseVar::RESPONSEVAR_SUBSTRING = "8" |
Definition at line 38 of file class.ilQTIResponseVar.php.
Referenced by ilQTIConditionvar\addResponseVar(), and ilQTIParser\handlerParseBeginTag().
const ilQTIResponseVar::SETMATCH_EXACT = "2" |
Definition at line 44 of file class.ilQTIResponseVar.php.
Referenced by ilQTIResponseVarTest\setMatches().
const ilQTIResponseVar::SETMATCH_PARTIAL = "1" |
Definition at line 43 of file class.ilQTIResponseVar.php.
Referenced by ilQTIResponseVarTest\setMatches().