109         $this->instantResponseEnabled = $instantFeedbackEnabled;
   129         $navTpl = 
new ilTemplate(
'tpl.qst_question_related_navigation.html', 
true, 
true, 
'Modules/TestQuestionPool');
   131         $parseQuestionRelatedNavigation = 
false;
   134             $navTpl->setCurrentBlock(
"direct_feedback");
   136             $navTpl->setVariable(
"TEXT_SHOW_INSTANT_RESPONSE", $this->
lng->txt(
"check"));
   137             $navTpl->parseCurrentBlock();
   139             $parseQuestionRelatedNavigation = 
true;
   145                     $buttonText = $this->
lng->txt(
"button_request_next_question_hint");
   147                     $buttonText = $this->
lng->txt(
"button_request_question_hint");
   150                 $navTpl->setCurrentBlock(
"button_request_next_question_hint");
   151                 $navTpl->setVariable(
"CMD_REQUEST_NEXT_QUESTION_HINT", $this->
getHintRequestCmd());
   152                 $navTpl->setVariable(
"TEXT_REQUEST_NEXT_QUESTION_HINT", $buttonText);
   153                 $navTpl->parseCurrentBlock();
   155                 $parseQuestionRelatedNavigation = 
true;
   159                 $navTpl->setCurrentBlock(
"button_show_requested_question_hints");
   160                 $navTpl->setVariable(
"CMD_SHOW_REQUESTED_QUESTION_HINTS", $this->
getHintListCmd());
   161                 $navTpl->setVariable(
"TEXT_SHOW_REQUESTED_QUESTION_HINTS", $this->
lng->txt(
"show_requested_question_hints"));
   162                 $navTpl->parseCurrentBlock();
   164                 $parseQuestionRelatedNavigation = 
true;
   168         if ($parseQuestionRelatedNavigation) {
   169             $navTpl->setCurrentBlock(
"question_related_navigation");
   170             $navTpl->parseCurrentBlock();
   173         return $navTpl->get();