31 public function __construct($a_parent_obj, $a_parent_cmd =
"")
34 $ilCtrl = $DIC[
'ilCtrl'];
41 $this->
addColumn(
$lng->
txt(
"number_of_answers"),
"number_of_answers",
"15%");
46 $this->
setRowTemplate(
"tpl.table_results_by_question_row.html",
"Modules/Test");
51 protected function fillRow(array $a_set): void
53 if ($a_set[
'number_of_answers'] > 0) {
54 $this->tpl->setVariable(
"PDF_EXPORT", $a_set[
'output']);
57 $this->tpl->setVariable(
"QUESTION_ID", $a_set[
'qid']);
58 $this->tpl->setVariable(
"QUESTION_TITLE", $a_set[
'question_title']);
59 $this->tpl->setVariable(
"NUMBER_OF_ANSWERS", $a_set[
'number_of_answers']);
60 $this->tpl->setVariable(
"FILE_UPLOADS", $a_set[
'file_uploads']);
67 case 'number_of_answers':
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...
setFormAction(string $a_form_action, bool $a_multipart=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($a_parent_obj, $a_parent_cmd="")
setDefaultOrderField(string $a_defaultorderfield)
numericOrdering(string $a_field)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
__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)