|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilQTIRenderHotspot: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 30 of file class.ilQTIRenderHotspot.php.
| ilQTIRenderHotspot::addMaterial | ( | ilQTIMaterial | $a_material | ) |
Definition at line 87 of file class.ilQTIRenderHotspot.php.
| ilQTIRenderHotspot::addResponseLabel | ( | ilQTIResponseLabel | $a_response_label | ) |
Definition at line 82 of file class.ilQTIRenderHotspot.php.
| ilQTIRenderHotspot::getMaxnumber | ( | ) |
Definition at line 77 of file class.ilQTIRenderHotspot.php.
References $maxnumber.
| ilQTIRenderHotspot::getMinnumber | ( | ) |
Definition at line 67 of file class.ilQTIRenderHotspot.php.
References $minnumber.
| ilQTIRenderHotspot::getShowdraw | ( | ) |
Definition at line 57 of file class.ilQTIRenderHotspot.php.
References $showdraw.
| ilQTIRenderHotspot::setMaxnumber | ( | string | $a_maxnumber | ) |
Definition at line 72 of file class.ilQTIRenderHotspot.php.
| ilQTIRenderHotspot::setMinnumber | ( | string | $a_minnumber | ) |
Definition at line 62 of file class.ilQTIRenderHotspot.php.
| ilQTIRenderHotspot::setShowdraw | ( | string | $a_showdraw | ) |
Definition at line 43 of file class.ilQTIRenderHotspot.php.
References SHOWDRAW_NO, and SHOWDRAW_YES.
| array ilQTIRenderHotspot::$material = [] |
Definition at line 41 of file class.ilQTIRenderHotspot.php.
| string ilQTIRenderHotspot::$maxnumber = null |
Definition at line 37 of file class.ilQTIRenderHotspot.php.
Referenced by getMaxnumber().
| string ilQTIRenderHotspot::$minnumber = null |
Definition at line 36 of file class.ilQTIRenderHotspot.php.
Referenced by getMinnumber().
| array ilQTIRenderHotspot::$response_labels = [] |
Definition at line 39 of file class.ilQTIRenderHotspot.php.
| string ilQTIRenderHotspot::$showdraw = self::SHOWDRAW_NO |
Definition at line 35 of file class.ilQTIRenderHotspot.php.
Referenced by getShowdraw().
| const ilQTIRenderHotspot::SHOWDRAW_NO = "1" |
Definition at line 32 of file class.ilQTIRenderHotspot.php.
Referenced by setShowdraw().
| const ilQTIRenderHotspot::SHOWDRAW_YES = "2" |
Definition at line 33 of file class.ilQTIRenderHotspot.php.
Referenced by setShowdraw().