19 declare(strict_types=1);
25 $this->
setId(
'ass_eval_det_' . $template_context);
30 $this->
setRowTemplate(
'tpl.table_evaluation_detail_row.html',
'Modules/Test');
37 public function fillRow(array $a_set): void
39 $this->tpl->setVariable(
'VAL_COUNTER', $a_set[
'counter']);
40 $this->tpl->setVariable(
'VAL_QUESTION_ID_TXT', $a_set[
'id_txt']);
41 $this->tpl->setVariable(
'VAL_QUESTION_ID', $a_set[
'id']);
42 $this->tpl->setVariable(
'VAL_QUESTION_TITLE', $a_set[
'title']);
43 $this->tpl->setVariable(
'VAL_POINTS', $a_set[
'points']);
setFormAction(string $a_form_action, bool $a_multipart=false)
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
Output class for assessment test evaluation.
__construct(ilTestEvaluationGUI $parent_obj, string $parent_cmd='', string $template_context='')
setLimit(int $a_limit=0, int $a_default_limit=0)
disable(string $a_module_name)