32 $lng = $DIC->language();
33 $ilCtrl = $DIC->ctrl();
36 $this->
ctrl = $ilCtrl;
39 $this->
setStyle(
'table',
'fullwidth');
42 $this->
addColumn($this->
lng->txt(
"use_other_answer"),
'',
'');
45 $this->
setRowTemplate(
"tpl.il_svy_qpl_phrase_save_row.html",
"Modules/SurveyQuestionPool");
53 protected function fillRow(array $a_set): void
55 $this->tpl->setVariable(
"ANSWER", $a_set[
"answer"]);
56 $this->tpl->setVariable(
"OPEN_ANSWER", ($a_set[
"other"]) ? $this->
lng->txt(
'yes') : $this->
lng->txt(
'no'));
57 $this->tpl->setVariable(
"SCALE", $a_set[
"scale"]);
enable(string $a_module_name)
setFormAction(string $a_form_action, bool $a_multipart=false)
setFormName(string $a_name="")
setStyle(string $a_element, string $a_style)
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.
__construct(object $a_parent_obj, string $a_parent_cmd)
__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)
disable(string $a_module_name)