ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 | ( | ) |
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().
ilTestParticipantScoring::getPercentResult | ( | ) |
Definition at line 202 of file class.ilTestParticipantScoring.php.
References getMaxPoints(), and getReachedPoints().
ilTestParticipantScoring::getReachedPoints | ( | ) |
Definition at line 138 of file class.ilTestParticipantScoring.php.
References $reachedPoints.
Referenced by getPercentResult().
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 | ( | ) |
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().