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...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
numericOrdering(string $a_field)
Should this field be sorted numeric?
 
fillRow(array $a_set)
Standard Version of Fill Row.
 
__construct($a_parent_obj, $a_parent_cmd="")
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
setFormAction(string $a_form_action, bool $a_multipart=false)
 
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)
 
setDefaultOrderField(string $a_defaultorderfield)
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
 
setDefaultOrderDirection(string $a_defaultorderdirection)
 
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc