ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct () | |
addBooking ($maxSkillPoints, $reachedSkillPoints) | |
getTotalMaxSkillPoints () | |
getTotalReachedSkillPoints () | |
getNumBookings () | |
getTotalReachedSkillPercent () | |
Private Attributes | |
$totalMaxSkillPoints | |
$totalReachedSkillPoints | |
$numBookings | |
Definition at line 11 of file class.ilTestSkillPointAccount.php.
ilTestSkillPointAccount::__construct | ( | ) |
Definition at line 19 of file class.ilTestSkillPointAccount.php.
ilTestSkillPointAccount::addBooking | ( | $maxSkillPoints, | |
$reachedSkillPoints | |||
) |
Definition at line 27 of file class.ilTestSkillPointAccount.php.
ilTestSkillPointAccount::getNumBookings | ( | ) |
Definition at line 45 of file class.ilTestSkillPointAccount.php.
References $numBookings.
Referenced by ilTestSkillEvaluation\doesNumBookingsExceedRequiredBookingsBarrier().
ilTestSkillPointAccount::getTotalMaxSkillPoints | ( | ) |
Definition at line 35 of file class.ilTestSkillPointAccount.php.
References $totalMaxSkillPoints.
Referenced by getTotalReachedSkillPercent().
ilTestSkillPointAccount::getTotalReachedSkillPercent | ( | ) |
Definition at line 50 of file class.ilTestSkillPointAccount.php.
References getTotalMaxSkillPoints(), and getTotalReachedSkillPoints().
ilTestSkillPointAccount::getTotalReachedSkillPoints | ( | ) |
Definition at line 40 of file class.ilTestSkillPointAccount.php.
References $totalReachedSkillPoints.
Referenced by getTotalReachedSkillPercent().
|
private |
Definition at line 17 of file class.ilTestSkillPointAccount.php.
Referenced by getNumBookings().
|
private |
Definition at line 13 of file class.ilTestSkillPointAccount.php.
Referenced by getTotalMaxSkillPoints().
|
private |
Definition at line 15 of file class.ilTestSkillPointAccount.php.
Referenced by getTotalReachedSkillPoints().