ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($a_response_type=0) | |
setResponsetype ($a_responsetype) | |
getResponsetype () | |
setIdent ($a_ident) | |
getIdent () | |
setRCardinality ($a_rcardinality) | |
getRCardinality () | |
setRTiming ($a_rtiming) | |
getRTiming () | |
setNumtype ($a_numtype) | |
getNumtype () | |
setRenderType ($a_render_type) | |
getRenderType () | |
setFlow ($a_flow) | |
getFlow () | |
setMaterial1 ($a_material) | |
getMaterial1 () | |
setMaterial2 ($a_material) | |
getMaterial2 () | |
hasRendering () | |
Data Fields | |
$flow | |
$response_type | |
$ident | |
$rcardinality | |
$render_type | |
$material1 | |
$material2 | |
$rtiming | |
$numtype | |
Definition at line 49 of file class.ilQTIResponse.php.
ilQTIResponse::__construct | ( | $a_response_type = 0 | ) |
Definition at line 61 of file class.ilQTIResponse.php.
ilQTIResponse::getFlow | ( | ) |
Definition at line 168 of file class.ilQTIResponse.php.
References $flow.
ilQTIResponse::getIdent | ( | ) |
Definition at line 83 of file class.ilQTIResponse.php.
References $ident.
ilQTIResponse::getMaterial1 | ( | ) |
ilQTIResponse::getMaterial2 | ( | ) |
ilQTIResponse::getNumtype | ( | ) |
ilQTIResponse::getRCardinality | ( | ) |
ilQTIResponse::getRenderType | ( | ) |
ilQTIResponse::getResponsetype | ( | ) |
ilQTIResponse::getRTiming | ( | ) |
ilQTIResponse::hasRendering | ( | ) |
Definition at line 193 of file class.ilQTIResponse.php.
ilQTIResponse::setFlow | ( | $a_flow | ) |
Definition at line 163 of file class.ilQTIResponse.php.
ilQTIResponse::setIdent | ( | $a_ident | ) |
Definition at line 78 of file class.ilQTIResponse.php.
ilQTIResponse::setMaterial1 | ( | $a_material | ) |
Definition at line 173 of file class.ilQTIResponse.php.
ilQTIResponse::setMaterial2 | ( | $a_material | ) |
Definition at line 183 of file class.ilQTIResponse.php.
ilQTIResponse::setNumtype | ( | $a_numtype | ) |
Definition at line 130 of file class.ilQTIResponse.php.
References NUMTYPE_DECIMAL, NUMTYPE_INTEGER, and NUMTYPE_SCIENTIFIC.
ilQTIResponse::setRCardinality | ( | $a_rcardinality | ) |
Definition at line 88 of file class.ilQTIResponse.php.
References R_CARDINALITY_MULTIPLE, R_CARDINALITY_ORDERED, and R_CARDINALITY_SINGLE.
ilQTIResponse::setRenderType | ( | $a_render_type | ) |
Definition at line 153 of file class.ilQTIResponse.php.
ilQTIResponse::setResponsetype | ( | $a_responsetype | ) |
Definition at line 68 of file class.ilQTIResponse.php.
ilQTIResponse::setRTiming | ( | $a_rtiming | ) |
ilQTIResponse::$flow |
Definition at line 51 of file class.ilQTIResponse.php.
Referenced by getFlow().
ilQTIResponse::$ident |
Definition at line 53 of file class.ilQTIResponse.php.
Referenced by getIdent().
ilQTIResponse::$material1 |
Definition at line 56 of file class.ilQTIResponse.php.
Referenced by getMaterial1().
ilQTIResponse::$material2 |
Definition at line 57 of file class.ilQTIResponse.php.
Referenced by getMaterial2().
ilQTIResponse::$numtype |
Definition at line 59 of file class.ilQTIResponse.php.
Referenced by getNumtype().
ilQTIResponse::$rcardinality |
Definition at line 54 of file class.ilQTIResponse.php.
Referenced by getRCardinality().
ilQTIResponse::$render_type |
Definition at line 55 of file class.ilQTIResponse.php.
Referenced by getRenderType().
ilQTIResponse::$response_type |
Definition at line 52 of file class.ilQTIResponse.php.
Referenced by getResponsetype().
ilQTIResponse::$rtiming |
Definition at line 58 of file class.ilQTIResponse.php.
Referenced by getRTiming().