45 $this->
ctrl = $DIC->ctrl();
46 $this->
lng = $DIC->language();
47 $ilCtrl = $DIC->ctrl();
48 $lng = $DIC->language();
50 $this->
object = $a_survey;
51 $this->base_skill_id = $a_base_skill_id;
52 $this->tref_id = $a_tref_id;
61 $this->thresholds = $this->skill_thres->getThresholds();
70 $this->
addColumn($this->
lng->txt(
"survey_up_to_x_points"));
72 $this->
setRowTemplate(
"tpl.svy_skill_threshold_row.html",
"components/ILIAS/Survey");
76 $this->
setFormAction($ilCtrl->getFormAction($this->parent_obj));
82 $this->question_ids = $ssk->getQuestionsForSkill(
86 $this->scale_sum = $ssk->determineMaxScale(
95 return $bs->getLevelData();
98 protected function fillRow(array $a_set): void
103 $this->tpl->setVariable(
"LEVEL", $a_set[
"title"]);
104 $this->tpl->setVariable(
"LEVEL_ID", $a_set[
"id"]);
107 if ((
int) $tr !== 0) {
108 $this->tpl->setVariable(
"THRESHOLD", (
int) $tr);
110 $this->tpl->setVariable(
"THRESHOLD",
"");
setOnScreenMessage(string $type, string $a_txt, bool $a_keep=false)
Set a message to be displayed to the user.
__construct(object $a_parent_obj, string $a_parent_cmd, ilObjSurvey $a_survey, int $a_base_skill_id, int $a_tref_id)
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)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
static _lookupTitle(int $a_obj_id, int $a_tref_id=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $main_tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
determineMaxScalesAndQuestions()
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
ilSurveySkillThresholds $skill_thres
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
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)
ilSurveySkill $skill_survey