|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilAsqQuestionResult:Public Member Functions | |
| setPoints (float $points) | |
| getPoints () | |
| setCorrect (bool $correct) | |
| isCorrect () | |
Protected Attributes | |
| $points | |
| $correct | |
Definition at line 12 of file class.ilAsqQuestionResult.php.
| ilAsqQuestionResult::getPoints | ( | ) |
Definition at line 35 of file class.ilAsqQuestionResult.php.
References $points.
| ilAsqQuestionResult::isCorrect | ( | ) |
Definition at line 51 of file class.ilAsqQuestionResult.php.
References $correct.
| ilAsqQuestionResult::setCorrect | ( | bool | $correct | ) |
| bool | $correct |
Definition at line 43 of file class.ilAsqQuestionResult.php.
References $correct.
| ilAsqQuestionResult::setPoints | ( | float | $points | ) |
| float | $points |
Definition at line 27 of file class.ilAsqQuestionResult.php.
References $points.
|
protected |
Definition at line 22 of file class.ilAsqQuestionResult.php.
Referenced by isCorrect(), and setCorrect().
|
protected |
Definition at line 17 of file class.ilAsqQuestionResult.php.
Referenced by getPoints(), and setPoints().