37 public function fillRow(array $a_set): void
46 $this->tpl->setVariable(
'QUESTION_TITLE', $a_set[
'title']);
53 $questionInstance = $DIC->question()->getQuestionInstance($a_set[
'questionId']);
54 $questionAuthoringGUI = $DIC->question()->getAuthoringCommandInstance($questionInstance);
56 $previewLinkComponent = $questionAuthoringGUI->getPreviewLink();
58 $this->tpl->setVariable(
'QUESTION_HREF', $previewLinkComponent->getAction());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...