33 protected \ILIAS\Exercise\Notification\NotificationManager
$notification;
34 protected \ILIAS\Exercise\InternalDomainService
$domain;
35 protected \ILIAS\Exercise\InternalGUIService
$gui;
58 $service = $DIC->exercise()->internal();
62 $this->
ctrl = $this->gui->ctrl();
63 $this->tabs_gui = $this->gui->tabs();
64 $this->
lng = $this->domain->lng();
65 $this->tpl = $this->gui->ui()->mainTemplate();
67 $this->exercise = $a_exercise;
68 $this->submission = $a_submission;
71 $this->mandatory_manager = $this->domain
73 ->mandatoryAssignments($this->exercise);
75 $this->request = $this->gui->request();
76 $this->requested_ref_id = $this->request->getRefId();
77 $this->
notification = $this->domain->notification($this->requested_ref_id);
79 $this->type_guis = $this->gui->assignment()->types();
80 $this->tool_context = $DIC->globalScreen()->tool()->context();
81 $this->gui = $DIC->exercise()
94 $this->tabs_gui->clearTargets();
95 $this->tabs_gui->setBackTarget(
96 $this->
lng->txt(
"back"),
97 $this->
ctrl->getLinkTarget($this,
"returnToParent")
100 $this->tabs_gui->addTab(
102 $this->
lng->txt(
"exc_submission"),
103 $this->
ctrl->getLinkTarget($this,
"")
105 $this->tabs_gui->activateTab(
"submission");
107 if ($this->assignment->hasTeam()) {
114 if ($this->request->getFromOverview()) {
115 $this->
ctrl->redirectByClass(ilObjExerciseGUI::class,
"showOverview");
117 $this->
ctrl->returnToParent($this);
126 bool $a_no_notifications =
false 128 $has_submitted = $this->submission->hasSubmitted();
130 $this->exercise->processExerciseStatus(
132 $this->submission->getUserIds(),
134 $this->submission->validatePeerReviews()
137 if ($has_submitted &&
138 !$a_no_notifications) {
139 $this->
notification->sendUploadNotification($this->assignment->getId());
151 $ass_ids = [$this->assignment->getId()];
static getOverviewContent(ilInfoScreenGUI $a_info, ilExSubmission $a_submission)
handleNewUpload(bool $a_no_notifications=false)
ILIAS Exercise InternalGUIService $gui
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Exercise submission base gui.
ContextServices $tool_context
ilGlobalTemplateInterface $tpl
notification()
description: > Example for rendring a notification glyph.
MandatoryAssignmentsManager $mandatory_manager
ILIAS Exercise Notification NotificationManager $notification
ilExAssignmentTypesGUI $type_guis
Exercise submission //TODO: This class has many static methods related to delivered "files"...
Manages random mandatory assignments of an exercise.
ILIAS Exercise InternalDomainService $domain
ilExSubmission $submission
Exercise gui request wrapper.
ilExAssignment $assignment
__construct(ilObjExercise $a_exercise, ilExSubmission $a_submission)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...