29 protected \ILIAS\Exercise\Submission\SubmissionManager
$subm;
31 protected \ILIAS\Exercise\Notification\NotificationManager
$notification;
32 protected \ILIAS\Notes\Service
$notes;
33 protected \ILIAS\Exercise\InternalGUIService
$gui;
34 protected \ILIAS\Exercise\InternalDomainService
$domain;
54 $service = $DIC->exercise()->internal();
57 $this->
user = $this->domain->user();
58 $this->
ctrl = $this->gui->ctrl();
59 $this->tabs_gui = $this->gui->tabs();
60 $this->
lng = $this->domain->lng();
61 $this->tpl = $this->gui->ui()->mainTemplate();
64 $this->submission = $a_submission;
66 $request = $DIC->exercise()->internal()->gui()->request();
67 $this->requested_review_giver_id = $request->getReviewGiverId();
68 $this->requested_review_peer_id = $request->getReviewPeerId();
69 $this->requested_review_crit_id = $request->getReviewCritId();
70 $this->requested_peer_id = $request->getPeerId();
71 $this->requested_giver_id = $request->getGiverId();
72 $this->requested_crit_id = $request->getCritId();
73 $this->gui = $DIC->exercise()->internal()->gui();
74 $this->notes = $DIC->notes();
75 $this->
ctrl->saveParameter($this, array(
"peer_id"));
76 $this->
notification = $this->domain->notification($request->getRefId());
77 $this->subm = $this->domain->submission($a_ass->
getId());
89 if (!$this->ass->getPeerReview()) {
93 $class = $ilCtrl->getNextClass($this);
94 $cmd = $ilCtrl->getCmd(
"showpeerreviewoverview");
100 $peer_review->updatePeerReviewTimestamp($this->requested_peer_id);
103 $rating_gui->setObject(
109 $this->
ctrl->forwardCommand($rating_gui);
110 $ilCtrl->redirect($this,
"editPeerReview");
113 case "ilexsubmissiontextgui":
114 $ilTabs->clearTargets();
115 if (!$this->submission->isTutor()) {
116 $ilTabs->setBackTarget(
118 $ilCtrl->getLinkTarget($this,
"editPeerReview")
120 $this->
ctrl->setReturn($this,
"editPeerReview");
122 $ilTabs->setBackTarget(
124 $ilCtrl->getLinkTarget($this,
"showGivenPeerReview")
126 $this->
ctrl->setReturn($this,
"showGivenPeerReview");
129 $ilCtrl->forwardCommand($gui);
134 $this->requested_giver_id,
135 $this->requested_peer_id
137 $ilCtrl->forwardCommand($gui);
141 $this->{$cmd .
"Object"}();
148 $this->
ctrl->returnToParent($this);
160 $lng = $DIC->language();
161 $ilCtrl = $DIC->ctrl();
162 $gui = $DIC->exercise()
176 if ($state->hasSubmissionEndedForAllUsers() &&
177 $ass->getPeerReview()) {
178 $ilCtrl->setParameterByClass(
"ilExPeerReviewGUI",
"ass_id", $a_submission->
getAssignment()->getId());
180 $nr_missing_fb = $a_submission->
getPeerReview()->getNumberOfMissingFeedbacksForReceived();
185 if ($state->isPeerReviewAllowed()) {
187 if ($ass->getPeerReviewDeadline()) {
188 $dl_info =
" (" . sprintf(
189 $lng->
txt(
"exc_peer_review_deadline_info_button"),
190 $state->getPeerReviewDeadlinePresentation()
195 $lng->
txt(
"exc_peer_review_give"),
196 $ilCtrl->getLinkTargetByClass(array(ilAssignmentPresentationGUI::class,
"ilExSubmissionGUI",
"ilExPeerReviewGUI"),
"editPeerReview")
198 if ($nr_missing_fb) {
201 $edit_pc = $b->render();
202 } elseif ($ass->getPeerReviewDeadline()) {
203 $edit_pc = $lng->
txt(
"exc_peer_review_deadline_reached");
207 if ((!$ass->getPeerReviewDeadline() ||
208 $ass->getPeerReviewDeadline() < time())) {
210 if ($ass->getPeerReviewDeadline() &&
213 $lng->
txt(
"exc_peer_review_given"),
214 $ilCtrl->getLinkTargetByClass(array(ilAssignmentPresentationGUI::class,
"ilExSubmissionGUI",
"ilExPeerReviewGUI"),
"showGivenPeerReview")
216 $view_pc =
$b->render() .
" ";
220 if (!$nr_missing_fb) {
222 $received = (bool)
sizeof($a_submission->
getPeerReview()->getPeerReviewsByPeerId($a_submission->
getUserId(),
true));
225 $lng->
txt(
"exc_peer_review_show"),
226 $ilCtrl->getLinkTargetByClass(array(ilAssignmentPresentationGUI::class,
"ilExSubmissionGUI",
"ilExPeerReviewGUI"),
"showReceivedPeerReview")
228 $view_pc .=
$b->render();
232 $view_pc .= $lng->
txt(
"exc_peer_review_show_received_none");
237 $view_pc .= $lng->
txt(
"exc_peer_review_show_missing");
247 $sep = ($edit_pc !=
"" && $view_pc !=
"")
251 $a_info->
addProperty($lng->
txt(
"exc_peer_review"), $edit_pc . $sep . $view_pc);
253 $ilCtrl->setParameterByClass(
"ilExPeerReviewGUI",
"ass_id",
"");
259 $f = $this->gui->ui()->factory();
264 $state = $this->domain->assignment()->state($ass->
getId(), $submission->
getUserId());
272 if ($state->hasSubmissionEndedForAllUsers() &&
274 $ilCtrl->setParameterByClass(
"ilExPeerReviewGUI",
"ass_id", $submission->
getAssignment()->getId());
276 $nr_missing_fb = $submission->
getPeerReview()->getNumberOfMissingFeedbacksForReceived();
278 $builder->addAdditionalHeadProperty(
279 $this->
lng->txt(
"exc_given_feedback"),
281 $this->
lng->txt(
"exc_x_of_y") .
" " .
285 $builder->addAdditionalHeadProperty(
286 $this->
lng->txt(
"exc_received_feedback"),
287 $submission->
getPeerReview()->countReceivedFeedbacks($submission->getUserid())
293 if ($state->isPeerReviewAllowed()) {
294 $url = $ilCtrl->getLinkTargetByClass(array(ilAssignmentPresentationGUI::class,
"ilExSubmissionGUI",
"ilExPeerReviewGUI"),
"editPeerReview");
295 $button =
$f->button()->primary(
296 $lng->
txt(
"exc_peer_review_give"),
301 $this->
lng->txt(
"exc_given_feedback"),
304 $builder->setMainAction(
305 $builder::SEC_PEER_FEEDBACK,
309 $deadline = $state->getPeerReviewDeadlinePresentation();
311 $deadline = $lng->
txt(
"exc_no_peer_feedback_deadline");
313 $builder->addProperty(
314 $builder::SEC_PEER_FEEDBACK,
315 $lng->
txt(
"exc_peer_review_deadline"),
319 $edit_pc = $lng->
txt(
"exc_peer_review_deadline_reached");
320 $builder->addProperty(
321 $builder::SEC_PEER_FEEDBACK,
322 $lng->
txt(
"exc_peer_review_deadline"),
323 $lng->
txt(
"exc_peer_review_deadline_reached")
327 $builder->addProperty(
328 $builder::SEC_SCHEDULE,
329 $lng->
txt(
"exc_peer_review_deadline"),
330 $state->getPeerReviewDeadlinePresentation()
340 $url = $ilCtrl->getLinkTargetByClass(array(ilAssignmentPresentationGUI::class,
"ilExSubmissionGUI",
"ilExPeerReviewGUI"),
"showGivenPeerReview");
341 $link =
$f->link()->standard(
342 $lng->
txt(
"exc_peer_review_given"),
346 $builder::SEC_PEER_FEEDBACK,
351 $this->
lng->txt(
"exc_given_feedback"),
356 if ($nr_missing_fb <= 0) {
358 $received = (bool)
sizeof($submission->
getPeerReview()->getPeerReviewsByPeerId($submission->
getUserId(),
true));
360 $url = $ilCtrl->getLinkTargetByClass(array(ilAssignmentPresentationGUI::class,
"ilExSubmissionGUI",
"ilExPeerReviewGUI"),
"showReceivedPeerReview");
361 $link =
$f->link()->standard(
362 $lng->
txt(
"exc_peer_review_show"),
366 $builder::SEC_PEER_FEEDBACK,
371 $this->
lng->txt(
"exc_received_feedback"),
377 $builder->addProperty(
378 $builder::SEC_PEER_FEEDBACK,
379 $lng->
txt(
"exc_received_peer_feedback"),
380 $lng->
txt(
"exc_peer_review_show_received_none")
386 $builder->addProperty(
387 $builder::SEC_PEER_FEEDBACK,
388 $lng->
txt(
"exc_peer_feedback_status"),
389 $lng->
txt(
"exc_peer_review_show_missing")
393 $ilCtrl->setParameterByClass(
"ilExPeerReviewGUI",
"ass_id",
"");
399 return ($this->submission->isOwner() &&
400 $this->ass->afterDeadlineStrict() &&
401 (!$this->ass->getPeerReviewDeadline() ||
402 $this->ass->getPeerReviewDeadline() > time()));
407 return ($this->submission->isTutor() ||
408 ($this->submission->isOwner() &&
409 $this->ass->afterDeadlineStrict() &&
410 (!$this->ass->getPeerReviewDeadline() ||
411 $this->ass->getPeerReviewDeadline() < time())));
425 $this->tabs_gui->activateTab(
"give_feedback");
431 $peer_items = $this->submission->getPeerReview()->getPeerReviewsByGiver($this->submission->getUserId());
432 if ($peer_items === []) {
433 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"exc_peer_review_no_peers"),
true);
437 $tpl->
setTitle($this->ass->getTitle() .
": " . $lng->
txt(
"exc_peer_review_given"));
439 $this->gui->permanentLink()->setGivenFeedbackPermanentLink();
443 $tpl->
setContent($this->gui->ui()->renderer()->render($panel));
457 $this->tabs_gui->activateTab(
"receive_feedback");
460 (!$this->submission->isTutor() &&
461 $this->submission->getPeerReview()->getNumberOfMissingFeedbacksForReceived())) {
465 $this->gui->permanentLink()->setReceivedFeedbackPermanentLink();
471 $peer_items = $this->submission->getPeerReview()->getPeerReviewsByPeerId($this->submission->getUserId(), !$this->submission->isTutor());
472 if ($peer_items === []) {
474 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"exc_peer_review_no_peers_reviewed_yet"),
true);
475 $ilCtrl->redirect($this,
"returnToParent");
478 $tpl->
setTitle($this->ass->getTitle() .
": " . $lng->
txt(
"exc_peer_review_show"));
484 $tpl->
setContent($this->gui->ui()->renderer()->render($panel));
489 bool $a_by_peer =
false 494 if ($this->submission->isTutor()) {
496 $user_title = $a_by_peer
497 ? $lng->
txt(
"exc_peer_review_recipient")
498 : $lng->
txt(
"exc_peer_review_giver");
500 "prop" => $lng->
txt(
"name"),
515 $submission =
new ilExSubmission($this->ass, $this->submission->getUserId());
516 $file_info = $submission->getDownloadedFilesInfoForTableGUIS();
519 "prop" => $file_info[
"last_submission"][
"txt"],
520 "value" => $file_info[
"last_submission"][
"value"] .
525 if ($sub_data ===
'' || $sub_data ===
'0') {
526 $sub_data =
'<a href="' . $file_info[
"files"][
"download_url"] .
'">' . $lng->
txt(
"download") .
'</a>';
529 "prop" => $lng->
txt(
"exc_submission"),
534 $lng->
txt(
"exc_your_submission"),
539 foreach ($a_peer_items as $peer) {
542 $giver_id = $this->submission->getUserId();
543 $peer_id = $peer[
"peer_id"];
544 $id_title = $lng->
txt(
"exc_peer_review_recipient");
550 $giver_id = $peer[
"giver_id"];
551 $peer_id = $this->submission->getUserId();
552 $id_title = $lng->
txt(
"exc_peer_review_giver");
557 if ($this->submission->isTutor()) {
559 } elseif (!$this->ass->hasPeerReviewPersonalized()) {
560 $id_value = $peer[
"seq"];
574 $file_info = $submission->getDownloadedFilesInfoForTableGUIS();
577 "prop" => $file_info[
"last_submission"][
"txt"],
578 "value" => $file_info[
"last_submission"][
"value"] .
583 if ($sub_data ===
'' || $sub_data ===
'0') {
584 if (isset($file_info[
"files"][
"download_url"])) {
585 $sub_data =
'<a href="' . $file_info[
"files"][
"download_url"] .
'">' . $lng->
txt(
"download") .
'</a>';
589 "prop" => $lng->
txt(
"exc_submission"),
597 $values = $this->submission->getPeerReview()->getPeerReviewValues($giver_id, $peer_id);
599 foreach ($this->ass->getPeerReviewCriteriaCatalogueItems() as $item) {
600 $crit_id = $item->getId()
604 $item->setPeerReviewContext(
610 $title = $item->getTitle();
611 $html = $item->getHTML($values[$crit_id] ??
null);
613 "prop" => $title ?:
" ",
614 "value" => $html ?:
" " 618 $id_title .
": " . $id_value,
623 return $this->gui->ui()->factory()->panel()->standard(
625 ? $this->
lng->txt(
"exc_received_feedback")
626 : $this->
lng->txt(
"exc_given_feedback"),
636 $f = $this->gui->ui()->factory();
637 $r = $this->gui->ui()->renderer();
638 $tpl = new \ilTemplate(
"tpl.panel_items.html",
true,
true,
"components/ILIAS/Exercise/PeerReview");
639 foreach ($props as $prop) {
647 $mess_html =
$r->render(
$f->divider()->horizontal()) .
648 $mess_gui->getWidget();
651 return $f->panel()->sub(
653 $f->legacy()->content($tpl->
get() . $mess_html)
663 foreach ($this->subm->getSubmissionsOfUser($a_submission->
getUserId()) as $sub) {
664 if ($sub->getLate()) {
665 return '<div class="warning">' . $lng->
txt(
"exc_late_submission") .
'</div>';
678 $this->tabs_gui->activateTab(
"give_feedback");
683 $peer_items = $this->submission->getPeerReview()->getPeerReviewsByGiver($this->submission->getUserId());
684 if ($peer_items === []) {
685 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"exc_peer_review_no_peers"),
true);
689 $missing = $this->submission->getPeerReview()->getNumberOfMissingFeedbacksForReceived();
690 if ($missing !== 0) {
691 $dl = $this->ass->getPeerReviewDeadline();
692 if (!$dl || $dl < time()) {
693 $this->tpl->setOnScreenMessage(
'info', sprintf($this->
lng->txt(
"exc_peer_review_missing_info"), $missing));
695 $this->tpl->setOnScreenMessage(
'info', sprintf(
696 $this->
lng->txt(
"exc_peer_review_missing_info_deadline"),
705 $this->submission->getUserId(),
708 $tpl->
setContent($this->gui->ui()->renderer()->render($panel));
717 $f = $this->gui->ui()->factory();
720 foreach ($peer_data as $item) {
727 $row[
"giver_id"] = $item[
"giver_id"];
728 $row[
"peer_id"] = $item[
"peer_id"];
729 $row[
"tstamp"] = $item[
"tstamp"];
732 $row[
"seq"] = $item[
"seq"];
738 $row[
"valid"] = $all_empty =
true;
740 $values = $submission->
getPeerReview()->getPeerReviewValues($item[
"giver_id"], $item[
"peer_id"]);
741 foreach ($this->ass->getPeerReviewCriteriaCatalogueItems() as $crit) {
742 $crit_id = $crit->getId()
745 $crit->setPeerReviewContext(
750 if (!$crit->validate($values[$crit_id] ??
null)) {
751 $row[
"valid"] =
false;
753 if ($crit->hasValue($values[$crit_id] ?? null)) {
758 $row[
"valid"] =
false;
760 if (!$row[
"valid"]) {
766 if (isset($row[
"seq"])) {
767 $title = $this->
lng->txt(
"exc_peer_review_recipient") .
" " . $row[
"seq"];
769 $title = $row[
"name"];
772 if ($row[
"tstamp"]) {
776 $props[$lng->
txt(
"last_update")] = $row[
"tstamp"];
778 $props[$lng->
txt(
"valid")] = $row[
"valid"]
779 ? $this->
lng->txt(
"yes")
780 : $this->
lng->txt(
"no");
782 $ilCtrl->setParameter($this,
"peer_id", $row[
"peer_id"]);
785 $this->
lng->txt(
"edit"),
786 $ilCtrl->getLinkTarget($this,
"editPeerReviewItem")
789 $ilCtrl->setParameter($this,
"pid",
"");
791 $items[] =
$f->item()->standard(
793 )->withProperties($props)
794 ->withActions(
$f->dropdown()->standard($actions));
797 $group =
$f->item()->group(
"", $items);
798 return $f->panel()->listing()->standard(
799 $this->
lng->txt(
"exc_peer_review_give"),
809 $this->tabs_gui->activateTab(
"give_feedback");
812 $this->
ctrl->redirectByClass(self::class,
"showGivenPeerReview");
820 if ($a_form ===
null) {
824 $sep = $this->gui->ui()->renderer()->render($this->gui->ui()->factory()->divider()->horizontal());
829 if ($peer_state->isReceivedFeedbackAccessible()) {
831 $this->
user->getId(),
834 $message_html = $sep . $message_gui->getListHTML();
837 $this->gui->permanentLink()->setGivenFeedbackPermanentLink();
839 $tpl->
setContent($a_form->getHTML() . $message_html);
844 $this->
ctrl->setParameter($this,
"giver_id", $giver_id);
845 $this->
ctrl->setParameter($this,
"peer_id", $peer_id);
846 $pr = $this->domain->peerReview()->exPeerReview($this->ass);
847 $gui = $this->notes->gui()->getMessagesGUI(
849 $this->ass->getExerciseId(),
850 $pr->getReviewId($giver_id, $peer_id),
853 if (!$this->ass->hasPeerReviewPersonalized()) {
854 if ($giver_id === $this->
user->getId()) {
855 $counterpart_name = $this->
lng->txt(
"exc_peer_review_recipient");
857 $counterpart_name = $this->
lng->txt(
"exc_peer_review_giver");
859 $gui->setAnonymised(
true, $counterpart_name);
862 $gui->addObserver(
function (
868 ) use ($giver_id, $peer_id) {
886 if ($action !==
"new") {
889 $note = $this->notes->domain()->getById($note_id);
890 $text = $note->getText();
892 if ($note->getAuthor() === $giver_id) {
893 $this->
notification->sendMessageFromPeerfeedbackGiverNotification(
899 $this->
notification->sendMessageFromPeerfeedbackRecipientNotification(
911 $peer_items = $this->submission->getPeerReview()->getPeerReviewsByGiver($this->submission->getUserId());
912 foreach ($peer_items as $item) {
913 if ($item[
"peer_id"] == $a_peer_id) {
927 $sub = $this->subm->getSubmissionsOfUser($a_submission->
getUserId())->current();
929 if (trim($sub->getText()) !==
'' && trim($sub->getText()) !==
'0') {
947 $peer_items = $this->submission->getPeerReview()->getPeerReviewsByGiver($this->submission->getUserId());
949 foreach ($peer_items as $item) {
950 if ($item[
"peer_id"] == $a_peer_id) {
956 $ilCtrl->saveParameter($this,
"peer_id");
959 $form->setFormAction($ilCtrl->getFormAction($this,
"updatePeerReview"));
961 $form->setTitle($this->ass->getTitle() .
": " . $lng->
txt(
"exc_peer_review_give"));
964 if (!$this->ass->hasPeerReviewPersonalized()) {
965 $id_title = $lng->
txt(
"id");
966 $id_value = $peer[
"seq"];
968 $id_title = $lng->
txt(
"exc_peer_review_recipient");
972 $id->setValue($id_value);
978 $file_info = $submission->getDownloadedFilesInfoForTableGUIS();
981 $last_sub->setValue($file_info[
"last_submission"][
"value"] .
983 $form->addItem($last_sub);
986 if (($sub_data ===
'' || $sub_data ===
'0') && isset($file_info[
"files"][
"download_url"])) {
987 $sub_data =
'<a href="' . $file_info[
"files"][
"download_url"] .
'">' . $lng->
txt(
"download") .
'</a>';
991 $sub->setValue($sub_data);
992 $form->addItem($sub);
997 $input->setTitle($lng->
txt(
"exc_peer_review"));
998 $form->addItem($input);
1000 $values = $this->submission->getPeerReview()->getPeerReviewValues($this->submission->getUserId(), $a_peer_id);
1003 foreach ($this->ass->getPeerReviewCriteriaCatalogueItems() as $item) {
1004 $crit_id = $item->getId()
1008 $item->setPeerReviewContext(
1010 $this->submission->getUserId(),
1014 $item->addToPeerReviewForm($values[$crit_id] ??
null);
1017 $form->addCommandButton(
"updatePeerReview", $lng->
txt(
"save"));
1018 $form->addCommandButton(
"editPeerReview", $lng->
txt(
"cancel"));
1030 !$this->requested_peer_id ||
1031 !$this->requested_crit_id ||
1032 !$ilCtrl->isAsynch()) {
1038 $giver_id = $ilUser->getId();
1040 if (!is_numeric($crit_id)) {
1045 $crit->setPeerReviewContext($this->ass, $giver_id, $peer_id);
1046 $html = $crit->updateFromAjax();
1068 if ($form->checkInput()) {
1072 foreach ($this->ass->getPeerReviewCriteriaCatalogueItems() as $item) {
1073 $item->setPeerReviewContext(
1075 $this->submission->getUserId(),
1079 $value = $item->importFromPeerReviewForm();
1080 if ($value !==
null) {
1081 $crit_id = $item->getId()
1084 $values[$crit_id] = $value;
1086 if (!$item->validate($value)) {
1092 $this->submission->getPeerReview()->updatePeerReview($peer_id, $values);
1096 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"exc_peer_review_updated"),
true);
1097 $ilCtrl->redirect($this,
"editPeerReview");
1099 $this->tpl->setOnScreenMessage(
'failure', $lng->
txt(
"form_input_not_valid"));
1103 $form->setValuesByPost();
1113 $this->submission->getUserIds(),
1114 $this->submission->hasSubmitted(),
1115 $this->submission->validatePeerReviews()
1132 if (!is_numeric($crit_id)) {
1138 $crit->setPeerReviewContext($this->ass, $giver_id, $peer_id);
1139 $file = $crit->getFileByHash();
1144 $ilCtrl->redirect($this,
"returnToParent");
1158 !$this->ass->getPeerReview()) {
1164 "showPeerReviewOverview",
1169 $panel_data = $tbl->getPanelInfo();
1170 if (is_array($panel_data) && count($panel_data) > 0) {
1171 $ptpl =
new ilTemplate(
"tpl.exc_peer_review_overview_panel.html",
true,
true,
"components/ILIAS/Exercise");
1172 foreach ($panel_data as $item) {
1173 $ptpl->setCurrentBlock(
"user_bl");
1174 foreach ($item[
"value"] as $user) {
1175 $ptpl->setVariable(
"USER", $user);
1176 $ptpl->parseCurrentBlock();
1179 $ptpl->setCurrentBlock(
"item_bl");
1180 $ptpl->setVariable(
"TITLE", $item[
"title"]);
1181 $ptpl->parseCurrentBlock();
1184 $f = $this->gui->ui()->factory();
1185 $r = $this->gui->ui()->renderer();
1186 $p =
$f->panel()->standard(
1187 $this->
lng->txt(
"exc_peer_review_overview_invalid_users"),
1188 $f->legacy()->content($ptpl->get())
1191 $panel =
$r->render($p);
1204 !$this->ass->getPeerReview()) {
1208 $ilTabs->clearTargets();
1211 $cgui->setFormAction($ilCtrl->getFormAction($this));
1212 $cgui->setHeaderText(sprintf($this->
lng->txt(
"exc_peer_review_reset_sure"), $this->ass->getTitle()));
1213 $cgui->setCancel($this->
lng->txt(
"cancel"),
"showPeerReviewOverview");
1214 $cgui->setConfirm($this->
lng->txt(
"delete"),
"resetPeerReview");
1224 !$this->ass->getPeerReview()) {
1229 $all_giver_ids = $peer_review->resetPeerReviews();
1231 if (is_array($all_giver_ids)) {
1234 if (
$exercise->isCompletionBySubmissionEnabled() &&
1236 foreach ($all_giver_ids as
$user_id) {
1239 $pgui->handlePeerReviewChange();
1244 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"exc_peer_review_reset_done"),
true);
1245 $ilCtrl->redirect($this,
"showPeerReviewOverview");
static _replaceMediaObjectImageSrc(string $a_text, int $a_direction=0, string $nic='')
Replaces image source from mob image urls with the mob id or replaces mob id with the correct image s...
ILIAS Exercise InternalGUIService $gui
static getOverviewContent(ilInfoScreenGUI $a_info, ilExSubmission $a_submission)
setCurrentBlock(string $blockname=self::DEFAULT_BLOCK)
Sets the template to the given block.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...
getReceivedFeedbackPanel(array $a_peer_items, bool $a_by_peer=false)
ILIAS Exercise InternalDomainService $domain
setTitle(string $a_title, bool $hidden=false)
Sets title in standard template.
Interface Observer Contains several chained tasks and infos about them.
__construct(ilExAssignment $a_ass, ?ilExSubmission $a_submission=null)
addProperty(string $a_name, string $a_value, string $a_link="")
add a property to current section
string $requested_crit_id
parseCurrentBlock(string $blockname=self::DEFAULT_BLOCK)
Parses the given block.
ILIAS Notes Service $notes
static getInstanceByType(string $a_type)
isValidPeer(int $a_peer_id)
ilExSubmission $submission
editPeerReviewItemObject(?ilPropertyFormGUI $a_form=null)
notification()
description: > Example for rendring a notification glyph.
static deliverFileLegacy(string $a_file, ?string $a_filename=null, ?string $a_mime=null, ?bool $isInline=false, ?bool $removeAfterDelivery=false, ?bool $a_exit_after=true)
confirmResetPeerReviewObject()
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getMessagesGUI(int $giver_id, int $peer_id)
getSubPanel(string $title, array $props, ?ilMessageGUI $mess_gui=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
showPeerReviewOverviewObject()
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
static getNamePresentation( $a_user_id, bool $a_user_image=false, bool $a_profile_link=false, string $a_profile_back_link='', bool $a_force_first_lastname=false, bool $a_omit_login=false, bool $a_sortable=true, bool $a_return_data_array=false, $a_ctrl_path='ilpublicuserprofilegui')
Default behaviour is:
showReceivedPeerReviewObject()
getLateSubmissionInfo(ilExSubmission $a_submission)
hasPeerReviewPersonalized()
string $requested_review_crit_id
int $requested_review_peer_id
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getInstanceByIds(int $a_ass_id, int $a_user_id=0)
showGivenPeerReviewObject()
getSubmissionContent(ilExSubmission $a_submission)
getOnLoadCodeForAsynch()
Get js onload code for ajax calls.
buildSubmissionPropertiesAndActions(\ILIAS\Exercise\Assignment\PropertyAndActionBuilderUI $builder)
getPeerReviewReceiverPanel(ilExAssignment $ass, int $user_id, array $peer_data)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
observeMessageAction(int $giver_id, int $peer_id, int $note_id, string $action)
ILIAS Exercise Submission SubmissionManager $subm
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
int $requested_review_giver_id
const PEER_REVIEW_VALID_NONE
Exercise submission //TODO: This class has many static methods related to delivered "files"...
downloadPeerReviewObject()
static _lookupType(int $id, bool $reference=false)
ILIAS Exercise Notification NotificationManager $notification
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setVariable(string $variable, $value='')
Sets the given variable to the given value.
ilGlobalPageTemplate $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setContent(string $a_html)
Sets content for standard template.
initPeerReviewItemForm(int $a_peer_id)
static getInstanceById(int $a_id)