5 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
6 include_once(
"./Modules/Survey/classes/class.ilSurveySkill.php");
7 include_once(
"./Services/Skill/classes/class.ilBasicSkill.php");
22 function __construct($a_parent_obj, $a_parent_cmd, $a_survey, $a_appraisee)
26 $this->survey = $a_survey;
27 $this->appraisee = $a_appraisee;
29 include_once(
"./Modules/Survey/classes/class.ilSurveySkill.php");
30 include_once(
"./Modules/Survey/classes/class.ilSurveySkillThresholds.php");
34 parent::__construct($a_parent_obj, $a_parent_cmd);
41 $this->
addColumn($this->lng->txt(
"survey_skill"));
42 $this->
addColumn($this->lng->txt(
"survey_sum_of_means"));
43 $this->
addColumn($this->lng->txt(
"survey_reached_level"));
46 $this->
setRowTemplate(
"tpl.survey_skill_change.html",
"Modules/Survey");
61 $new_levels = $sskill->determineSkillLevelsForAppraisee($this->appraisee[
"user_id"]);
72 $this->tpl->setVariable(
"SKILL", $a_set[
"skill_title"]);
73 $this->tpl->setVariable(
"MEAN_SUM", $a_set[
"mean_sum"]);
74 $this->tpl->setVariable(
"NEW_LEVEL", $a_set[
"new_level"]);
TableGUI class for survey skill changes.
__construct($a_parent_obj, $a_parent_cmd, $a_survey, $a_appraisee)
Constructor.
Skill/Competence handling in surveys.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
fillRow($a_set)
Fill table row.
Skill tresholds for 360 surveys.
setLimit($a_limit=0, $a_default_limit=0)
set max.
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
getSkillLevelsForAppraisee()
Get Skills.
disable($a_module_name)
diesables particular modules of table
setFormAction($a_form_action)
Set Form action parameter.