33 return $this->question->getTrueOptionLabelTranslation(
35 $this->question->getOptionLabel()
43 return $this->question->getFalseOptionLabelTranslation(
45 $this->question->getOptionLabel()
57 foreach ($this->
getData() as $row) {
58 if (isset($row[
'addable'])) {
66 public function fillRow(array $a_set): void
68 $this->tpl->setCurrentBlock(
'answer');
70 $this->tpl->parseCurrentBlock();
72 $this->tpl->setCurrentBlock(
'frequency');
73 $this->tpl->setVariable(
'FREQUENCY', $a_set[
'frequency_true']);
74 $this->tpl->parseCurrentBlock();
76 $this->tpl->setCurrentBlock(
'frequency');
77 $this->tpl->setVariable(
'FREQUENCY', $a_set[
'frequency_false']);
78 $this->tpl->parseCurrentBlock();
setActionsColumnEnabled(bool $actionsColumnEnabled)
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...
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)