| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Scoring class for tests. More...
 Collaboration diagram for ilTestToplistGUI:
 Collaboration diagram for ilTestToplistGUI:| Public Member Functions | |
| __construct ($a_object) | |
| showResultsToplistByScore () | |
| showResultsToplistByTime () | |
| Protected Attributes | |
| $object | |
| Private Member Functions | |
| prepareTable (ilTable2GUI $table_gui) | |
| formatTime ($seconds) | |
| getResultTableRow ($row, $i, $a_user_id) | |
Scoring class for tests.
Definition at line 14 of file class.ilTestToplistGUI.php.
| ilTestToplistGUI::__construct | ( | $a_object | ) | 
| ilObjTestGUI | $a_object | 
Definition at line 22 of file class.ilTestToplistGUI.php.
| 
 | private | 
| int | $seconds | 
Definition at line 181 of file class.ilTestToplistGUI.php.
Referenced by getResultTableRow().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
| array | $row | |
| int | $i | |
| int | $a_user_id | 
Definition at line 273 of file class.ilTestToplistGUI.php.
References $row, formatTime(), and IL_CAL_UNIX.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
| ilTable2GUI | $table_gui | 
Definition at line 142 of file class.ilTestToplistGUI.php.
References $lng, ilTable2GUI\addColumn(), ilTable2GUI\setEnableNumInfo(), and ilTableGUI\setLimit().
Referenced by showResultsToplistByScore(), and showResultsToplistByTime().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTestToplistGUI::showResultsToplistByScore | ( | ) | 
PhpUndefinedVariableInspection
PhpUndefinedVariableInspection
Definition at line 62 of file class.ilTestToplistGUI.php.
References $_GET, $ilUser, $lng, $tpl, and prepareTable().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestToplistGUI::showResultsToplistByTime | ( | ) | 
PhpUndefinedVariableInspection
PhpUndefinedVariableInspection
Definition at line 100 of file class.ilTestToplistGUI.php.
References $_GET, $ilUser, $lng, $tpl, and prepareTable().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 17 of file class.ilTestToplistGUI.php.