ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct () | |
addBooking ($max_skill_points, $reached_skill_points) | |
getTotalMaxSkillPoints () | |
getTotalReachedSkillPoints () | |
getNumBookings () | |
getTotalReachedSkillPercent () | |
Private Attributes | |
$totalMaxSkillPoints | |
$totalReachedSkillPoints | |
$numBookings | |
Definition at line 27 of file class.ilTestSkillPointAccount.php.
ilTestSkillPointAccount::__construct | ( | ) |
Definition at line 35 of file class.ilTestSkillPointAccount.php.
ilTestSkillPointAccount::addBooking | ( | $max_skill_points, | |
$reached_skill_points | |||
) |
Definition at line 43 of file class.ilTestSkillPointAccount.php.
ilTestSkillPointAccount::getNumBookings | ( | ) |
Definition at line 61 of file class.ilTestSkillPointAccount.php.
References $numBookings.
Referenced by ilTestSkillEvaluation\doesNumBookingsExceedRequiredBookingsBarrier().
ilTestSkillPointAccount::getTotalMaxSkillPoints | ( | ) |
Definition at line 51 of file class.ilTestSkillPointAccount.php.
References $totalMaxSkillPoints.
Referenced by getTotalReachedSkillPercent().
ilTestSkillPointAccount::getTotalReachedSkillPercent | ( | ) |
Definition at line 66 of file class.ilTestSkillPointAccount.php.
References getTotalMaxSkillPoints(), and getTotalReachedSkillPoints().
ilTestSkillPointAccount::getTotalReachedSkillPoints | ( | ) |
Definition at line 56 of file class.ilTestSkillPointAccount.php.
References $totalReachedSkillPoints.
Referenced by getTotalReachedSkillPercent().
|
private |
Definition at line 33 of file class.ilTestSkillPointAccount.php.
Referenced by getNumBookings().
|
private |
Definition at line 29 of file class.ilTestSkillPointAccount.php.
Referenced by getTotalMaxSkillPoints().
|
private |
Definition at line 31 of file class.ilTestSkillPointAccount.php.
Referenced by getTotalReachedSkillPoints().