4 require_once
'Services/Table/classes/class.ilTable2GUI.php';
35 $this->
setId(
'tst_pass_overview_' .
$context .
'_' . $parent->object->getId());
47 $this->
disable(
'numinfo_header');
53 $this->
setRowTemplate(
'tpl.il_as_tst_pass_overview_row.html',
'Modules/Test');
83 if(array_key_exists(
'percentage', $row))
85 $row[
'percentage'] = sprintf(
'%.2f', $row[
'percentage']) .
'%';
88 if($this->pdf_view && array_key_exists(
'pass_details', $row))
90 unset($row[
'pass_details']);
103 $this->
addColumn($this->lng->txt(
'scored_pass'),
'',
'150');
105 $this->
addColumn($this->lng->txt(
'pass'),
'',
'1%');
106 $this->
addColumn($this->lng->txt(
'date'));
109 $this->
addColumn($this->lng->txt(
'tst_answered_questions'));
112 $this->
addColumn($this->lng->txt(
'tst_question_hints_requested_hint_count_header'));
114 $this->
addColumn($this->lng->txt(
'tst_reached_points'));
115 $this->
addColumn($this->lng->txt(
'tst_percent_solved'));