ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilQTIRenderHotspot () | |
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::addMaterial | ( | $a_material | ) |
Definition at line 95 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::addResponseLabel | ( | $a_response_label | ) |
Definition at line 90 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::getMaxnumber | ( | ) |
Definition at line 85 of file class.ilQTIRenderHotspot.php.
References $maxnumber.
ilQTIRenderHotspot::getMinnumber | ( | ) |
Definition at line 75 of file class.ilQTIRenderHotspot.php.
References $minnumber.
ilQTIRenderHotspot::getShowdraw | ( | ) |
Definition at line 65 of file class.ilQTIRenderHotspot.php.
References $showdraw.
ilQTIRenderHotspot::ilQTIRenderHotspot | ( | ) |
Definition at line 43 of file class.ilQTIRenderHotspot.php.
References SHOWDRAW_NO.
ilQTIRenderHotspot::setMaxnumber | ( | $a_maxnumber | ) |
Definition at line 80 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::setMinnumber | ( | $a_minnumber | ) |
Definition at line 70 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().