24 $this->ctrl = $DIC->ctrl();
25 $this->lng = $DIC->language();
27 $lng = $DIC->language();
29 $this->
object = $a_survey;
30 $this->base_skill_id = $a_base_skill_id;
31 $this->tref_id = $a_tref_id;
37 $lng->txt(
"survey_skill_nr_q") .
": " . count($this->question_ids) .
38 ", " .
$lng->txt(
"survey_skill_max_scale_points") .
": " . $this->scale_sum
42 $this->thresholds = $this->skill_thres->getThresholds();
50 $this->
addColumn($this->lng->txt(
"survey_skill_level"));
51 $this->
addColumn($this->lng->txt(
"survey_up_to_x_points"));
53 $this->
setRowTemplate(
"tpl.svy_skill_threshold_row.html",
"Modules/Survey");
69 $this->question_ids = $ssk->getQuestionsForSkill(
73 $this->scale_sum = $ssk->determineMaxScale(
89 return $bs->getLevelData();
101 $this->tpl->setVariable(
"LEVEL", $a_set[
"title"]);
102 $this->tpl->setVariable(
"LEVEL_ID", $a_set[
"id"]);
104 $tr = $this->thresholds[$a_set[
"id"]][$this->tref_id];
105 if ((
int) $tr != 0) {
106 $this->tpl->setVariable(
"THRESHOLD", (
int) $tr);
108 $this->tpl->setVariable(
"THRESHOLD",
"");
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
fillRow($a_set)
Fill table row.
Skill/Competence handling in surveys.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
Skill tresholds for 360 surveys.
determineMaxScalesAndQuestions()
Determine max scales and questions.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
static _lookupTitle($a_obj_id, $a_tref_id=0)
Lookup Title.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
TableGUI class for competence thresholds.
__construct( $a_parent_obj, $a_parent_cmd, $a_survey, $a_base_skill_id, $a_tref_id)
Constructor.
__construct(Container $dic, ilPlugin $plugin)
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.