ILIAS
Release_4_4_x_branch Revision 61816
|
Scoring class for tests. More...
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().
|
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.
|
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().
ilTestToplistGUI::showResultsToplistByScore | ( | ) |
PhpUndefinedVariableInspection
PhpUndefinedVariableInspection
Definition at line 62 of file class.ilTestToplistGUI.php.
References $_GET, $ilUser, $lng, $tpl, and prepareTable().
ilTestToplistGUI::showResultsToplistByTime | ( | ) |
PhpUndefinedVariableInspection
PhpUndefinedVariableInspection
Definition at line 100 of file class.ilTestToplistGUI.php.
References $_GET, $ilUser, $lng, $tpl, and prepareTable().
|
protected |
Definition at line 17 of file class.ilTestToplistGUI.php.