36 $this->
ctrl = $DIC->ctrl();
37 $this->tpl = $DIC->ui()->mainTemplate();
38 $this->
toolbar = $DIC->toolbar();
39 $this->
lng = $DIC->language();
40 $this->survey = $a_survey;
47 $cmd = $ilCtrl->
getCmd(
"listSkillChanges");
49 if ($cmd ===
"listSkillChanges") {
58 if ($this->survey->get360Mode()) {
59 $apps = $this->survey->getAppraiseesData();
61 $apps = $this->survey->getSurveyParticipants();
63 $ctpl =
new ilTemplate(
"tpl.svy_skill_list_changes.html",
true,
true,
"Modules/Survey");
64 foreach ($apps as
$app) {
72 $ctpl->setCurrentBlock(
"appraisee");
73 $ctpl->setVariable(
"LASTNAME", $app[
"lastname"]);
74 $ctpl->setVariable(
"FIRSTNAME", $app[
"firstname"]);
76 $ctpl->setVariable(
"CHANGES_TABLE", $changes_table->getHTML());
78 $ctpl->parseCurrentBlock();
getCmd(string $fallback_command=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setContent(string $a_html)
Sets content for standard template.
ilGlobalTemplateInterface $tpl
__construct(ilObjSurvey $a_survey)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...