41 $main_tpl = $DIC->ui()->mainTemplate();
44 if (!$this->request->isset(
'feedback_id') || !(
int) $this->request->raw(
'feedback_id') || !$questionOBJ->feedbackOBJ->checkFeedbackParent((
int) $this->request->raw(
'feedback_id'))) {
45 $main_tpl->setOnScreenMessage(
'failure',
'invalid feedback id given: ' . (
int) $this->request->raw(
'feedback_id'),
true);
50 $main_tpl->setOnScreenMessage(
'failure',
'invalid feedback type given: ' . $this->request->raw(
'feedback_type'),
true);
60 $pageObjectGUI = $this->
getPageObjectGUI($this->request->raw(
'feedback_type'), $this->request->raw(
'feedback_id'));
61 $pageObjectGUI->setEnabledTabs(
true);
63 $this->
tabs->setBackTarget(
64 $this->
lng->txt(
'tst_question_feedback_back_to_feedback_form'),
68 $this->
ctrl->setParameter($pageObjectGUI,
'feedback_id', $this->request->raw(
'feedback_id'));
69 $this->
ctrl->setParameter($pageObjectGUI,
'feedback_type', $this->request->raw(
'feedback_type'));
71 $this->
ctrl->forwardCommand($pageObjectGUI);
84 $pageObject->setParentId($this->questionOBJ->getId());
85 $pageObject->setId($pageObjectId);
86 $pageObject->createFromXML();
91 $pageObject->setParentId($this->questionOBJ->getId());
92 $pageObject->setId($pageObjectId);
93 $pageObject->createFromXML();
105 include_once(
"./Modules/TestQuestionPool/classes/feedback/class.ilAssQuestionFeedback.php");
107 include_once(
"./Modules/TestQuestionPool/classes/feedback/class.ilAssGenFeedbackPageGUI.php");
109 $pageObjectGUI->obj->addUpdateListener(
113 return $pageObjectGUI;
115 include_once(
"./Modules/TestQuestionPool/classes/feedback/class.ilAssSpecFeedbackPageGUI.php");
117 $pageObjectGUI->obj->addUpdateListener(
121 return $pageObjectGUI;
__construct(assQuestion $questionOBJ, ilCtrl $ctrl, ilTabsGUI $tabs, ilLanguage $lng)
Constructor.
getPageObjectGUI($pageObjectType, $pageObjectId)
instantiates, initialises and returns a page object gui class
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...
static isValidFeedbackPageObjectType(string $feedbackPageObjectType)
returns the fact whether the given page object type relates to generic or specific feedback page obje...
const CMD_SHOW
command constants
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _exists(string $a_parent_type, int $a_id, string $a_lang="", bool $a_no_cache=false)
Checks whether page exists.
const PAGE_OBJECT_TYPE_GENERIC_FEEDBACK
type for generic feedback page objects
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
ensurePageObjectExists($pageObjectType, $pageObjectId)
ensures an existing page object with giben type/id
const PAGE_OBJECT_TYPE_SPECIFIC_FEEDBACK
type for specific feedback page objects