40 bool $a_prevent_get_id =
false,
45 $this->
lng = $DIC->language();
46 $this->
user = $DIC->user();
47 $this->db = $DIC->database();
49 $this->component_repository = $DIC[
'component.repository'];
51 $this->log = $DIC[
"ilLog"];
53 $this->pres_request = $DIC
70 if (strtolower($this->
ctrl->getCmdClass()) ==
"ilassquestionfeedbackeditinggui") {
72 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"cont_def_feedb_deactivated"));
74 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"cont_def_feedb_activated"));
90 parent::processAnswer();
97 $this->pres_request->getQuestionPageId(),
109 $qlist->setParentObjId(0);
110 $qlist->setJoinObjectData(
false);
111 $qlist->addFieldFilter(
"question_id", array(
$id));
113 $qdata = $qlist->getQuestionDataArray();
115 if ($as[
"try"] >= $qdata[$as[
"qst_id"]][
"nr_of_tries"] && $qdata[$as[
"qst_id"]][
"nr_of_tries"] > 0 && !$as[
"passed"]) {
118 if (count($users) > 0) {
121 $not->setQuestionId(
$id);
122 $not->setRefId($this->pres_request->getRefId());
123 $not->setRecipients($users);
133 if ($lm_tree->isInTree($this->getPageObject()->getId())) {
135 $this->
ctrl->setParameterByClass(
136 ilStructureObjectGUI::class,
140 $this->
ctrl->redirectByClass([
141 ilObjLearningModuleGUI::class,
142 ilStructureObjectGUI::class
145 $this->
ctrl->redirectByClass(
146 ilObjLearningModuleGUI::class,
Readable part of repository interface to ilComponentDataDB.
static _lookupDisableDefaultFeedback(int $a_id)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
const TYPE_LM_BLOCKED_USERS
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
static _lookupRestrictForwardNavigation(int $a_obj_id)
static _lookupStoreTries(int $a_id)
static getAnswerStatus( $a_q_id, int $a_user_id=0)
static getNotificationsForObject(int $type, int $id, ?int $page_id=null, bool $ignore_threshold=false)
Get all users/recipients for given object.
PresentationGUIRequest $pres_request
ilComponentRepository $component_repository
__construct(int $a_id=0, int $a_old_nr=0, bool $a_prevent_get_id=false, string $a_lang="", string $concrete_lang="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Extension of ilPageObjectGUI for learning modules.
static lookupParentId(int $a_id, string $a_type)
processAnswer()
Process answer.
onFeedbackEditingForwarding()
On feedback editing forwarding.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...