|
ILIAS
eassessment Revision 61809
|
Class for error text answers. More...
Collaboration diagram for assAnswerErrorText:Public Member Functions | |
| __construct ($text_wrong="", $text_correct="", $points=0.0) | |
| assAnswerErrorText constructor | |
| __get ($value) | |
| Object getter. | |
| __set ($key, $value) | |
| Object setter. | |
Protected Attributes | |
| $arrData | |
Class for error text answers.
Definition at line 33 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 44 of file class.assAnswerErrorText.php.
References $points.
| assAnswerErrorText::__get | ( | $value | ) |
Object getter.
Definition at line 56 of file class.assAnswerErrorText.php.
| assAnswerErrorText::__set | ( | $key, | |
| $value | |||
| ) |
Object setter.
Definition at line 74 of file class.assAnswerErrorText.php.
|
protected |
Definition at line 35 of file class.assAnswerErrorText.php.