4 require_once
'Modules/Test/classes/inc.AssessmentConstants.php';
5 require_once
'Modules/Test/classes/class.ilTestTopList.php';
6 require_once
'Services/Table/classes/class.ilTable2GUI.php';
29 $this->
object = $a_object->object;
33 public function executeCommand()
42 if (!$this->
object->getHighscoreEnabled()) {
44 $ilCtrl->redirectByClass(
'ilObjTestGUI');
47 $cmd = $ilCtrl->getCmd();
49 $ilCtrl->saveParameter($this,
'active_id');
52 case 'showResultsToplistByTime':
53 $this->
manageTabs($ilTabs, $ilCtrl, $lng,
'toplist_by_time');
57 case 'showResultsToplistByScore':
59 $this->
manageTabs($ilTabs, $ilCtrl, $lng,
'toplist_by_score');
69 $lng->
txt(
'tst_results_back_introduction'),
75 $lng->
txt(
'toplist_by_score'),
81 $lng->
txt(
'toplist_by_time'),
98 $data = $this->toplist->getGeneralToplistByPercentage(
$_GET[
'ref_id'], $ilUser->getId());
100 $table_gui->setRowTemplate(
'tpl.toplist_tbl_rows.html',
'Modules/Test');
101 $table_gui->setData(
$data);
102 $table_gui->setTitle(sprintf($lng->txt(
'toplist_top_n_results'), $this->
object->getHighscoreTopNum()));
104 $html .= $table_gui->getHTML();
112 $data2 = $this->toplist->getUserToplistByPercentage(
$_GET[
'ref_id'], $ilUser->getID());
114 $table_gui2->setRowTemplate(
'tpl.toplist_tbl_rows.html',
'Modules/Test');
115 $table_gui2->setData($data2);
116 $table_gui2->setTitle($lng->txt(
'toplist_your_result'));
118 $html .= $table_gui2->getHTML();
121 $tpl->setVariable(
"ADM_CONTENT",
$html);
134 $data = $this->toplist->getGeneralToplistByWorkingtime(
$_GET[
'ref_id'], $ilUser->getId());
136 $table_gui->setRowTemplate(
'tpl.toplist_tbl_rows.html',
'Modules/Test');
137 $table_gui->setData(
$data);
138 $table_gui->setTitle(sprintf($lng->txt(
'toplist_top_n_results'), $this->
object->getHighscoreTopNum()));
140 $html .= $table_gui->getHTML();
148 $data2 = $this->toplist->getUserToplistByWorkingtime(
$_GET[
'ref_id'], $ilUser->getID());
150 $table_gui2->setRowTemplate(
'tpl.toplist_tbl_rows.html',
'Modules/Test');
151 $table_gui2->setData($data2);
152 $table_gui2->setTitle($lng->txt(
'toplist_your_result'));
154 $html .= $table_gui2->getHTML();
157 $tpl->setVariable(
"ADM_CONTENT",
$html);
167 $table_gui->
addColumn($lng->txt(
'toplist_col_rank'));
168 $table_gui->
addColumn($lng->txt(
'toplist_col_participant'));
169 if ($this->
object->getHighscoreAchievedTS()) {
170 $table_gui->
addColumn($lng->txt(
'toplist_col_achieved'));
173 if ($this->
object->getHighscoreScore()) {
174 $table_gui->
addColumn($lng->txt(
'toplist_col_score'));
177 if ($this->
object->getHighscorePercentage()) {
178 $table_gui->
addColumn($lng->txt(
'toplist_col_percentage'));
181 if ($this->
object->getHighscoreHints()) {
182 $table_gui->
addColumn($lng->txt(
'toplist_col_hints'));
185 if ($this->
object->getHighscoreWTime()) {
186 $table_gui->
addColumn($lng->txt(
'toplist_col_wtime'));
This class provides processing control methods.
getLinkTarget( $a_gui_obj, $a_cmd="", $a_anchor="", $a_asynch=false, $xml_style=true)
Get link target for command using gui object.
setTabActive($a_id)
DEPRECATED.
showResultsToplistByTime()
setEnableNumInfo($a_val)
Set enable num info.
setBackTarget($a_title, $a_target, $a_frame="")
back target for upper context
prepareTable(ilTable2GUI $table_gui)
showResultsToplistByScore()
clearTargets()
clear all targets
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
getLinkTargetByClass( $a_class, $a_cmd="", $a_anchor="", $a_asynch=false, $xml_style=true)
Get link target for command using gui class name.
__construct(ilObjTestGUI $a_object)
const HIGHSCORE_SHOW_TOP_TABLE
Create new PHPExcel object
obj_idprivate
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
const HIGHSCORE_SHOW_OWN_TABLE
manageTabs(ilTabsGUI $tabsGUI, ilCtrl $ctrl, ilLanguage $lng, $activeTabId)
addTab($a_id, $a_text, $a_link, $a_frame="")
Add a Tab.
txt($a_topic, $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setLimit($a_limit=0, $a_default_limit=0)