19 declare(strict_types=1);
136 return "{$this->getQuestionPoints()} {$this->lng->txt('point')}";
139 return "{$this->getQuestionPoints()} {$this->lng->txt('points')}";
145 return $this->
lng->txt(
'postponed');
154 $label = $this->
lng->txt(
'tst_res_lo_objectives_header');
180 $tpl =
new ilTemplate(
'tpl.tst_question_info.html',
true,
true,
'components/ILIAS/Test');
203 $tpl->setVariable(
'TXT_POSITION_POINTS', $text);
210 $tpl->setVariable(
'HIDDEN_NOT_ANSWERED',
'hidden');
212 $tpl->setVariable(
'HIDDEN_ANSWERED',
'hidden');
217 $tpl->setVariable(
'TXT_ANSWERED', $this->
lng->txt(
'tst_answer_status_answered'));
218 $tpl->setVariable(
'TXT_NOT_ANSWERED', $this->
lng->txt(
'tst_answer_status_not_answered'));
219 $tpl->setVariable(
'TXT_EDITING', $this->
lng->txt(
'tst_answer_status_editing'));
248 return $header_block;
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)