|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilAsqQuestionResult:Public Member Functions | |
| setPoints (float $points) | |
| getPoints () | |
| setCorrect (bool $correct) | |
| isCorrect () | |
Protected Attributes | |
| $points | |
| $correct | |
Definition at line 13 of file class.ilAsqQuestionResult.php.
| ilAsqQuestionResult::getPoints | ( | ) |
Definition at line 36 of file class.ilAsqQuestionResult.php.
References $points.
| ilAsqQuestionResult::isCorrect | ( | ) |
Definition at line 52 of file class.ilAsqQuestionResult.php.
References $correct.
| ilAsqQuestionResult::setCorrect | ( | bool | $correct | ) |
| bool | $correct |
Definition at line 44 of file class.ilAsqQuestionResult.php.
References $correct.
| ilAsqQuestionResult::setPoints | ( | float | $points | ) |
| float | $points |
Definition at line 28 of file class.ilAsqQuestionResult.php.
References $points.
|
protected |
Definition at line 23 of file class.ilAsqQuestionResult.php.
Referenced by isCorrect(), and setCorrect().
|
protected |
Definition at line 18 of file class.ilAsqQuestionResult.php.
Referenced by getPoints(), and setPoints().