39 $this->
ctrl = $DIC->ctrl();
40 $this->tpl = $DIC[
"tpl"];
41 $this->
toolbar = $DIC->toolbar();
42 $this->
lng = $DIC->language();
43 $this->
tabs = $DIC->tabs();
44 $this->survey = $a_survey;
45 $this->edit_request = $DIC->survey()
58 $ilCtrl->saveParameter($this, array(
"sk_id",
"tref_id"));
60 if (in_array($cmd, array(
"listCompetences",
"listSkillThresholds",
"selectSkill",
82 $ilTabs->setBackTarget(
83 $lng->
txt(
"svy_back"),
84 $ilCtrl->getLinkTarget($this,
"listCompetences")
89 "listSkillThresholds",
91 $this->edit_request->getSkillId(),
92 $this->edit_request->getTrefId()
101 $o = explode(
":", $this->edit_request->getSkill());
103 $ilCtrl->setParameter($this,
"tref_id", (
int) $o[1]);
104 $ilCtrl->redirect($this,
"listSkillThresholds");
114 $thresholds = $this->edit_request->getThresholds();
115 if (count($thresholds) > 0) {
116 foreach ($thresholds as $l => $t) {
117 $thres->writeThreshold(
118 $this->edit_request->getSkillId(),
119 $this->edit_request->getTrefId(),
124 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"), 1);
127 $ilCtrl->redirect($this,
"listSkillThresholds");
TableGUI class for skill list in survey.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $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...
getCmd(?string $fallback_command=null)
setContent(string $a_html)
Sets content for standard template.
ILIAS Survey Editing EditingGUIRequest $edit_request
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $tpl
clearTargets()
clear all targets
__construct(ilObjSurvey $a_survey)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...