21     public function fillRow(array $a_set): void
    30         $this->tpl->setVariable(
'QUESTION_TITLE', $a_set[
'title']);
    37         $questionInstance = $DIC->question()->getQuestionInstance($a_set[
'questionId']);
    38         $questionAuthoringGUI = $DIC->question()->getAuthoringCommandInstance($questionInstance);
    40         $previewLinkComponent = $questionAuthoringGUI->getPreviewLink();
    42         $this->tpl->setVariable(
'QUESTION_HREF', $previewLinkComponent->getAction());
 
For that questions that are actually shown in the rows limit of the table corresponding question link...