ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
setShowdraw (string $a_showdraw) | |
getShowdraw () | |
setMinnumber (string $a_minnumber) | |
getMinnumber () | |
setMaxnumber (string $a_maxnumber) | |
getMaxnumber () | |
addResponseLabel (ilQTIResponseLabel $a_response_label) | |
addMaterial (ilQTIMaterial $a_material) | |
Data Fields | |
const | SHOWDRAW_NO = "1" |
const | SHOWDRAW_YES = "2" |
string | $showdraw = self::SHOWDRAW_NO |
string | $minnumber = null |
string | $maxnumber = null |
array | $response_labels = [] |
array | $material = [] |
Definition at line 29 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::addMaterial | ( | ilQTIMaterial | $a_material | ) |
Definition at line 86 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::addResponseLabel | ( | ilQTIResponseLabel | $a_response_label | ) |
Definition at line 81 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::getMaxnumber | ( | ) |
ilQTIRenderHotspot::getMinnumber | ( | ) |
ilQTIRenderHotspot::getShowdraw | ( | ) |
ilQTIRenderHotspot::setMaxnumber | ( | string | $a_maxnumber | ) |
Definition at line 71 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::setMinnumber | ( | string | $a_minnumber | ) |
Definition at line 61 of file class.ilQTIRenderHotspot.php.
ilQTIRenderHotspot::setShowdraw | ( | string | $a_showdraw | ) |
Definition at line 42 of file class.ilQTIRenderHotspot.php.
array ilQTIRenderHotspot::$material = [] |
Definition at line 40 of file class.ilQTIRenderHotspot.php.
string ilQTIRenderHotspot::$maxnumber = null |
Definition at line 36 of file class.ilQTIRenderHotspot.php.
Referenced by getMaxnumber().
string ilQTIRenderHotspot::$minnumber = null |
Definition at line 35 of file class.ilQTIRenderHotspot.php.
Referenced by getMinnumber().
array ilQTIRenderHotspot::$response_labels = [] |
Definition at line 38 of file class.ilQTIRenderHotspot.php.
string ilQTIRenderHotspot::$showdraw = self::SHOWDRAW_NO |
Definition at line 34 of file class.ilQTIRenderHotspot.php.
Referenced by getShowdraw().
const ilQTIRenderHotspot::SHOWDRAW_NO = "1" |
Definition at line 31 of file class.ilQTIRenderHotspot.php.
const ilQTIRenderHotspot::SHOWDRAW_YES = "2" |
Definition at line 32 of file class.ilQTIRenderHotspot.php.