|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 13 of file class.ilTestParticipantScoring.php.
| ilTestParticipantScoring::__construct | ( | ) |
ilTestParticipantScoring constructor.
Definition at line 58 of file class.ilTestParticipantScoring.php.
| ilTestParticipantScoring::getActiveId | ( | ) |
Definition at line 74 of file class.ilTestParticipantScoring.php.
References $activeId.
| ilTestParticipantScoring::getAnsweredQuestions | ( | ) |
Definition at line 106 of file class.ilTestParticipantScoring.php.
References $answeredQuestions.
| ilTestParticipantScoring::getFinalMark | ( | ) |
Definition at line 186 of file class.ilTestParticipantScoring.php.
References $finalMark.
| ilTestParticipantScoring::getMaxPoints | ( | ) |
Definition at line 154 of file class.ilTestParticipantScoring.php.
References $maxPoints.
Referenced by getPercentResult().
Here is the caller graph for this function:| ilTestParticipantScoring::getPercentResult | ( | ) |
Definition at line 202 of file class.ilTestParticipantScoring.php.
References getMaxPoints(), and getReachedPoints().
Here is the call graph for this function:| ilTestParticipantScoring::getReachedPoints | ( | ) |
Definition at line 138 of file class.ilTestParticipantScoring.php.
References $reachedPoints.
Referenced by getPercentResult().
Here is the caller graph for this function:| ilTestParticipantScoring::getScoredPass | ( | ) |
Definition at line 90 of file class.ilTestParticipantScoring.php.
References $scoredPass.
| ilTestParticipantScoring::getTotalQuestions | ( | ) |
Definition at line 122 of file class.ilTestParticipantScoring.php.
References $totalQuestions.
| ilTestParticipantScoring::isPassed | ( | ) |
Definition at line 170 of file class.ilTestParticipantScoring.php.
References $passed.
| ilTestParticipantScoring::setActiveId | ( | int | $activeId | ) |
| int | $activeId |
Definition at line 82 of file class.ilTestParticipantScoring.php.
References $activeId.
| ilTestParticipantScoring::setAnsweredQuestions | ( | int | $answeredQuestions | ) |
| int | $answeredQuestions |
Definition at line 114 of file class.ilTestParticipantScoring.php.
References $answeredQuestions.
| ilTestParticipantScoring::setFinalMark | ( | string | $finalMark | ) |
| string | $finalMark |
Definition at line 194 of file class.ilTestParticipantScoring.php.
References $finalMark.
| ilTestParticipantScoring::setMaxPoints | ( | float | $maxPoints | ) |
| float | $maxPoints |
Definition at line 162 of file class.ilTestParticipantScoring.php.
References $maxPoints.
| ilTestParticipantScoring::setPassed | ( | bool | $passed | ) |
| bool | $passed |
Definition at line 178 of file class.ilTestParticipantScoring.php.
References $passed.
| ilTestParticipantScoring::setReachedPoints | ( | float | $reachedPoints | ) |
| float | $reachedPoints |
Definition at line 146 of file class.ilTestParticipantScoring.php.
References $reachedPoints.
| ilTestParticipantScoring::setScoredPass | ( | int | $scoredPass | ) |
| int | $scoredPass |
Definition at line 98 of file class.ilTestParticipantScoring.php.
References $scoredPass.
| ilTestParticipantScoring::setTotalQuestions | ( | int | $totalQuestions | ) |
| int | $totalQuestions |
Definition at line 130 of file class.ilTestParticipantScoring.php.
References $totalQuestions.
|
protected |
Definition at line 18 of file class.ilTestParticipantScoring.php.
Referenced by getActiveId(), and setActiveId().
|
protected |
Definition at line 28 of file class.ilTestParticipantScoring.php.
Referenced by getAnsweredQuestions(), and setAnsweredQuestions().
|
protected |
Definition at line 53 of file class.ilTestParticipantScoring.php.
Referenced by getFinalMark(), and setFinalMark().
|
protected |
Definition at line 43 of file class.ilTestParticipantScoring.php.
Referenced by getMaxPoints(), and setMaxPoints().
|
protected |
Definition at line 48 of file class.ilTestParticipantScoring.php.
Referenced by isPassed(), and setPassed().
|
protected |
Definition at line 38 of file class.ilTestParticipantScoring.php.
Referenced by getReachedPoints(), and setReachedPoints().
|
protected |
Definition at line 23 of file class.ilTestParticipantScoring.php.
Referenced by getScoredPass(), and setScoredPass().
|
protected |
Definition at line 33 of file class.ilTestParticipantScoring.php.
Referenced by getTotalQuestions(), and setTotalQuestions().