ILIAS
release_4-3 Revision
|
Scoring class for tests. More...
Public Member Functions | |
__construct ($a_object) | |
showResultsToplistByScore () | |
showResultsToplistByTime () |
Protected Attributes | |
$object |
Private Member Functions | |
prepareTable ($table_gui) | |
formatTime ($seconds) | |
getGeneralToplistByPercentage ($a_test_ref_id, $a_user_id) | |
getGeneralToplistByWorkingtime ($a_test_ref_id, $a_user_id) | |
getResultTableRow ($row, $i, $a_user_id) | |
getUserToplistByWorkingtime ($a_test_ref_id, $a_user_id) | |
getUserToplistByPercentage ($a_test_ref_id, $a_user_id) |
ilTestToplistGUI::__construct | ( | $a_object | ) |
Definition at line 18 of file class.ilTestToplistGUI.php.
|
private |
Definition at line 165 of file class.ilTestToplistGUI.php.
Referenced by getResultTableRow().
|
private |
Definition at line 178 of file class.ilTestToplistGUI.php.
References $data, $result, $row, and getResultTableRow().
Referenced by showResultsToplistByScore().
|
private |
Definition at line 207 of file class.ilTestToplistGUI.php.
References $data, $result, $row, and getResultTableRow().
Referenced by showResultsToplistByTime().
|
private |
Definition at line 235 of file class.ilTestToplistGUI.php.
References $row, formatTime(), and IL_CAL_UNIX.
Referenced by getGeneralToplistByPercentage(), getGeneralToplistByWorkingtime(), getUserToplistByPercentage(), and getUserToplistByWorkingtime().
|
private |
Definition at line 431 of file class.ilTestToplistGUI.php.
References $data, $result, $row, and getResultTableRow().
Referenced by showResultsToplistByScore().
|
private |
Definition at line 279 of file class.ilTestToplistGUI.php.
References $data, $result, $row, and getResultTableRow().
Referenced by showResultsToplistByTime().
|
private |
Definition at line 131 of file class.ilTestToplistGUI.php.
References $lng.
Referenced by showResultsToplistByScore(), and showResultsToplistByTime().
ilTestToplistGUI::showResultsToplistByScore | ( | ) |
Definition at line 58 of file class.ilTestToplistGUI.php.
References $_GET, $data, $ilUser, $lng, $tpl, getGeneralToplistByPercentage(), getUserToplistByPercentage(), and prepareTable().
ilTestToplistGUI::showResultsToplistByTime | ( | ) |
Definition at line 94 of file class.ilTestToplistGUI.php.
References $_GET, $data, $ilUser, $lng, $tpl, getGeneralToplistByWorkingtime(), getUserToplistByWorkingtime(), and prepareTable().
|
protected |
Definition at line 17 of file class.ilTestToplistGUI.php.