24 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
 
   45                 $this->
addColumn($lng->txt(
"question_title"), 
"question_title", 
"35%");
 
   46                 $this->
addColumn($lng->txt(
"number_of_answers"), 
"number_of_answers", 
"15%");
 
   49                         $this->
addColumn($lng->txt(
"output"), 
"", 
"25%");
 
   50                         $this->
addColumn($lng->txt(
"file_uploads"), 
"", 
"25%");
 
   54                         $this->
addColumn($lng->txt(
"file_uploads"), 
"", 
"50%");
 
   57                 $this->
setRowTemplate(
"tpl.table_results_by_question_row.html", 
"Modules/Test");
 
   70                         $this->tpl->setCurrentBlock(
'pdf');
 
   71                         $this->tpl->setVariable(
"PDF_EXPORT", $a_set[2]);
 
   72                         $this->tpl->parseCurrentBlock();
 
   74                 $this->tpl->setVariable(
"QUESTION_TITLE", $a_set[0]);
 
   75                 $this->tpl->setVariable(
"NUMBER_OF_ANSWERS", $a_set[1]);
 
   76                 $this->tpl->setVariable(
"FILE_UPLOADS", $a_set[3]);