78 RandomGroup $randomGroup,
100 $this->questionOBJ = $this->questionGUI->object;
102 $this->questionOBJ->setObjId($parentObjId);
104 if ($this->
ctrl->getCmd() ===
'editQuestion') {
105 $this->questionGUI->setQuestionTabs();
108 $this->
tabs->clearTargets();
109 $this->
tabs->addTarget(
110 self::TAB_ID_QUESTION,
111 $this->
ctrl->getLinkTargetByClass(
'ilAssQuestionPreviewGUI', self::CMD_SHOW),
113 [strtolower(__CLASS__)]
116 $q_type = $this->questionOBJ->getQuestionType();
117 $classname = $q_type .
"GUI";
118 $this->
tabs->addTarget(
120 $this->
ctrl->getLinkTargetByClass(
'ilAssQuestionPreviewGUI',
"assessment"),
125 if ((isset(
$_GET[
'calling_test']) && strlen(
$_GET[
'calling_test']) !== 0) ||
126 (isset(
$_GET[
'test_ref_id']) && strlen(
$_GET[
'test_ref_id']) !== 0)) {
129 $ref_id_array = explode(
'_',
$ref_id);
130 $ref_id = array_pop($ref_id_array);
138 $this->
tabs->setBackTarget(
139 $this->
lng->txt(
"backtocallingtest"),
140 "ilias.php?baseClass=ilObjTestGUI&cmd=questions&ref_id=$ref_id" 142 } elseif (isset(
$_GET[
'calling_consumer']) && (
int)
$_GET[
'calling_consumer']) {
146 $this->
tabs->setBackTarget(
147 $consumer->getQuestionEditingFormBackTargetLabel(),
148 $consumer->getQuestionEditingFormBackTarget($_GET[
'consumer_context'])
154 $this->
ctrl->clearParameterByClass(ilObjQuestionPoolGUI::class,
'q_id');
155 $this->
tabs->setBackTarget($this->
lng->txt(
"backtocallingpool"), $this->
ctrl->getLinkTargetByClass(ilObjQuestionPoolGUI::class,
"questions"));
156 $this->
ctrl->setParameterByClass(ilObjQuestionPoolGUI::class,
'q_id', $questionId);
160 $this->questionGUI->outAdditionalOutput();
162 $this->questionGUI->populateJavascriptFilesRequiredForWorkForm($this->tpl);
165 $this->questionGUI->setTargetGui($this);
166 $this->questionGUI->setQuestionActionCmd(self::CMD_HANDLE_QUESTION_ACTION);
180 $this->previewSettings->init();
187 $this->previewSession->init();
197 $this->tpl->setCurrentBlock(
"ContentStyle");
199 $this->tpl->parseCurrentBlock();
201 $this->tpl->setCurrentBlock(
"SyntaxStyle");
203 $this->tpl->parseCurrentBlock();
209 $ilHelp = $DIC[
'ilHelp'];
210 $ilHelp->setScreenIdComponent(
'qpl');
212 $this->
tabs->setTabActive(self::TAB_ID_QUESTION);
214 $this->
lng->loadLanguageModule(
'content');
216 $nextClass = $this->
ctrl->getNextClass($this);
218 switch ($nextClass) {
219 case 'ilassquestionhintrequestgui':
221 $this->
ctrl->forwardCommand($gui);
223 case 'ilassspecfeedbackpagegui':
224 case 'ilassgenfeedbackpagegui':
226 $forwarder->forward();
229 $notesGUI =
new ilNoteGUI($this->questionOBJ->getObjId(), $this->questionOBJ->getId(),
'quest');
231 $notesGUI->enablePublicNotesDeletion(
true);
232 $notesPanelHTML = $this->
ctrl->forwardCommand($notesGUI);
233 $this->
showCmd($notesPanelHTML);
236 $cmd = $this->
ctrl->getCmd(self::CMD_SHOW) .
'Cmd';
246 return $this->
ctrl->getFormAction($this, self::CMD_SHOW) .
'#' . self::FEEDBACK_FOCUS_ANCHOR;
251 if ($this->previewSettings->isTestRefId()) {
255 return (
bool) $this->rbac_services->system()->checkAccess(
'write', (
int)
$_GET[
'ref_id']);
258 private function showCmd($notesPanelHTML =
''): void
260 $tpl =
new ilTemplate(
'tpl.qpl_question_preview.html',
true,
true,
'Modules/TestQuestionPool');
271 $this->tpl->setContent($tpl->
get());
276 $this->
tabs->activateTab(
'statistics');
277 $this->questionGUI->assessment();
282 $response_required =
false;
283 $response_available =
false;
284 $jump_to_response =
false;
288 $response_required =
true;
289 $response_available =
true;
290 $jump_to_response =
true;
295 $response_required =
true;
296 $response_available =
true;
297 $jump_to_response =
true;
301 $response_required =
true;
303 $response_available =
true;
304 $jump_to_response =
true;
309 $response_required =
true;
311 if ($this->questionGUI->hasInlineFeedback()) {
313 $jump_to_response =
false;
316 $response_available =
true;
317 $jump_to_response =
true;
322 if ($response_required) {
324 if (!$response_available) {
325 if ($this->questionGUI->hasInlineFeedback()) {
328 $this->
lng->txt(
'tst_feedback_is_given_inline')
333 $this->
lng->txt(
'tst_feedback_not_available_for_answer')
342 $this->previewSession->setRandomizerSeed(null);
343 $this->previewSession->setParticipantsSolution(null);
344 $this->previewSession->resetRequestedHints();
345 $this->previewSession->setInstantResponseActive(
false);
347 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
'qst_preview_reset_msg'),
true);
349 $this->
ctrl->redirect($this, self::CMD_SHOW);
355 $this->previewSession->setInstantResponseActive(
true);
357 $this->previewSession->setInstantResponseActive(
false);
360 $this->
ctrl->redirect($this, self::CMD_SHOW);
365 $this->questionOBJ->persistPreviewState($this->previewSession);
366 $this->
ctrl->redirect($this, self::CMD_SHOW);
373 $toolbarGUI->setFormAction($this->
ctrl->getFormAction($this, self::CMD_SHOW));
374 $toolbarGUI->setResetPreviewCmd(self::CMD_RESET);
377 if ($this->rbac_services->system()->checkAccess(
'write', (
int)
$_GET[
'ref_id'])) {
378 $toolbarGUI->setEditPageCmd(
379 $this->
ctrl->getLinkTargetByClass(
'ilAssQuestionPageGUI',
'edit')
382 $toolbarGUI->setEditQuestionCmd(
383 $this->
ctrl->getLinkTargetByClass(
384 array(
'ilrepositorygui',
'ilobjquestionpoolgui', get_class($this->questionGUI)),
390 $toolbarGUI->build();
392 $tpl->
setVariable(
'PREVIEW_TOOLBAR', $this->
ctrl->getHTML($toolbarGUI));
398 $this->
ctrl->setReturnByClass(
'ilAssQuestionPageGUI',
'view');
399 $this->
ctrl->setReturnByClass(
'ilObjQuestionPoolGUI',
'questions');
403 $pageGUI->setEditPreview(
true);
404 $pageGUI->setEnabledTabs(
false);
407 if (strlen($this->
ctrl->getCmd()) == 0 && !isset($_POST[
'editImagemapForward_x'])) {
408 $this->
ctrl->setCmdClass(get_class($pageGUI));
409 $this->
ctrl->setCmd(
'preview');
412 $this->questionGUI->setPreviewSession($this->previewSession);
416 $this->questionGUI->magicAfterTestOutput();
420 $pageGUI->setQuestionHTML(array($this->questionOBJ->getId() => $questionHtml));
422 $pageGUI->setPresentationTitle($this->questionOBJ->getTitleForHTMLOutput());
424 $tpl->
setVariable(
'QUESTION_OUTPUT', $pageGUI->preview());
426 $this->
tabs->setTabActive(self::TAB_ID_QUESTION);
431 $reachedPoints = $this->questionOBJ->calculateReachedPointsFromPreviewSession($this->previewSession);
432 $maxPoints = $this->questionOBJ->getMaximumPoints();
434 $scoreInformation = sprintf(
435 $this->
lng->txt(
"you_received_a_of_b_points"),
441 $tpl->
setVariable(
"REACHED_POINTS_FEEDBACK", $scoreInformation);
448 $this->
ctrl->setReturnByClass(
'ilAssQuestionPageGUI',
'view');
449 $this->
ctrl->setReturnByClass(
'ilObjQuestionPoolGUI',
'questions');
454 $pageGUI->setEnabledTabs(
false);
457 if (strlen($this->
ctrl->getCmd()) == 0 && !isset($_POST[
'editImagemapForward_x'])) {
458 $this->
ctrl->setCmdClass(get_class($pageGUI));
459 $this->
ctrl->setCmd(
'preview');
462 $this->questionGUI->setPreviewSession($this->previewSession);
464 $pageGUI->setQuestionHTML(array($this->questionOBJ->getId() => $this->questionGUI->getSolutionOutput(0, null,
false,
false,
true,
false,
true,
false,
false)));
466 $output = $this->questionGUI->getSolutionOutput(0, null,
false,
false,
true,
false,
true,
false,
false);
469 $tpl->
setVariable(
'TXT_CORRECT_SOLUTION', $this->
lng->txt(
'tst_best_solution_is'));
478 $navGUI->setInstantResponseCmd(self::CMD_INSTANT_RESPONSE);
479 $navGUI->setHintRequestCmd(self::CMD_GATEWAY_CONFIRM_HINT_REQUEST);
480 $navGUI->setHintListCmd(self::CMD_GATEWAY_SHOW_HINT_LIST);
482 $navGUI->setInstantResponseEnabled($this->previewSettings->isInstantFeedbackNavigationRequired());
483 $navGUI->setHintProvidingEnabled($this->previewSettings->isHintProvidingEnabled());
485 $navGUI->setHintRequestsPossible($this->hintTracking->requestsPossible());
486 $navGUI->setHintRequestsExist($this->hintTracking->requestsExist());
488 return $this->
ctrl->getHTML($navGUI);
497 if ($this->questionOBJ->isPreviewSolutionCorrect($this->previewSession)) {
498 $feedback = $this->questionGUI->getGenericFeedbackOutputForCorrectSolution();
501 $feedback = $this->questionGUI->getGenericFeedbackOutputForIncorrectSolution();
505 if ($feedback !==
'') {
521 $fb = $this->questionGUI->getSpecificFeedbackOutput(
522 (array) $this->previewSession->getParticipantsSolution()
536 if ($withFocusAnchor) {
538 $tpl->
setVariable(
'INSTANT_RESPONSE_FOCUS_ID', self::FEEDBACK_FOCUS_ANCHOR);
543 $tpl->
setVariable(
'INSTANT_RESPONSE_HEADER', $this->
lng->txt(
'tst_feedback'));
550 $tpl->
setVariable(
'INSTANT_RESPONSE_MESSAGE', $a_message);
556 if (!$this->previewSettings->isBestSolutionEnabled()) {
560 return $this->previewSession->isInstantResponseActive();
565 if (!$this->previewSettings->isGenericFeedbackEnabled()) {
569 return $this->previewSession->isInstantResponseActive();
574 if (!$this->previewSettings->isSpecificFeedbackEnabled()) {
578 return $this->previewSession->isInstantResponseActive();
583 if (!$this->previewSettings->isReachedPointsEnabled()) {
587 return $this->previewSession->isInstantResponseActive();
592 return $this->questionOBJ->persistPreviewState($this->previewSession);
598 $this->previewSession->setInstantResponseActive(
false);
603 $this->
ctrl->redirectByClass(
604 'ilAssQuestionHintRequestGUI',
612 $this->previewSession->setInstantResponseActive(
false);
617 $this->
ctrl->redirectByClass(
618 'ilAssQuestionHintRequestGUI',
628 if (!$this->previewSession->randomizerSeedExists()) {
629 $this->previewSession->setRandomizerSeed((
new RandomSeed())->createSeed());
631 return $this->randomGroup->shuffleArray(
new GivenSeed((
int) $this->previewSession->getRandomizerSeed()));
636 if (!strlen($notesPanelHTML)) {
637 $notesPanelHTML = $this->questionGUI->getNotesHTML();
const CMD_HANDLE_QUESTION_ACTION
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
populateNotesPanel(ilTemplate $tpl, $notesPanelHTML)
populateQuestionOutput(ilTemplate $tpl)
setEditPreview(bool $a_editpreview)
Set Display first Edit tab, then Preview tab, instead of Page and Edit.
ilAssQuestionPreviewSettings $previewSettings
const CMD_CONFIRM_REQUEST
showCmd($notesPanelHTML='')
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Abstract basic class which is to be extended by the concrete assessment question type classes...
RBACServices $rbac_services
ilAssQuestionPreviewSession $previewSession
const CMD_INSTANT_RESPONSE
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
initPreviewSettings($parentRefId)
setVariable(string $variable, $value='')
Sets the given variable to the given value.
const CSS_CLASS_FEEDBACK_CORRECT
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
assQuestionGUI $questionGUI
isShowReachedPointsRequired()
static instantiateQuestionGUI(int $a_question_id)
ilGlobalTemplateInterface $tpl
__construct(ilCtrl $ctrl, ilRbacSystem $rbac_system, ilTabsGUI $tabs, ilGlobalTemplateInterface $tpl, ilLanguage $lng, ilDBInterface $db, ilObjUser $user, RandomGroup $randomGroup, int $parent_ref_id, RBACServices $rbac_services)
ilAssQuestionPreviewHintTracking $hintTracking
isShowSpecificQuestionFeedbackRequired()
getQuestionAnswerShuffler()
handleQuestionActionCmd()
setVariable($variable, $value='')
Sets a variable value.
static getReturnToPageLink($q_id=null)
setRenderPageContainer(bool $a_val)
const FEEDBACK_FOCUS_ANCHOR
populateReachedPointsOutput(ilTemplate $tpl)
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id
populatePreviewToolbar(ilTemplate $tpl)
Provides fluid interface to RBAC services.
populateGenericQuestionFeedback(ilTemplate $tpl)
Populate the block for an instant generic feedback.
const RENDER_PURPOSE_DEMOPLAY
populateInstantResponseHeader(ilTemplate $tpl, $withFocusAnchor)
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
static getSyntaxStylePath()
const CSS_CLASS_FEEDBACK_WRONG
populateInstantResponseMessage(ilTemplate $tpl, string $a_message)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getContentStylePath(int $a_style_id, bool $add_random=true, bool $add_token=true)
get content style path static (to avoid full reading)
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
isShowBestSolutionRequired()
handleInstantResponseRendering(ilTemplate $tpl)
gatewayConfirmHintRequestCmd()
ilRbacSystem $rbac_system
const CMD_SHOW_LIST
command constants
populateSolutionOutput(ilTemplate $tpl)
initQuestion($questionId, $parentObjId)
enablePublicNotes(bool $a_enable=true)
initPreviewSession($userId, $questionId)
isShowGenericQuestionFeedbackRequired()
getQuestionNavigationHtml()
const CMD_GATEWAY_SHOW_HINT_LIST
const CMD_GATEWAY_CONFIRM_HINT_REQUEST
populateSpecificQuestionFeedback(ilTemplate $tpl)
Populate the block for an instant specific feedback.