|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class for error text answers. More...
Collaboration diagram for assAnswerErrorText:Public Member Functions | |
| __construct ($text_wrong="", $text_correct="", $points=0.0) | |
| assAnswerErrorText constructor More... | |
| __get ($value) | |
| Object getter. More... | |
| __set ($key, $value) | |
| Object setter. More... | |
Protected Attributes | |
| $arrData | |
Class for error text answers.
@TODO Rework class to use members instead of $arrData + magic methods. (This needs some changes in neighbours.)
Definition at line 18 of file class.assAnswerErrorText.php.
| assAnswerErrorText::__construct | ( | $text_wrong = "", |
|
$text_correct = "", |
|||
$points = 0.0 |
|||
| ) |
assAnswerErrorText constructor
| string | $text_wrong | Wrong text |
| string | $text_correct | Correct text |
| double | $points | Points |
Definition at line 37 of file class.assAnswerErrorText.php.
| assAnswerErrorText::__get | ( | $value | ) |
Object getter.
Definition at line 49 of file class.assAnswerErrorText.php.
| assAnswerErrorText::__set | ( | $key, | |
| $value | |||
| ) |
Object setter.
Definition at line 66 of file class.assAnswerErrorText.php.
|
protected |
Definition at line 26 of file class.assAnswerErrorText.php.