48 $this->
user = $DIC->user();
49 $ilCtrl = $DIC->ctrl();
50 $ilTabs = $DIC->tabs();
51 $lng = $DIC->language();
55 $this->submission = $a_submission;
58 $this->
ctrl = $ilCtrl;
59 $this->tabs_gui = $ilTabs;
63 $request = $DIC->exercise()->internal()->gui()->request();
64 $this->requested_review_giver_id = $request->getReviewGiverId();
65 $this->requested_review_peer_id = $request->getReviewPeerId();
66 $this->requested_review_crit_id = $request->getReviewCritId();
67 $this->requested_peer_id = $request->getPeerId();
68 $this->requested_crit_id = $request->getCritId();
80 if (!$this->ass->getPeerReview()) {
84 $class = $ilCtrl->getNextClass($this);
85 $cmd = $ilCtrl->getCmd(
"showpeerreviewoverview");
88 case "ilfilesystemgui":
89 $ilCtrl->saveParameter($this, array(
"fu"));
100 $peer_items = $this->submission->getPeerReview()->getPeerReviewsByPeerId($peer_id,
true);
101 if (is_array($peer_items)) {
102 foreach ($peer_items as $item) {
103 if ($item[
"giver_id"] == $giver_id) {
109 $ilCtrl->redirect($this,
"editPeerReview");
112 $ilTabs->clearTargets();
113 $ilTabs->setBackTarget(
115 $ilCtrl->getLinkTarget($this,
"editPeerReview")
121 $fs_gui =
new ilFileSystemGUI($fstorage->getPeerReviewUploadPath($peer_id, $giver_id));
123 $fs_gui->setAllowDirectories(
false);
124 $fs_gui->setTitle($this->ass->getTitle() .
": " .
125 $lng->
txt(
"exc_peer_review") .
" - " .
126 $lng->
txt(
"exc_peer_review_give"));
127 $this->
ctrl->forwardCommand($fs_gui);
132 $peer_review->updatePeerReviewTimestamp($this->requested_peer_id);
135 $rating_gui->setObject(
141 $this->
ctrl->forwardCommand($rating_gui);
142 $ilCtrl->redirect($this,
"editPeerReview");
145 case "ilexsubmissiontextgui":
146 $ilTabs->clearTargets();
147 if (!$this->submission->isTutor()) {
148 $ilTabs->setBackTarget(
150 $ilCtrl->getLinkTarget($this,
"editPeerReview")
152 $this->
ctrl->setReturn($this,
"editPeerReview");
154 $ilTabs->setBackTarget(
156 $ilCtrl->getLinkTarget($this,
"showGivenPeerReview")
158 $this->
ctrl->setReturn($this,
"showGivenPeerReview");
161 $ilCtrl->forwardCommand($gui);
165 $this->{$cmd .
"Object"}();
172 $this->
ctrl->returnToParent($this);
184 $lng = $DIC->language();
185 $ilCtrl = $DIC->ctrl();
197 if ($state->hasSubmissionEndedForAllUsers() &&
198 $ass->getPeerReview()) {
199 $ilCtrl->setParameterByClass(
"ilExPeerReviewGUI",
"ass_id", $a_submission->
getAssignment()->getId());
201 $nr_missing_fb = $a_submission->
getPeerReview()->getNumberOfMissingFeedbacksForReceived();
206 if ($state->isPeerReviewAllowed()) {
208 if ($ass->getPeerReviewDeadline()) {
209 $dl_info =
" (" . sprintf(
210 $lng->
txt(
"exc_peer_review_deadline_info_button"),
211 $state->getPeerReviewDeadlinePresentation()
216 $button->setPrimary($nr_missing_fb);
217 $button->setCaption($lng->
txt(
"exc_peer_review_give") . $dl_info,
false);
218 $button->setUrl($ilCtrl->getLinkTargetByClass(array(
"ilExSubmissionGUI",
"ilExPeerReviewGUI"),
"editPeerReview"));
219 $edit_pc = $button->render();
220 } elseif ($ass->getPeerReviewDeadline()) {
221 $edit_pc = $lng->
txt(
"exc_peer_review_deadline_reached");
225 if ((!$ass->getPeerReviewDeadline() ||
226 $ass->getPeerReviewDeadline() < time())) {
228 if ($ass->getPeerReviewDeadline() &&
231 $button->setCaption(
"exc_peer_review_given");
232 $button->setUrl($ilCtrl->getLinkTargetByClass(array(
"ilExSubmissionGUI",
"ilExPeerReviewGUI"),
"showGivenPeerReview"));
233 $view_pc = $button->render() .
" ";
237 if (!$nr_missing_fb) {
239 $received = (bool)
sizeof($a_submission->
getPeerReview()->getPeerReviewsByPeerId($a_submission->
getUserId(),
true));
242 $button->setCaption(
"exc_peer_review_show");
243 $button->setUrl($ilCtrl->getLinkTargetByClass(array(
"ilExSubmissionGUI",
"ilExPeerReviewGUI"),
"showReceivedPeerReview"));
244 $view_pc .= $button->render();
248 $view_pc .= $lng->
txt(
"exc_peer_review_show_received_none");
253 $view_pc .= $lng->
txt(
"exc_peer_review_show_missing");
263 $sep = ($edit_pc !=
"" && $view_pc !=
"")
267 $a_info->
addProperty($lng->
txt(
"exc_peer_review"), $edit_pc . $sep . $view_pc);
269 $ilCtrl->setParameterByClass(
"ilExPeerReviewGUI",
"ass_id",
"");
275 return ($this->submission->isOwner() &&
276 $this->ass->afterDeadlineStrict() &&
277 (!$this->ass->getPeerReviewDeadline() ||
278 $this->ass->getPeerReviewDeadline() > time()));
283 return ($this->submission->isTutor() ||
284 ($this->submission->isOwner() &&
285 $this->ass->afterDeadlineStrict() &&
286 (!$this->ass->getPeerReviewDeadline() ||
287 $this->ass->getPeerReviewDeadline() < time())));
305 $peer_items = $this->submission->getPeerReview()->getPeerReviewsByGiver($this->submission->getUserId());
306 if ($peer_items === []) {
307 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"exc_peer_review_no_peers"),
true);
311 $tpl->
setTitle($this->ass->getTitle() .
": " . $lng->
txt(
"exc_peer_review_given"));
333 (!$this->submission->isTutor() &&
334 $this->submission->getPeerReview()->getNumberOfMissingFeedbacksForReceived())) {
338 $this->tabs_gui->clearTargets();
339 $this->tabs_gui->setBackTarget($this->
lng->txt(
"back"), $this->
ctrl->getLinkTarget($this,
"returnToParent"));
341 $peer_items = $this->submission->getPeerReview()->getPeerReviewsByPeerId($this->submission->getUserId(), !$this->submission->isTutor());
342 if ($peer_items === []) {
344 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"exc_peer_review_no_peers_reviewed_yet"),
true);
345 $ilCtrl->redirect($this,
"returnToParent");
348 $tpl->
setTitle($this->ass->getTitle() .
": " . $lng->
txt(
"exc_peer_review_show"));
360 bool $a_by_peer =
false 364 if ($this->submission->isTutor()) {
365 $user_title = $a_by_peer
366 ? $lng->
txt(
"exc_peer_review_recipient")
367 : $lng->
txt(
"exc_peer_review_giver");
380 $submission =
new ilExSubmission($this->ass, $this->submission->getUserId());
384 $file_info[
"last_submission"][
"txt"],
385 $file_info[
"last_submission"][
"value"] .
390 if ($sub_data ===
'' || $sub_data ===
'0') {
391 $sub_data =
'<a href="' . $file_info[
"files"][
"download_url"] .
'">' . $lng->
txt(
"download") .
'</a>';
393 $a_info_widget->
addProperty($lng->
txt(
"exc_submission"), $sub_data);
396 foreach ($a_peer_items as $peer) {
398 $giver_id = $this->submission->getUserId();
399 $peer_id = $peer[
"peer_id"];
400 $id_title = $lng->
txt(
"exc_peer_review_recipient");
403 $giver_id = $peer[
"giver_id"];
404 $peer_id = $this->submission->getUserId();
405 $id_title = $lng->
txt(
"exc_peer_review_giver");
406 $user_id = $giver_id;
410 if ($this->submission->isTutor()) {
412 } elseif (!$this->ass->hasPeerReviewPersonalized()) {
413 $id_value = $peer[
"seq"];
417 $a_info_widget->
addSection($id_title .
": " . $id_value);
427 $file_info[
"last_submission"][
"txt"],
428 $file_info[
"last_submission"][
"value"] .
433 if ($sub_data ===
'' || $sub_data ===
'0') {
434 if (isset($file_info[
"files"][
"download_url"])) {
435 $sub_data =
'<a href="' . $file_info[
"files"][
"download_url"] .
'">' . $lng->
txt(
"download") .
'</a>';
438 $a_info_widget->
addProperty($lng->
txt(
"exc_submission"), $sub_data);
444 $values = $this->submission->getPeerReview()->getPeerReviewValues($giver_id, $peer_id);
446 foreach ($this->ass->getPeerReviewCriteriaCatalogueItems() as $item) {
447 $crit_id = $item->getId()
451 $item->setPeerReviewContext(
457 $title = $item->getTitle();
458 $html = $item->getHTML($values[$crit_id] ?? null);
459 $a_info_widget->
addProperty($title ?:
" ", $html ?:
" ");
470 foreach ($a_submission->
getFiles() as $file) {
472 return '<div class="warning">' . $lng->
txt(
"exc_late_submission") .
'</div>';
489 $peer_items = $this->submission->getPeerReview()->getPeerReviewsByGiver($this->submission->getUserId());
490 if ($peer_items === []) {
491 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"exc_peer_review_no_peers"),
true);
495 $missing = $this->submission->getPeerReview()->getNumberOfMissingFeedbacksForReceived();
496 if ($missing !== 0) {
497 $dl = $this->ass->getPeerReviewDeadline();
498 if (!$dl || $dl < time()) {
499 $this->tpl->setOnScreenMessage(
'info', sprintf($this->
lng->txt(
"exc_peer_review_missing_info"), $missing));
501 $this->tpl->setOnScreenMessage(
'info', sprintf(
502 $this->
lng->txt(
"exc_peer_review_missing_info_deadline"),
513 $this->submission->getUserId(),
529 if ($a_form === null) {
538 $peer_items = $this->submission->getPeerReview()->getPeerReviewsByGiver($this->submission->getUserId());
539 foreach ($peer_items as $item) {
540 if ($item[
"peer_id"] == $a_peer_id) {
556 $text = array_shift($text);
557 if (trim($text[
"atext"]) !==
'' && trim($text[
"atext"]) !==
'0') {
575 $peer_items = $this->submission->getPeerReview()->getPeerReviewsByGiver($this->submission->getUserId());
577 foreach ($peer_items as $item) {
578 if ($item[
"peer_id"] == $a_peer_id) {
584 $ilCtrl->saveParameter($this,
"peer_id");
587 $form->setFormAction($ilCtrl->getFormAction($this,
"updatePeerReview"));
589 $form->setTitle($this->ass->getTitle() .
": " . $lng->
txt(
"exc_peer_review_give"));
592 if (!$this->ass->hasPeerReviewPersonalized()) {
593 $id_title = $lng->
txt(
"id");
594 $id_value = $peer[
"seq"];
596 $id_title = $lng->
txt(
"exc_peer_review_recipient");
600 $id->setValue($id_value);
609 $last_sub->setValue($file_info[
"last_submission"][
"value"] .
611 $form->addItem($last_sub);
614 if (($sub_data ===
'' || $sub_data ===
'0') && isset($file_info[
"files"][
"download_url"])) {
615 $sub_data =
'<a href="' . $file_info[
"files"][
"download_url"] .
'">' . $lng->
txt(
"download") .
'</a>';
620 $form->addItem($sub);
625 $input->setTitle($lng->
txt(
"exc_peer_review"));
626 $form->addItem($input);
628 $values = $this->submission->getPeerReview()->getPeerReviewValues($this->submission->getUserId(), $a_peer_id);
630 foreach ($this->ass->getPeerReviewCriteriaCatalogueItems() as $item) {
631 $crit_id = $item->getId()
635 $item->setPeerReviewContext(
637 $this->submission->getUserId(),
641 $item->addToPeerReviewForm($values[$crit_id] ?? null);
644 $form->addCommandButton(
"updatePeerReview", $lng->
txt(
"save"));
645 $form->addCommandButton(
"editPeerReview", $lng->
txt(
"cancel"));
657 !$this->requested_peer_id ||
658 !$this->requested_crit_id ||
659 !$ilCtrl->isAsynch()) {
667 if (!is_numeric($crit_id)) {
672 $crit->setPeerReviewContext($this->ass, $giver_id, $peer_id);
673 $html = $crit->updateFromAjax();
695 if ($form->checkInput()) {
699 foreach ($this->ass->getPeerReviewCriteriaCatalogueItems() as $item) {
700 $item->setPeerReviewContext(
702 $this->submission->getUserId(),
706 $value = $item->importFromPeerReviewForm();
707 if ($value !== null) {
708 $crit_id = $item->getId()
711 $values[$crit_id] = $value;
713 if (!$item->validate($value)) {
719 $this->submission->getPeerReview()->updatePeerReview($peer_id, $values);
723 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"exc_peer_review_updated"),
true);
724 $ilCtrl->redirect($this,
"editPeerReview");
726 $this->tpl->setOnScreenMessage(
'failure', $lng->
txt(
"form_input_not_valid"));
730 $form->setValuesByPost();
740 $this->submission->getUserIds(),
741 $this->submission->hasSubmitted(),
742 $this->submission->validatePeerReviews()
759 if (!is_numeric($crit_id)) {
765 $crit->setPeerReviewContext($this->ass, $giver_id, $peer_id);
766 $file = $crit->getFileByHash();
771 $ilCtrl->redirect($this,
"returnToParent");
785 !$this->ass->getPeerReview()) {
791 "showPeerReviewOverview",
796 $panel_data = $tbl->getPanelInfo();
797 if (is_array($panel_data) && count($panel_data) > 0) {
798 $ptpl =
new ilTemplate(
"tpl.exc_peer_review_overview_panel.html",
true,
true,
"Modules/Exercise");
799 foreach ($panel_data as $item) {
800 $ptpl->setCurrentBlock(
"user_bl");
801 foreach ($item[
"value"] as $user) {
802 $ptpl->setVariable(
"USER", $user);
803 $ptpl->parseCurrentBlock();
806 $ptpl->setCurrentBlock(
"item_bl");
807 $ptpl->setVariable(
"TITLE", $item[
"title"]);
808 $ptpl->parseCurrentBlock();
812 $panel->setHeading($this->
lng->txt(
"exc_peer_review_overview_invalid_users"));
813 $panel->setBody($ptpl->get());
827 !$this->ass->getPeerReview()) {
831 $ilTabs->clearTargets();
834 $cgui->setFormAction($ilCtrl->getFormAction($this));
835 $cgui->setHeaderText(sprintf($this->
lng->txt(
"exc_peer_review_reset_sure"), $this->ass->getTitle()));
836 $cgui->setCancel($this->
lng->txt(
"cancel"),
"showPeerReviewOverview");
837 $cgui->setConfirm($this->
lng->txt(
"delete"),
"resetPeerReview");
847 !$this->ass->getPeerReview()) {
852 $all_giver_ids = $peer_review->resetPeerReviews();
854 if (is_array($all_giver_ids)) {
857 if (
$exercise->isCompletionBySubmissionEnabled() &&
859 foreach ($all_giver_ids as $user_id) {
862 $pgui->handlePeerReviewChange();
867 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"exc_peer_review_reset_done"),
true);
868 $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...
editPeerReviewItemObject(ilPropertyFormGUI $a_form=null)
static getOverviewContent(ilInfoScreenGUI $a_info, ilExSubmission $a_submission)
getFiles(array $a_file_ids=null, bool $a_only_valid=false, string $a_min_timestamp=null, bool $print_versions=false)
Get submission items (not only files)
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:
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...
setTitle(string $a_title, bool $hidden=false)
Sets title in standard template.
if(isset($_FILES['img_file']) &&is_array($_FILES['img_file'])) $panel
addProperty(string $a_name, string $a_value, string $a_link="")
add a property to current section
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
string $requested_crit_id
static getInstanceByType(string $a_type)
isValidPeer(int $a_peer_id)
ilExSubmission $submission
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()
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...
showPeerReviewOverviewObject()
showReceivedPeerReviewObject()
getLateSubmissionInfo(ilExSubmission $a_submission)
getDownloadedFilesInfoForTableGUIS()
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()
addSection(string $a_title)
getSubmissionContent(ilExSubmission $a_submission)
getOnLoadCodeForAsynch()
Get js onload code for ajax calls.
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
create()
Create directory.
__construct(Container $dic, ilPlugin $plugin)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
int $requested_review_giver_id
const PEER_REVIEW_VALID_NONE
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
File System Explorer GUI class.
downloadPeerReviewObject()
renderInfoWidget(ilInfoScreenGUI $a_info_widget, array $a_peer_items, bool $a_by_peer=false)
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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTableId(string $a_val)
static getInstanceById(int $a_id)