|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Scoring class for tests. More...
Collaboration diagram for ilTestToplistGUI:Public Member Functions | |
| __construct ($a_object) | |
| showResultsToplistByScore () | |
| showResultsToplistByTime () | |
Protected Member Functions | |
| manageTabs (ilTabsGUI $tabsGUI, ilCtrl $ctrl, ilLanguage $lng, $activeTabId) | |
Protected Attributes | |
| $object | |
Private Member Functions | |
| prepareTable (ilTable2GUI $table_gui) | |
| formatTime ($seconds) | |
| getResultTableRow ($row, $i, $a_user_id) | |
| ilTestToplistGUI::__construct | ( | $a_object | ) |
| ilObjTestGUI | $a_object |
Definition at line 21 of file class.ilTestToplistGUI.php.
|
private |
| int | $seconds |
Definition at line 196 of file class.ilTestToplistGUI.php.
Referenced by getResultTableRow().
Here is the caller graph for this function:
|
private |
| array | $row | |
| int | $i | |
| int | $a_user_id |
Definition at line 285 of file class.ilTestToplistGUI.php.
References $row, formatTime(), and IL_CAL_UNIX.
Here is the call graph for this function:
|
protected |
Definition at line 59 of file class.ilTestToplistGUI.php.
References $lng, ilTabsGUI\addTab(), ilTabsGUI\clearTargets(), ilCtrl\getLinkTarget(), ilCtrl\getLinkTargetByClass(), ilTabsGUI\setBackTarget(), and ilTabsGUI\setTabActive().
Here is the call graph for this function:
|
private |
| ilTable2GUI | $table_gui |
Definition at line 158 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 caller graph for this function:| ilTestToplistGUI::showResultsToplistByScore | ( | ) |
Definition at line 78 of file class.ilTestToplistGUI.php.
References $_GET, $data, $ilUser, $lng, $tpl, ilObjTest\HIGHSCORE_SHOW_OWN_TABLE, ilObjTest\HIGHSCORE_SHOW_TOP_TABLE, and prepareTable().
Here is the call graph for this function:| ilTestToplistGUI::showResultsToplistByTime | ( | ) |
Definition at line 116 of file class.ilTestToplistGUI.php.
References $_GET, $data, $ilUser, $lng, $tpl, ilObjTest\HIGHSCORE_SHOW_OWN_TABLE, ilObjTest\HIGHSCORE_SHOW_TOP_TABLE, and prepareTable().
Here is the call graph for this function:
|
protected |
Definition at line 16 of file class.ilTestToplistGUI.php.