Definition at line 29 of file class.ilQTIPresentation.php.
◆ addMaterial()
Definition at line 111 of file class.ilQTIPresentation.php.
113 $count = array_push($this->material, $a_material);
114 $this->order[] = [
"type" =>
"material",
"index" => $count - 1];
◆ addResponse()
Definition at line 117 of file class.ilQTIPresentation.php.
119 $count = array_push($this->response, $a_response);
120 $this->order[] = [
"type" =>
"response",
"index" => $count - 1];
◆ getHeight()
ilQTIPresentation::getHeight |
( |
| ) |
|
◆ getLabel()
ilQTIPresentation::getLabel |
( |
| ) |
|
◆ getWidth()
ilQTIPresentation::getWidth |
( |
| ) |
|
◆ getX0()
ilQTIPresentation::getX0 |
( |
| ) |
|
◆ getXmllang()
ilQTIPresentation::getXmllang |
( |
| ) |
|
◆ getY0()
ilQTIPresentation::getY0 |
( |
| ) |
|
◆ setHeight()
ilQTIPresentation::setHeight |
( |
string |
$a_height | ) |
|
◆ setLabel()
ilQTIPresentation::setLabel |
( |
string |
$a_label | ) |
|
◆ setWidth()
ilQTIPresentation::setWidth |
( |
string |
$a_width | ) |
|
◆ setX0()
ilQTIPresentation::setX0 |
( |
string |
$a_x0 | ) |
|
◆ setXmllang()
ilQTIPresentation::setXmllang |
( |
string |
$a_xmllang | ) |
|
◆ setY0()
ilQTIPresentation::setY0 |
( |
string |
$a_y0 | ) |
|
◆ $height
string ilQTIPresentation::$height = null |
◆ $label
string ilQTIPresentation::$label = null |
◆ $material
array ilQTIPresentation::$material = [] |
◆ $order
array ilQTIPresentation::$order = [] |
◆ $response
array ilQTIPresentation::$response = [] |
◆ $width
string ilQTIPresentation::$width = null |
◆ $x0
string ilQTIPresentation::$x0 = null |
◆ $xmllang
string ilQTIPresentation::$xmllang = null |
◆ $y0
string ilQTIPresentation::$y0 = null |
The documentation for this class was generated from the following file: