ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct ($a_response_type=0) | |
setResponsetype ($a_responsetype) | |
getResponsetype () | |
setIdent (string $a_ident) | |
getIdent () | |
setRCardinality (string $a_rcardinality) | |
getRCardinality () | |
setRTiming (string $a_rtiming) | |
getRTiming () | |
setNumtype (string $a_numtype) | |
getNumtype () | |
setRenderType ($a_render_type) | |
getRenderType () | |
setFlow (int $a_flow) | |
getFlow () | |
setMaterial1 (ilQTIMaterial $a_material) | |
getMaterial1 () | |
setMaterial2 (ilQTIMaterial $a_material) | |
getMaterial2 () | |
hasRendering () | |
Data Fields | |
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 | 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" |
int | $flow = 0 |
$response_type | |
string | $ident = null |
string | $rcardinality = '' |
$render_type = null | |
ilQTIMaterial | $material1 = null |
ilQTIMaterial | $material2 = null |
string | $rtiming = null |
string | $numtype = null |
Definition at line 29 of file class.ilQTIResponse.php.
ilQTIResponse::__construct | ( | $a_response_type = 0 | ) |
string | int | $a_response_type |
Definition at line 66 of file class.ilQTIResponse.php.
ilQTIResponse::getFlow | ( | ) |
ilQTIResponse::getIdent | ( | ) |
ilQTIResponse::getMaterial1 | ( | ) |
Definition at line 193 of file class.ilQTIResponse.php.
References $material1.
ilQTIResponse::getMaterial2 | ( | ) |
Definition at line 203 of file class.ilQTIResponse.php.
References $material2.
ilQTIResponse::getNumtype | ( | ) |
ilQTIResponse::getRCardinality | ( | ) |
Definition at line 115 of file class.ilQTIResponse.php.
References $rcardinality.
Referenced by ilQTIItem\typeFromResponse().
ilQTIResponse::getRenderType | ( | ) |
Definition at line 173 of file class.ilQTIResponse.php.
References $render_type.
ilQTIResponse::getResponsetype | ( | ) |
Definition at line 82 of file class.ilQTIResponse.php.
References $response_type.
Referenced by ilQTIItem\typeFromResponse().
ilQTIResponse::getRTiming | ( | ) |
ilQTIResponse::hasRendering | ( | ) |
Definition at line 208 of file class.ilQTIResponse.php.
References null.
ilQTIResponse::setFlow | ( | int | $a_flow | ) |
Definition at line 178 of file class.ilQTIResponse.php.
ilQTIResponse::setIdent | ( | string | $a_ident | ) |
Definition at line 87 of file class.ilQTIResponse.php.
ilQTIResponse::setMaterial1 | ( | ilQTIMaterial | $a_material | ) |
Definition at line 188 of file class.ilQTIResponse.php.
ilQTIResponse::setMaterial2 | ( | ilQTIMaterial | $a_material | ) |
Definition at line 198 of file class.ilQTIResponse.php.
ilQTIResponse::setNumtype | ( | string | $a_numtype | ) |
Definition at line 139 of file class.ilQTIResponse.php.
ilQTIResponse::setRCardinality | ( | string | $a_rcardinality | ) |
Definition at line 97 of file class.ilQTIResponse.php.
ilQTIResponse::setRenderType | ( | $a_render_type | ) |
ilQTIRenderChoice | ilQTIRenderHotspot | ilQTIRenderFib | $a_render_type |
Definition at line 165 of file class.ilQTIResponse.php.
ilQTIResponse::setResponsetype | ( | $a_responsetype | ) |
string | int | $a_responsetype |
Definition at line 74 of file class.ilQTIResponse.php.
ilQTIResponse::setRTiming | ( | string | $a_rtiming | ) |
Definition at line 120 of file class.ilQTIResponse.php.
int ilQTIResponse::$flow = 0 |
Definition at line 48 of file class.ilQTIResponse.php.
Referenced by getFlow().
string ilQTIResponse::$ident = null |
Definition at line 51 of file class.ilQTIResponse.php.
Referenced by getIdent().
ilQTIMaterial ilQTIResponse::$material1 = null |
Definition at line 58 of file class.ilQTIResponse.php.
Referenced by getMaterial1().
ilQTIMaterial ilQTIResponse::$material2 = null |
Definition at line 59 of file class.ilQTIResponse.php.
Referenced by getMaterial2().
string ilQTIResponse::$numtype = null |
Definition at line 61 of file class.ilQTIResponse.php.
Referenced by getNumtype().
string ilQTIResponse::$rcardinality = '' |
Definition at line 52 of file class.ilQTIResponse.php.
Referenced by getRCardinality().
ilQTIResponse::$render_type = null |
Definition at line 57 of file class.ilQTIResponse.php.
Referenced by getRenderType().
ilQTIResponse::$response_type |
Definition at line 50 of file class.ilQTIResponse.php.
Referenced by getResponsetype().
string ilQTIResponse::$rtiming = null |
Definition at line 60 of file class.ilQTIResponse.php.
Referenced by getRTiming().
const ilQTIResponse::NUMTYPE_DECIMAL = "2" |
Definition at line 45 of file class.ilQTIResponse.php.
Referenced by ilQTIResponseTest\numtypes().
const ilQTIResponse::NUMTYPE_INTEGER = "1" |
Definition at line 44 of file class.ilQTIResponse.php.
Referenced by ilQTIResponseTest\numtypes().
const ilQTIResponse::NUMTYPE_SCIENTIFIC = "3" |
Definition at line 46 of file class.ilQTIResponse.php.
Referenced by ilQTIResponseTest\numtypes().
const ilQTIResponse::R_CARDINALITY_MULTIPLE = "2" |
Definition at line 38 of file class.ilQTIResponse.php.
Referenced by ilQTIItem\typeFromResponse().
const ilQTIResponse::R_CARDINALITY_ORDERED = "3" |
Definition at line 39 of file class.ilQTIResponse.php.
Referenced by ilQTIItem\typeFromResponse().
const ilQTIResponse::R_CARDINALITY_SINGLE = "1" |
Definition at line 37 of file class.ilQTIResponse.php.
Referenced by ilQTIItem\typeFromResponse().
const ilQTIResponse::RT_RESPONSE_GRP = "5" |
Definition at line 35 of file class.ilQTIResponse.php.
Referenced by ilQTIParser\termsAndDefinitionsBeginTag(), and ilQTIItem\typeFromResponse().
const ilQTIResponse::RT_RESPONSE_LID = "1" |
Definition at line 31 of file class.ilQTIResponse.php.
Referenced by ilQTIParser\termsAndDefinitionsBeginTag(), and ilQTIItem\typeFromResponse().
const ilQTIResponse::RT_RESPONSE_NUM = "4" |
Definition at line 34 of file class.ilQTIResponse.php.
Referenced by ilQTIParser\termsAndDefinitionsBeginTag().
const ilQTIResponse::RT_RESPONSE_STR = "3" |
Definition at line 33 of file class.ilQTIResponse.php.
Referenced by assTextSubsetImport\fromXML(), ilQTIParser\termsAndDefinitionsBeginTag(), and ilQTIItem\typeFromResponse().
const ilQTIResponse::RT_RESPONSE_XY = "2" |
Definition at line 32 of file class.ilQTIResponse.php.
Referenced by ilQTIParser\termsAndDefinitionsBeginTag(), and ilQTIItem\typeFromResponse().
const ilQTIResponse::RTIMING_NO = "1" |
Definition at line 41 of file class.ilQTIResponse.php.
Referenced by ilQTIResponseTest\rtimings().
const ilQTIResponse::RTIMING_YES = "2" |
Definition at line 42 of file class.ilQTIResponse.php.
Referenced by ilQTIResponseTest\rtimings().