45 public function fillRow(array $a_set): void
47 $this->tpl->setCurrentBlock(
'answer');
48 $this->tpl->setVariable(
'ANSWER', $a_set[
'term']);
49 $this->tpl->parseCurrentBlock();
51 $this->tpl->setCurrentBlock(
'answer');
52 $this->tpl->setVariable(
'ANSWER', $a_set[
'definition']);
53 $this->tpl->parseCurrentBlock();
55 $this->tpl->setCurrentBlock(
'frequency');
56 $this->tpl->setVariable(
'FREQUENCY', $a_set[
'frequency']);
57 $this->tpl->parseCurrentBlock();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class for matching questions.
setDefaultOrderField(string $a_defaultorderfield)
__construct(Container $dic, ilPlugin $plugin)
__construct(ilTestCorrectionsGUI $a_parent_obj, string $a_parent_cmd, assMatchingQuestion $question)
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)