ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 | ( | ) |
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().
ilTestParticipantScoring::getPercentResult | ( | ) |
Definition at line 215 of file class.ilTestParticipantScoring.php.
References getMaxPoints(), and getReachedPoints().
ilTestParticipantScoring::getReachedPoints | ( | ) |
Definition at line 151 of file class.ilTestParticipantScoring.php.
References $reachedPoints.
Referenced by getPercentResult().
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 | ( | ) |
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().