ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilQTIPresentation () | |
setLabel ($a_label) | |
getLabel () | |
setXmllang ($a_xmllang) | |
getXmllang () | |
setX0 ($a_x0) | |
getX0 () | |
setY0 ($a_y0) | |
getY0 () | |
setWidth ($a_width) | |
getWidth () | |
setHeight ($a_height) | |
getHeight () | |
addMaterial ($a_material) | |
addResponse ($a_response) |
Data Fields | |
$label | |
$xmllang | |
$x0 | |
$y0 | |
$width | |
$height | |
$material | |
$response | |
$order |
Definition at line 32 of file class.ilQTIPresentation.php.
ilQTIPresentation::addMaterial | ( | $a_material | ) |
Definition at line 112 of file class.ilQTIPresentation.php.
ilQTIPresentation::addResponse | ( | $a_response | ) |
Definition at line 118 of file class.ilQTIPresentation.php.
ilQTIPresentation::getHeight | ( | ) |
Definition at line 107 of file class.ilQTIPresentation.php.
References $height.
ilQTIPresentation::getLabel | ( | ) |
Definition at line 57 of file class.ilQTIPresentation.php.
References $label.
ilQTIPresentation::getWidth | ( | ) |
Definition at line 97 of file class.ilQTIPresentation.php.
References $width.
ilQTIPresentation::getX0 | ( | ) |
ilQTIPresentation::getXmllang | ( | ) |
Definition at line 67 of file class.ilQTIPresentation.php.
References $xmllang.
ilQTIPresentation::getY0 | ( | ) |
ilQTIPresentation::ilQTIPresentation | ( | ) |
Definition at line 45 of file class.ilQTIPresentation.php.
ilQTIPresentation::setHeight | ( | $a_height | ) |
Definition at line 102 of file class.ilQTIPresentation.php.
ilQTIPresentation::setLabel | ( | $a_label | ) |
Definition at line 52 of file class.ilQTIPresentation.php.
ilQTIPresentation::setWidth | ( | $a_width | ) |
Definition at line 92 of file class.ilQTIPresentation.php.
ilQTIPresentation::setX0 | ( | $a_x0 | ) |
Definition at line 72 of file class.ilQTIPresentation.php.
ilQTIPresentation::setXmllang | ( | $a_xmllang | ) |
Definition at line 62 of file class.ilQTIPresentation.php.
ilQTIPresentation::setY0 | ( | $a_y0 | ) |
Definition at line 82 of file class.ilQTIPresentation.php.
ilQTIPresentation::$height |
Definition at line 39 of file class.ilQTIPresentation.php.
Referenced by getHeight().
ilQTIPresentation::$label |
Definition at line 34 of file class.ilQTIPresentation.php.
Referenced by getLabel().
ilQTIPresentation::$material |
Definition at line 41 of file class.ilQTIPresentation.php.
ilQTIPresentation::$order |
Definition at line 43 of file class.ilQTIPresentation.php.
ilQTIPresentation::$response |
Definition at line 42 of file class.ilQTIPresentation.php.
ilQTIPresentation::$width |
Definition at line 38 of file class.ilQTIPresentation.php.
Referenced by getWidth().
ilQTIPresentation::$x0 |
Definition at line 36 of file class.ilQTIPresentation.php.
Referenced by getX0().
ilQTIPresentation::$xmllang |
Definition at line 35 of file class.ilQTIPresentation.php.
Referenced by getXmllang().
ilQTIPresentation::$y0 |
Definition at line 37 of file class.ilQTIPresentation.php.
Referenced by getY0().