30 $this->tpl->setVariable(
'QUESTION_TITLE', $questionData[
'title']);
37 $questionInstance = $DIC->question()->getQuestionInstance($questionData[
'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...