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;
143 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionHintTracking.php';
144 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionHintRequestGUI.php';
148 $buttonText = $this->
lng->txt(
"button_request_next_question_hint");
150 $buttonText = $this->
lng->txt(
"button_request_question_hint");
153 $navTpl->setCurrentBlock(
"button_request_next_question_hint");
154 $navTpl->setVariable(
"CMD_REQUEST_NEXT_QUESTION_HINT", $this->
getHintRequestCmd());
155 $navTpl->setVariable(
"TEXT_REQUEST_NEXT_QUESTION_HINT", $buttonText);
156 $navTpl->parseCurrentBlock();
158 $parseQuestionRelatedNavigation =
true;
162 $navTpl->setCurrentBlock(
"button_show_requested_question_hints");
163 $navTpl->setVariable(
"CMD_SHOW_REQUESTED_QUESTION_HINTS", $this->
getHintListCmd());
164 $navTpl->setVariable(
"TEXT_SHOW_REQUESTED_QUESTION_HINTS", $this->
lng->txt(
"show_requested_question_hints"));
165 $navTpl->parseCurrentBlock();
167 $parseQuestionRelatedNavigation =
true;
171 if ($parseQuestionRelatedNavigation) {
172 $navTpl->setCurrentBlock(
"question_related_navigation");
173 $navTpl->parseCurrentBlock();
176 return $navTpl->get();