31 return $this->question->getTrueOptionLabelTranslation(
33 $this->question->getOptionLabel()
39 return $this->question->getFalseOptionLabelTranslation(
41 $this->question->getOptionLabel()
47 $this->
addColumn($this->
language->txt(
'tst_corr_answ_stat_tbl_header_answer'),
'');
51 foreach ($this->
getData() as $row) {
52 if (isset($row[
'addable'])) {
59 public function fillRow(array $a_set): void
61 $this->tpl->setCurrentBlock(
'answer');
63 $this->tpl->parseCurrentBlock();
65 $this->tpl->setCurrentBlock(
'frequency');
66 $this->tpl->setVariable(
'FREQUENCY', $a_set[
'frequency_true']);
67 $this->tpl->parseCurrentBlock();
69 $this->tpl->setCurrentBlock(
'frequency');
70 $this->tpl->setVariable(
'FREQUENCY', $a_set[
'frequency_false']);
71 $this->tpl->parseCurrentBlock();
setActionsColumnEnabled(bool $actionsColumnEnabled)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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)
language()
description: > Example for rendring a language glyph.