ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct () | |
setShowdraw ($a_showdraw) | |
getShowdraw () | |
setMinnumber ($a_minnumber) | |
getMinnumber () | |
setMaxnumber ($a_maxnumber) | |
getMaxnumber () | |
addResponseLabel ($a_response_label) | |
addMaterial ($a_material) | |
Data Fields | |
$showdraw | |
$minnumber | |
$maxnumber | |
$response_labels | |
$material | |
Definition at line 35 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::__construct | ( | ) |
ilQTIRenderHotspot::addMaterial | ( | $a_material | ) |
Definition at line 94 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::addResponseLabel | ( | $a_response_label | ) |
Definition at line 89 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::getMaxnumber | ( | ) |
ilQTIRenderHotspot::getMinnumber | ( | ) |
ilQTIRenderHotspot::getShowdraw | ( | ) |
ilQTIRenderHotspot::setMaxnumber | ( | $a_maxnumber | ) |
Definition at line 79 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::setMinnumber | ( | $a_minnumber | ) |
Definition at line 69 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::setShowdraw | ( | $a_showdraw | ) |
Definition at line 50 of file class.ilQTIRenderHotspot.php.
References SHOWDRAW_NO, and SHOWDRAW_YES.
ilQTIRenderHotspot::$material |
Definition at line 41 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::$maxnumber |
Definition at line 39 of file class.ilQTIRenderHotspot.php.
Referenced by getMaxnumber().
ilQTIRenderHotspot::$minnumber |
Definition at line 38 of file class.ilQTIRenderHotspot.php.
Referenced by getMinnumber().
ilQTIRenderHotspot::$response_labels |
Definition at line 40 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::$showdraw |
Definition at line 37 of file class.ilQTIRenderHotspot.php.
Referenced by getShowdraw().