|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestParticipantScoring:Public Member Functions | |
| __construct () | |
| ilTestParticipantScoring constructor. More... | |
| getActiveId () | |
| setActiveId (int $activeId) | |
| getScoredPass () | |
| setScoredPass (int $scoredPass) | |
| getAnsweredQuestions () | |
| setAnsweredQuestions (int $answeredQuestions) | |
| getTotalQuestions () | |
| setTotalQuestions (int $totalQuestions) | |
| getReachedPoints () | |
| setReachedPoints (float $reachedPoints) | |
| getMaxPoints () | |
| setMaxPoints (float $maxPoints) | |
| isPassed () | |
| setPassed (bool $passed) | |
| getFinalMark () | |
| setFinalMark (string $finalMark) | |
| getPercentResult () | |
Protected Attributes | |
| $activeId | |
| $scoredPass | |
| $answeredQuestions | |
| $totalQuestions | |
| $reachedPoints | |
| $maxPoints | |
| $passed | |
| $finalMark | |
Definition at line 26 of file class.ilTestParticipantScoring.php.
| ilTestParticipantScoring::__construct | ( | ) |
ilTestParticipantScoring constructor.
Definition at line 71 of file class.ilTestParticipantScoring.php.
| ilTestParticipantScoring::getActiveId | ( | ) |
Definition at line 87 of file class.ilTestParticipantScoring.php.
References $activeId.
| ilTestParticipantScoring::getAnsweredQuestions | ( | ) |
Definition at line 119 of file class.ilTestParticipantScoring.php.
References $answeredQuestions.
| ilTestParticipantScoring::getFinalMark | ( | ) |
Definition at line 199 of file class.ilTestParticipantScoring.php.
References $finalMark.
| ilTestParticipantScoring::getMaxPoints | ( | ) |
Definition at line 167 of file class.ilTestParticipantScoring.php.
References $maxPoints.
Referenced by getPercentResult().
Here is the caller graph for this function:| ilTestParticipantScoring::getPercentResult | ( | ) |
Definition at line 215 of file class.ilTestParticipantScoring.php.
References getMaxPoints(), and getReachedPoints().
Here is the call graph for this function:| ilTestParticipantScoring::getReachedPoints | ( | ) |
Definition at line 151 of file class.ilTestParticipantScoring.php.
References $reachedPoints.
Referenced by getPercentResult().
Here is the caller graph for this function:| ilTestParticipantScoring::getScoredPass | ( | ) |
Definition at line 103 of file class.ilTestParticipantScoring.php.
References $scoredPass.
| ilTestParticipantScoring::getTotalQuestions | ( | ) |
Definition at line 135 of file class.ilTestParticipantScoring.php.
References $totalQuestions.
| ilTestParticipantScoring::isPassed | ( | ) |
Definition at line 183 of file class.ilTestParticipantScoring.php.
References $passed.
| ilTestParticipantScoring::setActiveId | ( | int | $activeId | ) |
| int | $activeId |
Definition at line 95 of file class.ilTestParticipantScoring.php.
References $activeId.
| ilTestParticipantScoring::setAnsweredQuestions | ( | int | $answeredQuestions | ) |
| int | $answeredQuestions |
Definition at line 127 of file class.ilTestParticipantScoring.php.
References $answeredQuestions.
| ilTestParticipantScoring::setFinalMark | ( | string | $finalMark | ) |
| string | $finalMark |
Definition at line 207 of file class.ilTestParticipantScoring.php.
References $finalMark.
| ilTestParticipantScoring::setMaxPoints | ( | float | $maxPoints | ) |
| float | $maxPoints |
Definition at line 175 of file class.ilTestParticipantScoring.php.
References $maxPoints.
| ilTestParticipantScoring::setPassed | ( | bool | $passed | ) |
| bool | $passed |
Definition at line 191 of file class.ilTestParticipantScoring.php.
References $passed.
| ilTestParticipantScoring::setReachedPoints | ( | float | $reachedPoints | ) |
| float | $reachedPoints |
Definition at line 159 of file class.ilTestParticipantScoring.php.
References $reachedPoints.
| ilTestParticipantScoring::setScoredPass | ( | int | $scoredPass | ) |
| int | $scoredPass |
Definition at line 111 of file class.ilTestParticipantScoring.php.
References $scoredPass.
| ilTestParticipantScoring::setTotalQuestions | ( | int | $totalQuestions | ) |
| int | $totalQuestions |
Definition at line 143 of file class.ilTestParticipantScoring.php.
References $totalQuestions.
|
protected |
Definition at line 31 of file class.ilTestParticipantScoring.php.
Referenced by getActiveId(), and setActiveId().
|
protected |
Definition at line 41 of file class.ilTestParticipantScoring.php.
Referenced by getAnsweredQuestions(), and setAnsweredQuestions().
|
protected |
Definition at line 66 of file class.ilTestParticipantScoring.php.
Referenced by getFinalMark(), and setFinalMark().
|
protected |
Definition at line 56 of file class.ilTestParticipantScoring.php.
Referenced by getMaxPoints(), and setMaxPoints().
|
protected |
Definition at line 61 of file class.ilTestParticipantScoring.php.
Referenced by isPassed(), and setPassed().
|
protected |
Definition at line 51 of file class.ilTestParticipantScoring.php.
Referenced by getReachedPoints(), and setReachedPoints().
|
protected |
Definition at line 36 of file class.ilTestParticipantScoring.php.
Referenced by getScoredPass(), and setScoredPass().
|
protected |
Definition at line 46 of file class.ilTestParticipantScoring.php.
Referenced by getTotalQuestions(), and setTotalQuestions().