ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjExerciseGUI.php
Go to the documentation of this file.
1 <?php
2 
20 use ILIAS\Exercise;
21 
33 {
35  protected ilTabsGUI $tabs;
36  protected ilHelpGUI $help;
37  protected ?ilExAssignment $ass = null;
39  protected Exercise\GUIRequest $exercise_request;
40  protected Exercise\InternalGUIService $exercise_ui;
41  protected ?int $requested_ass_id;
42  protected int $lp_user_id;
43  protected string $requested_sort_order;
44  protected string $requested_sort_by;
45  protected int $requested_offset;
46  protected int $requested_ref_id;
47  protected int $requested_ass_id_goto;
48 
52  public function __construct($a_data, int $a_id, bool $a_call_by_reference)
53  {
54  global $DIC;
55 
56  $this->lng = $DIC->language();
57  $this->user = $DIC->user();
58  $this->ctrl = $DIC->ctrl();
59  $this->tabs = $DIC->tabs();
60  $this->help = $DIC["ilHelp"];
61  $this->locator = $DIC["ilLocator"];
62  $this->tpl = $DIC["tpl"];
63  $this->toolbar = $DIC->toolbar();
64  $lng = $DIC->language();
65 
66  $this->lng->loadLanguageModule('cert');
67 
68  $this->type = "exc";
69  parent::__construct($a_data, $a_id, $a_call_by_reference, false);
70 
71  $lng->loadLanguageModule("exercise");
72  $lng->loadLanguageModule("exc");
73  $this->ctrl->saveParameter($this, "ass_id");
74 
75  $this->service = $DIC->exercise()->internal();
76  $this->exercise_request = $DIC->exercise()->internal()->gui()->request();
77  $this->exercise_ui = $DIC->exercise()->internal()->gui();
78  $this->requested_ass_id = $this->exercise_request->getAssId();
79 
80  if ($this->requested_ass_id > 0 && is_object($this->object) && ilExAssignment::lookupExerciseId(
81  $this->requested_ass_id
82  ) === $this->object->getId()) {
83  $this->ass = $this->exercise_request->getAssignment();
84  } elseif ($this->requested_ass_id > 0) {
85  throw new ilExerciseException("Assignment ID does not match Exercise.");
86  }
87 
88  $this->lp_user_id = ($this->exercise_request->getUserId() > 0)
89  ?: $this->user->getId();
90  $this->requested_sort_order = $this->exercise_request->getSortOrder();
91  $this->requested_sort_by = $this->exercise_request->getSortBy();
92  $this->requested_offset = $this->exercise_request->getOffset();
93  $this->requested_ref_id = $this->exercise_request->getRefId();
94  $this->requested_ass_id_goto = $this->exercise_request->getAssIdGoto();
95 
96  $this->certificateDownloadValidator = new ilCertificateDownloadValidator();
97  }
98 
103  public function executeCommand(): void
104  {
105  $ilCtrl = $this->ctrl;
106  $ilTabs = $this->tabs;
107 
108  $next_class = $this->ctrl->getNextClass($this);
109  $cmd = $this->ctrl->getCmd();
110  $this->prepareOutput();
111 
113  $exc = $this->object;
114 
115  if (!$this->getCreationMode() && isset($this->object)) {
116  $this->tpl->setPermanentLink("exc", $this->object->getRefId());
117  }
118 
119  //echo "-".$next_class."-".$cmd."-"; exit;
120  switch ($next_class) {
121  case "ilinfoscreengui":
122  $ilTabs->activateTab("info");
123  $this->infoScreen(); // forwards command
124  break;
125 
126  case 'ilpermissiongui':
127  $ilTabs->activateTab("permissions");
128  $perm_gui = new ilPermissionGUI($this);
129  $this->ctrl->forwardCommand($perm_gui);
130  break;
131 
132  case "illearningprogressgui":
133  $ilTabs->activateTab("learning_progress");
134  $new_gui = new ilLearningProgressGUI(
136  $this->object->getRefId(),
138  );
139  $this->ctrl->forwardCommand($new_gui);
140  $this->tabs_gui->setTabActive('learning_progress');
141  break;
142 
143  case 'ilobjectcopygui':
144  $ilCtrl->saveParameter($this, 'new_type');
145  $ilCtrl->setReturnByClass(get_class($this), 'create');
146 
147  $cp = new ilObjectCopyGUI($this);
148  $cp->setType('exc');
149  $this->ctrl->forwardCommand($cp);
150  break;
151 
152  case "ilexportgui":
153  $ilTabs->activateTab("export");
154  $exp_gui = new ilExportGUI($this);
155  $exp_gui->addFormat("xml");
156  $this->ctrl->forwardCommand($exp_gui);
157  break;
158 
159  case "ilcommonactiondispatchergui":
161  $this->ctrl->forwardCommand($gui);
162  break;
163 
164  case "ilcertificategui":
165  $this->setSettingsSubTabs();
166  $this->tabs_gui->activateTab("settings");
167  $this->tabs_gui->activateSubTab("certificate");
168 
169  $guiFactory = new ilCertificateGUIFactory();
170  $output_gui = $guiFactory->create($this->object);
171 
172  $this->ctrl->forwardCommand($output_gui);
173  break;
174 
175  case "ilexassignmenteditorgui":
176  $this->checkPermission("write");
177  $ilTabs->activateTab("content");
178  $this->addContentSubTabs("list_assignments");
179  $ass_gui = new ilExAssignmentEditorGUI(
180  $this->object->getId(),
181  $this->object->isCompletionBySubmissionEnabled(),
182  $this->ass
183  );
184  $this->ctrl->forwardCommand($ass_gui);
185  break;
186 
187  case "ilexsubmissiongui":
188  $this->checkPermission("read");
189  $random_manager = $this->service->domain()->assignment()->randomAssignments($exc);
190  if (!$random_manager->isAssignmentVisible($this->requested_ass_id, $this->user->getId())) {
191  return;
192  }
193  $ilTabs->activateTab("content");
194  $this->addContentSubTabs("content");
195  $this->ctrl->setReturn($this, "showOverview");
196  $sub_gui = $this->exercise_ui->getSubmissionGUI();
197  $this->ctrl->forwardCommand($sub_gui);
198  break;
199 
200  case "ilexercisemanagementgui":
201  // rbac or position access
202  if ($GLOBALS['DIC']->access()->checkRbacOrPositionPermissionAccess(
203  'edit_submissions_grades',
204  'edit_submissions_grades',
205  $this->object->getRefId()
206  )) {
207  $ilTabs->activateTab("grades");
208  $mgmt_gui = new ilExerciseManagementGUI($this->getService(), $this->ass);
209  $this->ctrl->forwardCommand($mgmt_gui);
210  } else {
211  $this->checkPermission("edit_submissions_grades"); // throw error by standard procedure
212  }
213  break;
214 
215  case "ilexccriteriacataloguegui":
216  $this->checkPermission("write");
217  $ilTabs->activateTab("settings");
218  $this->setSettingsSubTabs();
219  $ilTabs->activateSubTab("crit");
220  $crit_gui = new ilExcCriteriaCatalogueGUI($exc);
221  $this->ctrl->forwardCommand($crit_gui);
222  break;
223 
224  /* seems to be unused, at least initSumbission is not known here...
225  case "ilportfolioexercisegui":
226  $this->ctrl->saveParameter($this, array("part_id"));
227  $gui = new ilPortfolioExerciseGUI($this->object, $this->initSubmission());
228  $ilCtrl->forwardCommand($gui);
229  break; */
230 
231  case "ilexcrandomassignmentgui":
232  $gui = $this->exercise_ui->getRandomAssignmentGUI();
233  $this->ctrl->forwardCommand($gui);
234  break;
235 
236  case 'ilobjectmetadatagui':
237  $this->checkPermissionBool("write", '', '', $this->object->getRefId());
238  $this->tabs_gui->setTabActive('meta_data');
239  $md_gui = new ilObjectMetaDataGUI($this->object);
240  $this->ctrl->forwardCommand($md_gui);
241  break;
242 
243  default:
244  if (!$cmd) {
245  $cmd = "infoScreen";
246  }
247 
248  $cmd .= "Object";
249  $this->$cmd();
250 
251  break;
252  }
253 
254  $this->addHeaderAction();
255  }
256 
257  public function viewObject(): void
258  {
259  $this->infoScreenObject();
260  }
261 
262  protected function afterSave(ilObject $a_new_object): void
263  {
264  $ilCtrl = $this->ctrl;
265 
266  $a_new_object->saveData();
267 
268  $this->tpl->setOnScreenMessage('success', $this->lng->txt("exc_added"), true);
269 
270  $ilCtrl->setParameterByClass("ilExAssignmentEditorGUI", "ref_id", $a_new_object->getRefId());
271  $ilCtrl->redirectByClass("ilExAssignmentEditorGUI", "addAssignment");
272  }
273 
274  protected function listAssignmentsObject(): void
275  {
276  $ilCtrl = $this->ctrl;
277 
278  $this->checkPermissionBool("write");
279 
280  // #16587
281  $ilCtrl->redirectByClass("ilExAssignmentEditorGUI", "listAssignments");
282  }
283 
284  protected function initEditCustomForm(ilPropertyFormGUI $a_form): void
285  {
286  $obj_service = $this->getObjectService();
287  $service = $this->getService();
289  $exc = $this->object;
290 
291  $random_manager = $service->domain()->assignment()->randomAssignments($exc);
292 
293  $a_form->setTitle($this->lng->txt("exc_edit_exercise"));
294 
295  $pres = new ilFormSectionHeaderGUI();
296  $pres->setTitle($this->lng->txt('obj_presentation'));
297  $a_form->addItem($pres);
298 
299  // tile image
300  $a_form = $obj_service->commonSettings()->legacyForm($a_form, $this->object)->addTileImage();
301 
302  $section = new ilFormSectionHeaderGUI();
303  $section->setTitle($this->lng->txt('exc_passing_exc'));
304  $a_form->addItem($section);
305 
306  // pass mode
307  $radg = new ilRadioGroupInputGUI($this->lng->txt("exc_pass_mode"), "pass_mode");
308 
309  $op1 = new ilRadioOption(
310  $this->lng->txt("exc_pass_all"),
312  $this->lng->txt("exc_pass_all_info")
313  );
314  $radg->addOption($op1);
315  $op2 = new ilRadioOption(
316  $this->lng->txt("exc_pass_minimum_nr"),
318  $this->lng->txt("exc_pass_minimum_nr_info")
319  );
320  $radg->addOption($op2);
321  $op3 = new ilRadioOption(
322  $this->lng->txt("exc_random_selection"),
324  $this->lng->txt("exc_random_selection_info")
325  );
326  if (!$random_manager->canBeActivated() && $this->object->getPassMode() != ilObjExercise::PASS_MODE_RANDOM) {
327  $op3->setDisabled(true);
328  $op3->setInfo(
329  $this->lng->txt("exc_random_selection_not_changeable_info") . " " .
330  implode(" ", $random_manager->getDeniedActivationReasons())
331  );
332  }
333  if ($this->object->getPassMode() == ilObjExercise::PASS_MODE_RANDOM && !$random_manager->canBeDeactivated()) {
334  $radg->setDisabled(true);
335  $radg->setInfo(
336  $this->lng->txt("exc_pass_mode_not_changeable_info") . " " .
337  implode(" ", $random_manager->getDeniedDeactivationReasons())
338  );
339  }
340  // minimum number of assignments to pass
341  $rn = new ilNumberInputGUI($this->lng->txt("exc_nr_random_mand"), "nr_random_mand");
342  $rn->setSize(4);
343  $rn->setMaxLength(4);
344  $rn->setRequired(true);
345  $rn->setMinValue(1, false);
346  $cnt = ilExAssignment::count($this->object->getId());
347  $rn->setMaxValue($cnt, true);
348  $op3->addSubItem($rn);
349 
350  $radg->addOption($op3);
351 
352  // minimum number of assignments to pass
353  $ni = new ilNumberInputGUI($this->lng->txt("exc_min_nr"), "pass_nr");
354  $ni->setSize(4);
355  $ni->setMaxLength(4);
356  $ni->setRequired(true);
357  $mand = ilExAssignment::countMandatory($this->object->getId());
358  $min = max($mand, 1);
359  $ni->setMinValue($min, true);
360  $ni->setInfo($this->lng->txt("exc_min_nr_info"));
361  $op2->addSubItem($ni);
362 
363  $a_form->addItem($radg);
364 
365  // completion by submission
366  $subcompl = new ilRadioGroupInputGUI(
367  $this->lng->txt("exc_passed_status_determination"),
368  "completion_by_submission"
369  );
370  $op1 = new ilRadioOption($this->lng->txt("exc_completion_by_tutor"), 0, "");
371  $subcompl->addOption($op1);
372  $op2 = new ilRadioOption(
373  $this->lng->txt("exc_completion_by_submission"),
374  1,
375  $this->lng->txt("exc_completion_by_submission_info")
376  );
377  $subcompl->addOption($op2);
378  $a_form->addItem($subcompl);
379 
380  /*$subcompl = new ilCheckboxInputGUI($this->lng->txt('exc_completion_by_submission'), 'completion_by_submission');
381  $subcompl->setInfo($this->lng->txt('exc_completion_by_submission_info'));
382  $subcompl->setValue(1);
383  $a_form->addItem($subcompl);*/
384 
385  $section = new ilFormSectionHeaderGUI();
386  $section->setTitle($this->lng->txt('exc_publishing'));
387  $a_form->addItem($section);
388 
389  // show submissions
390  $cb = new ilCheckboxInputGUI($this->lng->txt("exc_show_submissions"), "show_submissions");
391  $cb->setInfo($this->lng->txt("exc_show_submissions_info"));
392  $a_form->addItem($cb);
393 
394  $section = new ilFormSectionHeaderGUI();
395  $section->setTitle($this->lng->txt('exc_notification'));
396  $a_form->addItem($section);
397 
398  // submission notifications
399  $cbox = new ilCheckboxInputGUI($this->lng->txt("exc_submission_notification"), "notification");
400  $cbox->setInfo($this->lng->txt("exc_submission_notification_info"));
401  $a_form->addItem($cbox);
402 
403  // feedback settings
404 
405  $section = new ilFormSectionHeaderGUI();
406  $section->setTitle($this->lng->txt('exc_feedback'));
407  $a_form->addItem($section);
408 
409  $fdb = new ilCheckboxGroupInputGUI($this->lng->txt("exc_settings_feedback"), "tfeedback");
410  $a_form->addItem($fdb);
411 
412  $option = new ilCheckboxOption(
413  $this->lng->txt("exc_settings_feedback_mail"),
415  );
416  $option->setInfo($this->lng->txt("exc_settings_feedback_mail_info"));
417  $fdb->addOption($option);
418  $option = new ilCheckboxOption(
419  $this->lng->txt("exc_settings_feedback_file"),
421  );
422  $option->setInfo($this->lng->txt("exc_settings_feedback_file_info"));
423  $fdb->addOption($option);
424  $option = new ilCheckboxOption(
425  $this->lng->txt("exc_settings_feedback_text"),
427  );
428  $option->setInfo($this->lng->txt("exc_settings_feedback_text_info"));
429  $fdb->addOption($option);
430 
431  // additional features
432  $section = new ilFormSectionHeaderGUI();
433  $section->setTitle($this->lng->txt('obj_features'));
434  $a_form->addItem($section);
435 
437 
438  $position_settings = ilOrgUnitGlobalSettings::getInstance()
439  ->getObjectPositionSettingsByType($this->object->getType());
440 
441  if ($position_settings->isActive()) {
443  }
444 
446  $this->object->getId(),
447  $a_form,
448  $features
449  );
450  }
451 
452  protected function getEditFormCustomValues(array &$a_values): void
453  {
455 
456  $a_values["desc"] = $this->object->getLongDescription();
457  $a_values["show_submissions"] = $this->object->getShowSubmissions();
458  $a_values["pass_mode"] = $this->object->getPassMode();
459  if ($a_values["pass_mode"] == "nr") {
460  $a_values["pass_nr"] = $this->object->getPassNr();
461  }
462 
463  $a_values["nr_random_mand"] = $this->object->getNrMandatoryRandom();
464 
465  $a_values["notification"] = ilNotification::hasNotification(
467  $ilUser->getId(),
468  $this->object->getId()
469  );
470 
471  $a_values['completion_by_submission'] = (int) $this->object->isCompletionBySubmissionEnabled();
472 
473  $tfeedback = array();
474  if ($this->object->hasTutorFeedbackMail()) {
475  $tfeedback[] = ilObjExercise::TUTOR_FEEDBACK_MAIL;
476  }
477  if ($this->object->hasTutorFeedbackText()) {
478  $tfeedback[] = ilObjExercise::TUTOR_FEEDBACK_TEXT;
479  }
480  if ($this->object->hasTutorFeedbackFile()) {
481  $tfeedback[] = ilObjExercise::TUTOR_FEEDBACK_FILE;
482  }
483  $a_values['tfeedback'] = $tfeedback;
484 
485  // orgunit position setting enabled
486  $a_values['obj_orgunit_positions'] = ilOrgUnitGlobalSettings::getInstance()
487  ->isPositionAccessActiveForObject(
488  $this->object->getId()
489  );
490 
491  $a_values['cont_custom_md'] = ilContainer::_lookupContainerSetting(
492  $this->object->getId(),
494  false
495  );
496  }
497 
498  protected function updateCustom(ilPropertyFormGUI $a_form): void
499  {
500  $obj_service = $this->getObjectService();
501 
503  $this->object->setShowSubmissions($a_form->getInput("show_submissions"));
504  $this->object->setPassMode($a_form->getInput("pass_mode"));
505  if ($this->object->getPassMode() == "nr") {
506  $this->object->setPassNr($a_form->getInput("pass_nr"));
507  }
508  if ($this->object->getPassMode() == ilObjExercise::PASS_MODE_RANDOM) {
509  $this->object->setNrMandatoryRandom($a_form->getInput("nr_random_mand"));
510  }
511 
512  $this->object->setCompletionBySubmission($a_form->getInput('completion_by_submission') == 1);
513 
514  $feedback = $a_form->getInput("tfeedback");
515  $this->object->setTutorFeedback(
516  is_array($feedback)
517  ? array_sum($feedback)
518  : null
519  );
520 
523  $ilUser->getId(),
524  $this->object->getId(),
525  (bool) $a_form->getInput("notification")
526  );
527 
528  // tile image
529  $obj_service->commonSettings()->legacyForm($a_form, $this->object)->saveTileImage();
530 
532  $this->object->getId(),
533  $a_form,
534  array(
537  )
538  );
539  }
540 
541  public function addContentSubTabs(string $a_activate): void
542  {
543  $ilTabs = $this->tabs;
544  $lng = $this->lng;
545  $ilCtrl = $this->ctrl;
546 
547  $ilTabs->addSubTab(
548  "content",
549  $lng->txt("view"),
550  $ilCtrl->getLinkTarget($this, "showOverview")
551  );
552  if ($this->checkPermissionBool("write")) {
553  $ilTabs->addSubTab(
554  "list_assignments",
555  $lng->txt("edit"),
556  $ilCtrl->getLinkTargetByClass("ilExAssignmentEditorGUI", "listAssignments")
557  );
558  }
559  $ilTabs->activateSubTab($a_activate);
560  }
561 
562  protected function getTabs(): void
563  {
564  $lng = $this->lng;
565  $ilHelp = $this->help;
567  $ctrl = $this->ctrl;
568  $ilHelp->setScreenIdComponent("exc");
569 
570  if ($this->checkPermissionBool("read")) {
571  $this->tabs_gui->addTab(
572  "content",
573  $lng->txt("exc_assignments"),
574  $ctrl->getLinkTarget($this, "showOverview")
575  );
576  }
577 
578  if ($this->checkPermissionBool("visible") || $this->checkPermissionBool("read")) {
579  $this->tabs_gui->addTab(
580  "info",
581  $lng->txt("info_short"),
582  $this->ctrl->getLinkTargetByClass("ilinfoscreengui", "showSummary")
583  );
584  }
585 
586  // edit properties
587  if ($this->checkPermissionBool("write")) {
588  /*$tabs_gui->addTab("assignments",
589  $lng->txt("exc_edit_assignments"),
590  $this->ctrl->getLinkTarget($this, 'listAssignments'));*/
591 
592  $this->tabs_gui->addTab(
593  "settings",
594  $lng->txt("settings"),
595  $this->ctrl->getLinkTarget($this, 'edit')
596  );
597  }
598  if ($this->access->checkRbacOrPositionPermissionAccess(
599  'edit_submissions_grades',
600  'edit_submissions_grades',
601  $this->object->getRefId()
602  )) {
603  $this->tabs_gui->addTab(
604  "grades",
605  $lng->txt("exc_submissions_and_grades"),
606  $this->ctrl->getLinkTargetByClass("ilexercisemanagementgui", "members")
607  );
608  }
609 
610  // learning progress
611  $ctrl->clearParametersByClass('illearningprogressgui');
612 
613  if (ilLearningProgressAccess::checkAccess($this->object->getRefId())) {
614  $this->tabs_gui->addTab(
615  'learning_progress',
616  $lng->txt('learning_progress'),
617  $this->ctrl->getLinkTargetByClass(array('ilobjexercisegui', 'illearningprogressgui'), '')
618  );
619  }
620 
621  // meta data
622  if ($this->access->checkAccess('write', '', $this->object->getRefId())) {
623  $mdgui = new ilObjectMetaDataGUI($this->object);
624  $mdtab = $mdgui->getTab();
625  if ($mdtab) {
626  $this->tabs_gui->addTarget(
627  "meta_data",
628  $mdtab,
629  "",
630  "ilobjectmetadatagui"
631  );
632  }
633  }
634 
635  // export
636  if ($this->checkPermissionBool("write")) {
637  $this->tabs_gui->addTab(
638  "export",
639  $lng->txt("export"),
640  $this->ctrl->getLinkTargetByClass("ilexportgui", "")
641  );
642  }
643 
644  // permissions
645  if ($this->checkPermissionBool("edit_permission")) {
646  $this->tabs_gui->addTab(
647  'permissions',
648  $lng->txt("perm_settings"),
649  $this->ctrl->getLinkTargetByClass(array(get_class($this), 'ilpermissiongui'), "perm")
650  );
651  }
652  }
653 
657  public function infoScreenObject(): void
658  {
659  $this->ctrl->setCmd("showSummary");
660  $this->ctrl->setCmdClass("ilinfoscreengui");
661  $this->infoScreen();
662  }
663 
664  protected function getService(): InternalService
665  {
666  return $this->service;
667  }
668 
672  public function infoScreen(): void
673  {
675  $ilTabs = $this->tabs;
676  $lng = $this->lng;
677 
678  $ilTabs->activateTab("info");
679 
681  $exc = $this->object;
682 
683  if (!$this->checkPermissionBool("read")) {
684  $this->checkPermission("visible");
685  }
686 
687  $info = new ilInfoScreenGUI($this);
688 
689  $info->enablePrivateNotes();
690 
691  $info->enableNews();
692  if ($this->checkPermissionBool("write")) {
693  $info->enableNewsEditing();
694  $info->setBlockProperty("news", "settings", true);
695  }
696 
697  $record_gui = new ilAdvancedMDRecordGUI(ilAdvancedMDRecordGUI::MODE_INFO, 'exc', $this->object->getId());
698  $record_gui->setInfoObject($info);
699  $record_gui->parse();
700 
701  // standard meta data
702  $info->addMetaDataSections($this->object->getId(), 0, $this->object->getType());
703 
704  // instructions
705  $info->addSection($this->lng->txt("exc_overview"));
706  $ass = ilExAssignment::getAssignmentDataOfExercise($this->object->getId());
707  $cnt = 0;
708  $mcnt = 0;
709  foreach ($ass as $a) {
710  $cnt++;
711  if ($a["mandatory"]) {
712  $mcnt++;
713  }
714  }
715  $info->addProperty($lng->txt("exc_assignments"), $cnt);
716  if ($this->object->getPassMode() == ilObjExercise::PASS_MODE_ALL) {
717  $info->addProperty($lng->txt("exc_mandatory"), $mcnt);
718  $info->addProperty(
719  $lng->txt("exc_pass_mode"),
720  $lng->txt("exc_msg_all_mandatory_ass")
721  );
722  } elseif ($this->object->getPassMode() == ilObjExercise::PASS_MODE_NR) {
723  $info->addProperty($lng->txt("exc_mandatory"), $mcnt);
724  $info->addProperty(
725  $lng->txt("exc_pass_mode"),
726  sprintf($lng->txt("exc_msg_min_number_ass"), $this->object->getPassNr())
727  );
728  } elseif ($this->object->getPassMode() == ilObjExercise::PASS_MODE_RANDOM) {
729  $info->addProperty($lng->txt("exc_mandatory"), $exc->getNrMandatoryRandom());
730  $info->addProperty(
731  $lng->txt("exc_pass_mode"),
732  $lng->txt("exc_msg_all_mandatory_ass")
733  );
734  }
735 
736  // feedback from tutor
737  if ($this->checkPermissionBool("read")) {
738  $lpcomment = ilLPMarks::_lookupComment($ilUser->getId(), $this->object->getId());
739  $mark = ilLPMarks::_lookupMark($ilUser->getId(), $this->object->getId());
740  //$status = ilExerciseMembers::_lookupStatus($this->object->getId(), $ilUser->getId());
741  $st = $this->object->determinStatusOfUser($ilUser->getId());
742  $status = $st["overall_status"];
743  if ($lpcomment != "" || $mark != "" || $status != "notgraded") {
744  $info->addSection($this->lng->txt("exc_feedback_from_tutor"));
745  if ($lpcomment != "") {
746  $info->addProperty(
747  $this->lng->txt("exc_comment"),
748  $lpcomment
749  );
750  }
751  if ($mark != "") {
752  $info->addProperty(
753  $this->lng->txt("exc_mark"),
754  $mark
755  );
756  }
757 
758  //if ($status == "")
759  //{
760  // $info->addProperty($this->lng->txt("status"),
761  // $this->lng->txt("message_no_delivered_files"));
762  //}
763  //else
764  if ($status != "notgraded") {
766 
767  switch ($status) {
768  case "passed":
769  $path = $icons->getImagePathCompleted();
770  break;
771  case "failed":
772  $path = $icons->getImagePathFailed();
773  break;
774  default:
775  $path = ilUtil::getImagePath("scorm/" . $status . ".svg");
776  }
777 
778  $img = $icons->renderIcon($path, $lng->txt("exc_" . $status));
779 
780  $add = "";
781  if ($st["failed_a_mandatory"]) {
782  $add = " (" . $lng->txt("exc_msg_failed_mandatory") . ")";
783  } elseif ($status == "failed") {
784  $add = " (" . $lng->txt("exc_msg_missed_minimum_number") . ")";
785  }
786  $info->addProperty(
787  $this->lng->txt("status"),
788  $img . " " . $this->lng->txt("exc_" . $status) . $add
789  );
790  }
791  }
792  }
793 
794  // forward the command
795  $this->ctrl->forwardCommand($info);
796  }
797 
798  public function editObject(): void
799  {
800  $this->setSettingsSubTabs();
801  $this->tabs_gui->activateSubTab("edit");
802  parent::editObject();
803  }
804 
805  protected function setSettingsSubTabs(): void
806  {
807  $this->tabs_gui->addSubTab(
808  "edit",
809  $this->lng->txt("general_settings"),
810  $this->ctrl->getLinkTarget($this, "edit")
811  );
812 
813  $this->tabs_gui->addSubTab(
814  "crit",
815  $this->lng->txt("exc_criteria_catalogues"),
816  $this->ctrl->getLinkTargetByClass("ilexccriteriacataloguegui", "")
817  );
818 
819  $validator = new ilCertificateActiveValidator();
820  if ($validator->validate()) {
821  $this->tabs_gui->addSubTab(
822  "certificate",
823  $this->lng->txt("certificate"),
824  $this->ctrl->getLinkTarget($this, "certificate")
825  );
826  }
827  }
828 
829  public static function _goto(
830  string $a_target,
831  string $a_raw
832  ): void {
833  global $DIC;
834 
835  $main_tpl = $DIC->ui()->mainTemplate();
836 
837  $request = $DIC->exercise()->internal()->gui()->request();
838  $ass_id = $request->getAssId();
839 
840  $lng = $DIC->language();
841  $ilAccess = $DIC->access();
842  $ilCtrl = $DIC->ctrl();
843 
844  //we don't have baseClass here...
845  $ilCtrl->setTargetScript("ilias.php");
846 
847  //ilExerciseMailNotification has links to:
848  // "Assignments", "Submission and Grades" and Downnoad the NEW files if the assignment type is "File Upload".
849  $parts = explode("_", $a_raw);
850  $action = null;
851  $member = null;
852  if (!$ass_id) {
853  $ass_id = null;
854 
855  switch (end($parts)) {
856  case "download":
857  case "setdownload":
858  $action = $parts[3];
859  $member = $parts[2];
860  $ass_id = $parts[1];
861  break;
862 
863  case "grades":
864  $action = $parts[2];
865  $ass_id = $parts[1];
866  break;
867  }
868  }
869 
870  $ilCtrl->setParameterByClass("ilExerciseHandlerGUI", "ref_id", $a_target);
871 
872  if ($ilAccess->checkAccess("read", "", $a_target)) {
873  $ilCtrl->setParameterByClass("ilExerciseHandlerGUI", "target", $a_raw);
874 
875  if ($ass_id) {
876  $ilCtrl->setParameterByClass("ilExerciseManagementGUI", "ass_id", $ass_id);
877  }
878 
879  switch ($action) {
880  case "grades":
881  $ilCtrl->redirectByClass(
882  array("ilExerciseHandlerGUI", "ilObjExerciseGUI", "ilExerciseManagementGUI"),
883  "members"
884  );
885  break;
886 
887  /*case "download":
888  $ilCtrl->setParameterByClass("ilExerciseHandlerGUI", "member_id", $member);
889  $ilCtrl->redirectByClass(array("ilRepositoryGUI", "ilExerciseHandlerGUI", "ilObjExerciseGUI", "ilExerciseManagementGUI", "ilExSubmissionFileGUI"),"downloadNewReturned");
890  break;*/
891 
892  case "setdownload":
893  $ilCtrl->setParameterByClass("ilExerciseHandlerGUI", "member_id", $member);
894  $ilCtrl->redirectByClass(
895  array("ilExerciseHandlerGUI", "ilObjExerciseGUI", "ilExerciseManagementGUI"),
896  "waitingDownload"
897  );
898  break;
899 
900  default:
901  if (($parts[1] ?? "") != "") {
902  $ilCtrl->setParameterByClass("ilExerciseHandlerGUI", "ass_id", $parts[1]);
903  $ilCtrl->setParameterByClass("ilExerciseHandlerGUI", "ass_id_goto", $parts[1]);
904  }
905  $ilCtrl->redirectByClass(
906  array("ilExerciseHandlerGUI", "ilObjExerciseGUI"),
907  "showOverview"
908  );
909  break;
910 
911  }
912  } elseif ($ilAccess->checkAccess("visible", "", $a_target)) {
913  $ilCtrl->redirectByClass(
914  array("ilExerciseHandlerGUI", "ilObjExerciseGUI"),
915  "infoScreen"
916  );
917  } elseif ($ilAccess->checkAccess("read", "", ROOT_FOLDER_ID)) {
918  $main_tpl->setOnScreenMessage('failure', sprintf(
919  $lng->txt("msg_no_perm_read_item"),
921  ), true);
923  }
924  }
925 
929  protected function addLocatorItems(): void
930  {
931  $ilLocator = $this->locator;
932 
933  if (is_object($this->object)) {
934  // #17955
935  $ilLocator->addItem(
936  $this->object->getTitle(),
937  $this->ctrl->getLinkTarget($this, "showOverview"),
938  "",
940  );
941  }
942  }
943 
944 
948 
957  public function showOverviewObject(): void
958  {
959  $tpl = $this->tpl;
960  $ilTabs = $this->tabs;
962  $ilToolbar = $this->toolbar;
964  $exc = $this->object;
965 
966  $this->checkPermission("read");
967 
968  $ilTabs->activateTab("content");
969  $this->addContentSubTabs("content");
970 
971  if ($this->handleRandomAssignmentEntryPage()) {
972  return;
973  }
974 
975  $tpl->addJavaScript("./Modules/Exercise/js/ilExcPresentation.js");
976 
978  $ilUser->getId(),
979  $this->object->getId(),
980  $this->object->getRefId(),
981  'exc'
982  );
983 
984  if ($this->certificateDownloadValidator->isCertificateDownloadable(
985  $ilUser->getId(),
986  $this->object->getId()
987  )) {
988  $ilToolbar->addButton(
989  $this->lng->txt("certificate"),
990  $this->ctrl->getLinkTarget($this, "outCertificate")
991  );
992  }
993 
994  $ass_gui = new ilExAssignmentGUI($exc, $this->getService());
995 
996  $acc = new ilAccordionGUI();
997  $acc->setId("exc_ow_" . $this->object->getId());
998 
999  $ass_data = ilExAssignment::getInstancesByExercise($this->object->getId());
1000  $random_manager = $this->service->domain()->assignment()->randomAssignments($exc);
1001  foreach ($ass_data as $ass) {
1002  if (!$random_manager->isAssignmentVisible($ass->getId(), $this->user->getId())) {
1003  continue;
1004  }
1005 
1006  // incoming assignment deeplink
1007  $force_open = false;
1008  if ($this->requested_ass_id_goto === $ass->getId()) {
1009  $force_open = true;
1010  }
1011 
1012  $acc->addItem(
1013  $ass_gui->getOverviewHeader($ass),
1014  $ass_gui->getOverviewBody($ass),
1015  $force_open
1016  );
1017  }
1018 
1019  if (count($ass_data) < 2) {
1020  $acc->setBehaviour("FirstOpen");
1021  } else {
1022  $acc->setUseSessionStorage(true);
1023  }
1024 
1025  $mtpl = new ilTemplate("tpl.exc_ass_overview.html", true, true, "Modules/Exercise");
1026  $mtpl->setVariable("CONTENT", $acc->getHTML());
1027 
1028  $tpl->setContent($mtpl->get());
1029  }
1030 
1034  public function certificateObject(): void
1035  {
1036  $this->setSettingsSubTabs();
1037  $this->tabs_gui->activateTab("settings");
1038  $this->tabs_gui->activateSubTab("certificate");
1039 
1040  $guiFactory = new ilCertificateGUIFactory();
1041  $output_gui = $guiFactory->create($this->object);
1042 
1043  $output_gui->certificateEditor();
1044  }
1045 
1046  public function outCertificateObject(): void
1047  {
1048  global $DIC;
1049 
1050  $database = $DIC->database();
1051  $logger = $DIC->logger()->root();
1052 
1053  $ilUser = $this->user;
1054 
1055  $objectId = $this->object->getId();
1056 
1057  if (!$this->certificateDownloadValidator->isCertificateDownloadable($ilUser->getId(), $objectId)) {
1058  $this->tpl->setOnScreenMessage('failure', $this->lng->txt("permission_denied"), true);
1059  $this->ctrl->redirect($this);
1060  }
1061 
1062  $ilUserCertificateRepository = new ilUserCertificateRepository($database, $logger);
1063  $pdfGenerator = new ilPdfGenerator($ilUserCertificateRepository, $logger);
1064 
1065  $pdfAction = new ilCertificatePdfAction(
1066  $logger,
1067  $pdfGenerator,
1069  $this->lng->txt('error_creating_certificate_pdf')
1070  );
1071 
1072  $pdfAction->downloadPdf($ilUser->getId(), $objectId);
1073  }
1074 
1078  public function startAssignmentObject(): void
1079  {
1080  $ctrl = $this->ctrl;
1081  $user = $this->user;
1082 
1083  if ($this->ass !== null) {
1084  $state = ilExcAssMemberState::getInstanceByIds($this->ass->getId(), $user->getId());
1085  if (!$state->getCommonDeadline() && $state->getRelativeDeadline()) {
1086  $idl = $state->getIndividualDeadlineObject();
1087  $idl->setStartingTimestamp(time());
1088  $idl->save();
1089  }
1090  }
1091 
1092  $ctrl->redirect($this, "showOverview");
1093  }
1094 
1098  protected function handleRandomAssignmentEntryPage(): bool
1099  {
1101  $exc = $this->object;
1102 
1103  $service = $this->getService();
1104  $random_manager = $service->domain()->assignment()->randomAssignments($exc);
1105  if ($random_manager->needsStart()) {
1106  $gui = $this->exercise_ui->getRandomAssignmentGUI();
1107  $gui->renderStartPage();
1108  return true;
1109  }
1110 
1111  return false;
1112  }
1113 }
Class ilExAssignmentEditorGUI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilPdfGeneratorConstantsTest.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilExcCriteriaCatalogueGUI.
static _lookupComment(int $a_usr_id, int $a_obj_id)
Class ilInfoScreenGUI.
Exercise assignment.
getTabs()
overwrite in derived GUI class of your object type
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...
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...
redirect(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false)
setDisabled(bool $a_disabled)
GUI class for the workflow of copying objects.
const ROOT_FOLDER_ID
Definition: constants.php:32
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
Definition: ltitoken.php:64
addContentSubTabs(string $a_activate)
static count(int $a_ex_id)
prepareOutput(bool $show_sub_objects=true)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setInfo(string $a_info)
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
Help GUI class.
static countMandatory(int $a_ex_id)
updateCustom(ilPropertyFormGUI $a_form)
static getInstance(int $variant=ilLPStatusIcons::ICON_VARIANT_DEFAULT, ?\ILIAS\UI\Renderer $renderer=null, ?\ILIAS\UI\Factory $factory=null)
Exercise internal service.
This class represents a checkbox property in a property form.
loadLanguageModule(string $a_module)
Load language module.
static updateServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
getEditFormCustomValues(array &$a_values)
static checkAccess(int $a_ref_id, bool $a_allow_only_read=true)
check access to learning progress
getInput(string $a_post_var, bool $ensureValidation=true)
Returns the input of an item, if item provides getInput method and as fallback the value of the HTTP-...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$path
Definition: ltiservices.php:32
static _lookupContainerSetting(int $a_id, string $a_keyword, string $a_default_value=null)
static _lookupObjId(int $ref_id)
static _tracProgress(int $a_user_id, int $a_obj_id, int $a_ref_id, string $a_obj_type='')
global $DIC
Definition: feed.php:28
GUI class for exercise assignments.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilLanguage $lng
static getAssignmentDataOfExercise(int $a_exc_id)
static _goto(string $a_target, string $a_raw)
This class represents a property in a property form.
Exercise GUIRequest $exercise_request
ilGlobalTemplateInterface $tpl
static _lookupTitle(int $obj_id)
setContent(string $a_html)
Sets content for standard template.
static setNotification(int $type, int $user_id, int $id, bool $status=true)
Set notification status for object and user.
This class represents a number property in a property form.
ServerRequestInterface $request
Class ilObjectGUI Basic methods of all Output classes.
startAssignmentObject()
Start assignment with relative deadline.
Validates if an active certificate is stored in the database and can be downloaded by the user...
static getInstanceByIds(int $a_ass_id, int $a_user_id=0)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Definition: PEAR.php:64
ilToolbarGUI $toolbar
addJavaScript(string $a_js_file, bool $a_add_version_parameter=true, int $a_batch=2)
Add a javascript file that should be included in the header.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
clearParametersByClass(string $a_class)
static initServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
$img
Definition: imgupload.php:83
Class ilExerciseManagementGUI.
static getInstancesByExercise(int $a_exc_id)
afterSave(ilObject $a_new_object)
static _lookupMark(int $a_usr_id, int $a_obj_id)
Just a wrapper class to create Unit Test for other classes.
getLinkTarget(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
ilCertificateDownloadValidator $certificateDownloadValidator
__construct(Container $dic, ilPlugin $plugin)
$ilUser
Definition: imgupload.php:34
addItem(string $a_title, string $a_link, string $a_frame="", int $a_ref_id=0, ?string $type=null)
static hasNotification(int $type, int $user_id, int $id)
Check notification status for object and user.
__construct($a_data, int $a_id, bool $a_call_by_reference)
getLongDescription()
get object long description (stored in object_description)
setInfoObject(ilInfoScreenGUI $info)
get info sections
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples
Exercise InternalGUIService $exercise_ui
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
InternalService $service
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addHeaderAction()
Add header action menu.
ilLocatorGUI $locator
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
initEditCustomForm(ilPropertyFormGUI $a_form)
Add custom fields to update form.
static lookupExerciseId(int $a_ass_id)
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
addLocatorItems()
Add locator item.
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
downloadPdf(int $userId, int $objectId)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...