4 require_once
'./Services/Table/classes/class.ilTable2GUI.php';
19 public function __construct($a_parent_obj, $a_parent_cmd =
"")
25 $this->
addColumn($lng->txt(
"question_id"),
"qid",
"");
26 $this->
addColumn($lng->txt(
"question_title"),
"question_title",
"35%");
27 $this->
addColumn($lng->txt(
"number_of_answers"),
"number_of_answers",
"15%");
28 $this->
addColumn($lng->txt(
"output"),
"",
"20%");
29 $this->
addColumn($lng->txt(
"file_uploads"),
"",
"20%");
32 $this->
setRowTemplate(
"tpl.table_results_by_question_row.html",
"Modules/Test");
39 if ($a_set[
'number_of_answers'] > 0)
41 $this->tpl->setVariable(
"PDF_EXPORT", $a_set[
'output']);
44 $this->tpl->setVariable(
"QUESTION_ID", $a_set[
'qid']);
45 $this->tpl->setVariable(
"QUESTION_TITLE", $a_set[
'question_title']);
46 $this->tpl->setVariable(
"NUMBER_OF_ANSWERS", $a_set[
'number_of_answers']);
47 $this->tpl->setVariable(
"FILE_UPLOADS", $a_set[
'file_uploads']);
59 case 'number_of_answers':