|
ILIAS
release_4-3 Revision
|
Scoring class for tests. More...
Collaboration diagram for ilTestToplistGUI: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().
Here is the caller graph for this function:
|
private |
Definition at line 178 of file class.ilTestToplistGUI.php.
References $data, $result, $row, and getResultTableRow().
Referenced by showResultsToplistByScore().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 207 of file class.ilTestToplistGUI.php.
References $data, $result, $row, and getResultTableRow().
Referenced by showResultsToplistByTime().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 235 of file class.ilTestToplistGUI.php.
References $row, formatTime(), and IL_CAL_UNIX.
Referenced by getGeneralToplistByPercentage(), getGeneralToplistByWorkingtime(), getUserToplistByPercentage(), and getUserToplistByWorkingtime().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 431 of file class.ilTestToplistGUI.php.
References $data, $result, $row, and getResultTableRow().
Referenced by showResultsToplistByScore().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 279 of file class.ilTestToplistGUI.php.
References $data, $result, $row, and getResultTableRow().
Referenced by showResultsToplistByTime().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 131 of file class.ilTestToplistGUI.php.
References $lng.
Referenced by showResultsToplistByScore(), and showResultsToplistByTime().
Here is the caller graph for this function:| ilTestToplistGUI::showResultsToplistByScore | ( | ) |
Definition at line 58 of file class.ilTestToplistGUI.php.
References $_GET, $data, $ilUser, $lng, $tpl, getGeneralToplistByPercentage(), getUserToplistByPercentage(), and prepareTable().
Here is the call graph for this function:| ilTestToplistGUI::showResultsToplistByTime | ( | ) |
Definition at line 94 of file class.ilTestToplistGUI.php.
References $_GET, $data, $ilUser, $lng, $tpl, getGeneralToplistByWorkingtime(), getUserToplistByWorkingtime(), and prepareTable().
Here is the call graph for this function:
|
protected |
Definition at line 17 of file class.ilTestToplistGUI.php.