5 require_once
'Modules/TestQuestionPool/classes/tables/class.ilAnswerFrequencyStatisticTableGUI.php';
24 parent::__construct($a_parent_obj, $a_parent_cmd,
$question);
37 $this->tpl->setCurrentBlock(
'answer');
38 $this->tpl->setVariable(
'ANSWER',
$data[
'term']);
39 $this->tpl->parseCurrentBlock();
41 $this->tpl->setCurrentBlock(
'answer');
42 $this->tpl->setVariable(
'ANSWER',
$data[
'definition']);
43 $this->tpl->parseCurrentBlock();
45 $this->tpl->setCurrentBlock(
'frequency');
46 $this->tpl->setVariable(
'FREQUENCY',
$data[
'frequency']);
47 $this->tpl->parseCurrentBlock();
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
__construct($a_parent_obj, $a_parent_cmd="", $question)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.