38 $this->
ctrl = $DIC->ctrl();
39 $this->
lng = $DIC->language();
40 $ilCtrl = $DIC->ctrl();
41 $lng = $DIC->language();
43 $this->survey = $a_survey;
44 $this->appraisee = $a_appraisee;
57 $this->
addColumn($this->
lng->txt(
"survey_sum_of_means"));
58 $this->
addColumn($this->
lng->txt(
"survey_reached_level"));
61 $this->
setRowTemplate(
"tpl.survey_skill_change.html",
"components/ILIAS/Survey");
68 if ($this->survey->get360Mode()) {
69 $new_levels = $sskill->determineSkillLevelsForAppraisee($this->appraisee[
"user_id"]);
77 protected function fillRow(array $a_set): void
81 $this->tpl->setVariable(
"SKILL", $a_set[
"skill_title"]);
82 $this->tpl->setVariable(
"MEAN_SUM", $a_set[
"mean_sum"]);
83 $this->tpl->setVariable(
"NEW_LEVEL", $a_set[
"new_level"]);
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...
setFormAction(string $a_form_action, bool $a_multipart=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilSurveySkillThresholds $thresholds
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getUserIdByLogin(string $a_login)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
getSkillLevelsForAppraisee()
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
ilSurveySkill $survey_skill
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
disable(string $a_module_name)
__construct(object $a_parent_obj, string $a_parent_cmd, ilObjSurvey $a_survey, array $a_appraisee)