19 declare(strict_types=1);
38 protected \ILIAS\DI\Container
$dic;
50 $this->
lng = $DIC->language();
51 $this->
ctrl = $DIC->ctrl();
52 $this->tpl = $DIC[
"tpl"];
54 $this->
lng->loadLanguageModule(
"content");
55 $this->
lng->loadLanguageModule(
"search");
57 $this->refId = $DIC->http()->wrapper()->query()->retrieve(
'ref_id', $DIC->refinery()->kindlyTo()->int());
69 if ($this->call_by_reference) {
83 $ilToolbar = $DIC->toolbar();
84 $ilTabs = $DIC->tabs();
89 $ilTabs->setSubTabActive(
'cont_settings');
92 $ilToolbar->addButtonInstance($this->
object->getViewButton());
97 $this->tpl->setContent($this->
form->getHTML());
107 $this->
form->setTitle($this->
lng->txt(
"cont_lm_properties"));
110 $this->
object->checkMasteryScoreValues();
114 $ti->setMaxLength(200);
115 $this->
form->addItem($ti);
119 $this->
form->addItem($ti);
124 $this->
form->addItem($ne);
129 $ne->setInfo($this->
lng->txt(
"cont_sc_version_info"));
130 $this->
form->addItem($ne);
136 $sh->setTitle($this->
lng->txt(
"activation"));
137 $this->
form->addItem($sh);
141 $cb->
setInfo($this->
lng->txt(
"cont_online_info"));
142 $this->
form->addItem($cb);
149 $sh->setTitle($this->
lng->txt(
"cont_presentation"));
150 $this->
form->addItem($sh);
154 $radg->addOption($op0);
156 $radg->addOption($op1);
158 $radg->addOption($op2);
164 $op1->addSubItem($ni);
168 $op2->addSubItem($ni);
173 $ni->setInfo($this->
lng->txt(
"cont_width_height_info"));
174 $op1->addSubItem($ni);
178 $ni->setInfo($this->
lng->txt(
"cont_width_height_info"));
179 $op2->addSubItem($ni);
181 $this->
form->addItem($radg);
186 $cb->setInfo($this->
lng->txt(
"cont_auto_last_visited_info"));
187 $this->
form->addItem($cb);
192 $cb->setInfo($this->
lng->txt(
"cont_sc_auto_continue_info"));
193 $this->
form->addItem($cb);
196 $obj_service->commonSettings()->legacyForm($this->
form, $this->
object)->addTileImage();
202 $sh->setTitle($this->
lng->txt(
"cont_scorm_options"));
203 $this->
form->addItem($sh);
206 $options = array(
"normal" => $this->
lng->txt(
"cont_sc_less_mode_normal"),
207 "browse" => $this->
lng->txt(
"cont_sc_less_mode_browse"));
209 $si->setOptions($options);
210 $this->
form->addItem($si);
213 $options = array(
"credit" => $this->
lng->txt(
"cont_credit_on"),
214 "no_credit" => $this->
lng->txt(
"cont_credit_off"));
216 $si->setOptions($options);
217 $si->setInfo($this->
lng->txt(
"cont_credit_mode_info"));
218 $this->
form->addItem($si);
222 "n" => $this->
lng->txt(
"cont_sc_auto_review_no"),
228 "y" => $this->
lng->txt(
"cont_sc_auto_review_completed_or_passed"),
231 $si->setOptions($options);
233 $this->
form->addItem($si);
236 if ($this->
object->getMasteryScoreValues() !=
"") {
240 $ni->setInfo($this->
lng->txt(
"cont_mastery_score_12_info") .
' ' . $this->
object->getMasteryScoreValues());
241 $this->
form->addItem($ni);
248 $sh->setTitle($this->
lng->txt(
"cont_rte_settings"));
249 $this->
form->addItem($sh);
254 $cb->setInfo($this->
lng->txt(
"cont_sc_usession_info"));
255 $this->
form->addItem($cb);
260 $cb->setInfo($this->
lng->txt(
"cont_interactions_info_12"));
261 $this->
form->addItem($cb);
266 $cb->setInfo($this->
lng->txt(
"cont_objectives_info"));
267 $this->
form->addItem($cb);
272 $cb->setInfo($this->
lng->txt(
"cont_time_from_lms_info"));
273 $this->
form->addItem($cb);
278 $cb->setInfo($this->
lng->txt(
"cont_check_values_info"));
279 $this->
form->addItem($cb);
284 $cb->setInfo($this->
lng->txt(
"cont_auto_suspend_info"));
285 $this->
form->addItem($cb);
289 0 => $this->
lng->txt(
"cont_sc_id_setting_user_id"),
290 1 => $this->
lng->txt(
"cont_sc_id_setting_user_login"),
291 2 => $this->
lng->txt(
"cont_sc_id_setting_user_id_plus_ref_id"),
292 3 => $this->
lng->txt(
"cont_sc_id_setting_user_login_plus_ref_id"),
293 4 => $this->
lng->txt(
"cont_sc_id_setting_user_id_plus_obj_id"),
294 5 => $this->
lng->txt(
"cont_sc_id_setting_user_login_plus_obj_id")
297 $si->setOptions($options);
298 $si->setInfo($this->
lng->txt(
"cont_sc_id_setting_info"));
299 $this->
form->addItem($si);
303 0 => $this->
lng->txt(
"cont_sc_name_setting_last_firstname"),
304 1 => $this->
lng->txt(
"cont_sc_name_setting_first_lastname"),
305 2 => $this->
lng->txt(
"cont_sc_name_setting_fullname"),
306 3 => $this->
lng->txt(
"cont_sc_name_setting_salutation_lastname"),
307 4 => $this->
lng->txt(
"cont_sc_name_setting_first_name"),
308 9 => $this->
lng->txt(
"cont_sc_name_setting_no_name")
311 $si->setOptions($options);
312 $si->setInfo($this->
lng->txt(
"cont_sc_name_setting_info"));
313 $this->
form->addItem($si);
319 $sh->setTitle($this->
lng->txt(
"cont_debugging"));
320 $this->
form->addItem($sh);
325 if ($this->
object->getDebugActivated() ==
false) {
326 $cb->setDisabled(
true);
327 $cb->setInfo($this->
lng->txt(
"cont_debug_deactivated"));
329 $cb->setInfo($this->
lng->txt(
"cont_debug_deactivate12"));
331 $this->
form->addItem($cb);
332 $this->
form->addCommandButton(
"saveProperties", $this->
lng->txt(
"save"));
333 $this->
form->setFormAction($this->
ctrl->getFormAction($this));
343 $values[
"Fobject_title"] = $this->
object->getTitle();
344 $values[
"Fobject_description"] = $this->
object->getLongDescription();
345 if (!$this->
object->getOfflineStatus()) {
346 $values[
"cobj_online"] =
true;
349 $values[
"open_mode"] = $this->
object->getOpenMode();
350 $values[
"width_0"] = $this->
object->getWidth();
351 $values[
"width_1"] = $this->
object->getWidth();
352 $values[
"height_0"] = $this->
object->getHeight();
353 $values[
"height_1"] = $this->
object->getHeight();
354 $values[
"cobj_auto_last_visited"] = $this->
object->getAuto_last_visited();
355 $values[
"auto_continue"] = $this->
object->getAutoContinue();
356 $values[
"lesson_mode"] = $this->
object->getDefaultLessonMode();
357 $values[
"credit_mode"] = $this->
object->getCreditMode();
358 $values[
"auto_review"] = $this->
object->getAutoReviewChar();
359 $values[
"mastery_score"] = $this->
object->getMasteryScore();
360 $values[
"cobj_session"] = $this->
object->getSession();
361 $values[
"cobj_interactions"] = $this->
object->getInteractions();
362 $values[
"cobj_objectives"] = $this->
object->getObjectives();
363 $values[
"cobj_time_from_lms"] = $this->
object->getTime_from_lms();
364 $values[
"cobj_check_values"] = $this->
object->getCheck_values();
365 $values[
"cobj_auto_suspend"] = $this->
object->getAutoSuspend();
366 $values[
"id_setting"] = $this->
object->getIdSetting();
367 $values[
"name_setting"] = $this->
object->getNameSetting();
368 $values[
"cobj_debug"] = $this->
object->getDebug();
369 $this->
form->setValuesByArray($values);
378 $ilTabs = $DIC->tabs();
380 $ilTabs->setSubTabActive(
'cont_sc_new_version');
386 $this->
form->setTitle($this->
lng->txt(
"import_sahs"));
391 $this->
form->addItem($ne);
395 $options[
""] = $this->
lng->txt(
"cont_select_from_upload_dir");
397 foreach ($files as $file) {
398 $file = htmlspecialchars($file, ENT_QUOTES,
"utf-8");
399 $options[$file] = $file;
402 if (count($options) > 1) {
406 $radg->addOption($op0);
407 $op1 =
new ilRadioOption($this->
lng->txt(
"cont_choose_upload_dir"),
"upload_dir");
408 $radg->addOption($op1);
416 $si->setOptions($options);
417 $op1->addSubItem($si);
419 $this->
form->addItem($radg);
423 $this->
form->addItem($fi);
425 $this->
form->addCommandButton(
"newModuleVersionUpload", $this->
lng->txt(
"upload"));
426 $this->
form->addCommandButton(
"cancel", $this->
lng->txt(
"cancel"));
427 $this->
form->setFormAction($DIC->ctrl()->getFormAction($this,
"newModuleVersionUpload"));
428 $DIC[
'tpl']->setContent($this->
form->getHTML());
434 $umf = get_cfg_var(
"upload_max_filesize");
436 $pms = get_cfg_var(
"post_max_size");
439 $multiplier_a = array(
"K" => 1024,
"M" => 1024 * 1024,
"G" => 1024 * 1024 * 1024);
441 $umf_parts = preg_split(
"/(\d+)([K|G|M])/", $umf, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
442 $pms_parts = preg_split(
"/(\d+)([K|G|M])/", $pms, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
444 if (count($umf_parts) == 2) {
445 $umf = $umf_parts[0] * $multiplier_a[$umf_parts[1]];
447 if (count($pms_parts) == 2) {
448 $pms = $pms_parts[0] * $multiplier_a[$pms_parts[1]];
452 $max_filesize = min($umf, $pms);
454 if (!$max_filesize) {
455 $max_filesize = max($umf, $pms);
459 return $max_filesize = sprintf(
"%.1f MB", $max_filesize / 1024 / 1024);
469 $rbacsystem = $DIC->access();
472 $unzip = PATH_TO_UNZIP;
473 $tocheck =
"imsmanifest.xml";
476 if (!$rbacsystem->checkAccess(
"write",
"", $this->refId)) {
477 $ilErr->raiseError($this->
lng->txt(
"no_create_permission"),
$ilErr->WARNING);
478 } elseif ($_FILES[
"scormfile"][
"name"]) {
480 $source = $_FILES[
"scormfile"][
"tmp_name"];
482 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"upload_error_file_not_found"),
true);
486 } elseif ($DIC->http()->wrapper()->post()->has(
'uploaded_file')) {
487 $uploadedFile = $DIC->http()->wrapper()->post()->retrieve(
'uploaded_file', $DIC->refinery()->kindlyTo()->string());
490 $ilErr->raiseError($this->
lng->txt(
"upload_error_file_not_found"),
$ilErr->MESSAGE);
496 $source_is_copy =
true;
498 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"upload_error_file_not_found"),
true);
506 $dir = $pathinfo[
"dirname"];
507 $file = $pathinfo[
"basename"];
515 $tmp_file = $dir .
"/" . $this->refId .
"." . $tocheck;
518 $new_manifest = file_get_contents($tmp_file);
524 $old_manifest = file_get_contents($this->
object->getDataDirectory() .
"/" . $tocheck);
527 $check =
'/xmlns="http:\/\/www.imsglobal.org\/xsd\/imscp_v1p1"/';
528 $replace =
"xmlns=\"http://www.imsproject.org/xsd/imscp_rootv1p1p2\"";
529 $reload_manifest = preg_replace($check, $replace, $new_manifest);
532 if (strcmp($new_manifest, $old_manifest) == 0 || strcmp(utf8_encode($new_manifest), $old_manifest) == 0 ||
533 strcmp($reload_manifest, $old_manifest) == 0 || strcmp(utf8_encode($reload_manifest), $old_manifest) == 0) {
536 $module_version = $this->
object->getModuleVersion() + 1;
538 if ($_FILES[
"scormfile"][
"name"]) {
540 $file_path = $this->
object->getDataDirectory() .
"/" . $_FILES[
"scormfile"][
"name"] .
"." . $module_version;
541 $file_path = str_replace(
".zip." . $module_version,
"." . $module_version .
".zip", $file_path);
544 $_FILES[
"scormfile"][
"tmp_name"],
545 $_FILES[
"scormfile"][
"name"],
550 $uploadedFile = $DIC->http()->wrapper()->post()->retrieve(
'uploaded_file', $DIC->refinery()->kindlyTo()->string());
551 $file_path = $this->
object->getDataDirectory() .
"/" .
$uploadedFile .
"." . $module_version;
552 $file_path = str_replace(
".zip." . $module_version,
"." . $module_version .
".zip", $file_path);
562 $this->
object->setModuleVersion($module_version);
563 $this->
object->update();
566 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"cont_new_module_added"),
true);
567 ilUtil::redirect(
"ilias.php?baseClass=ilSAHSEditGUI&ref_id=" . $this->refId);
571 if (isset($source_is_copy)) {
575 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"cont_invalid_new_module"),
true);
586 if ($this->
form->checkInput()) {
587 $this->
object->setTitle($this->dic->http()->wrapper()->post()->retrieve(
'Fobject_title', $this->dic->refinery()->kindlyTo()->string()));
588 $this->
object->setDescription($this->dic->http()->wrapper()->post()->retrieve(
'Fobject_description', $this->dic->refinery()->kindlyTo()->string()));
590 if ($this->dic->http()->wrapper()->post()->has(
'mastery_score')) {
591 $sMasteryScore = $this->dic->http()->wrapper()->post()->retrieve(
'mastery_score', $this->dic->refinery()->kindlyTo()->string());
592 if ($sMasteryScore !==
"") {
593 $this->
object->setMasteryScore((
int) $sMasteryScore);
595 $this->
object->setMasteryScore(null);
599 $t_height = $this->
object->getHeight();
600 if ($this->dic->http()->wrapper()->post()->retrieve(
'height_0', $this->dic->refinery()->kindlyTo()->int()) != $this->
object->getHeight()) {
601 $t_height = $this->dic->http()->wrapper()->post()->retrieve(
'height_0', $this->dic->refinery()->kindlyTo()->int());
603 if ($this->dic->http()->wrapper()->post()->retrieve(
'height_1', $this->dic->refinery()->kindlyTo()->int()) != $this->
object->getHeight()) {
604 $t_height = $this->dic->http()->wrapper()->post()->retrieve(
'height_1', $this->dic->refinery()->kindlyTo()->int());
607 $t_width = $this->
object->getWidth();
608 if ($this->dic->http()->wrapper()->post()->retrieve(
'width_0', $this->dic->refinery()->kindlyTo()->int()) != $this->
object->getWidth()) {
609 $t_width = $this->dic->http()->wrapper()->post()->retrieve(
'width_0', $this->dic->refinery()->kindlyTo()->int());
611 if ($this->dic->http()->wrapper()->post()->retrieve(
'width_1', $this->dic->refinery()->kindlyTo()->int()) != $this->
object->getWidth()) {
612 $t_width = $this->dic->http()->wrapper()->post()->retrieve(
'width_1', $this->dic->refinery()->kindlyTo()->int());
615 $this->
object->setOfflineStatus(!($this->dic->http()->wrapper()->post()->has(
'cobj_online')));
617 $this->
object->setOpenMode($this->dic->http()->wrapper()->post()->retrieve(
'open_mode', $this->dic->refinery()->kindlyTo()->int()));
618 $this->
object->setWidth($t_width);
619 $this->
object->setHeight($t_height);
620 $this->
object->setAuto_last_visited($this->dic->http()->wrapper()->post()->has(
'cobj_auto_last_visited'));
621 $this->
object->setAutoContinue($this->dic->http()->wrapper()->post()->has(
'auto_continue'));
623 $this->
object->setDefaultLessonMode($this->dic->http()->wrapper()->post()->retrieve(
'lesson_mode', $this->dic->refinery()->kindlyTo()->string()));
624 $this->
object->setCreditMode($this->dic->http()->wrapper()->post()->retrieve(
'credit_mode', $this->dic->refinery()->kindlyTo()->string()));
625 $this->
object->setAutoReview(
ilUtil::yn2tf($this->dic->http()->wrapper()->post()->retrieve(
'auto_review', $this->dic->refinery()->kindlyTo()->string())));
626 $this->
object->setSession($this->dic->http()->wrapper()->post()->has(
'cobj_session'));
627 $this->
object->setInteractions($this->dic->http()->wrapper()->post()->has(
'cobj_interactions'));
628 $this->
object->setObjectives($this->dic->http()->wrapper()->post()->has(
'cobj_objectives'));
629 $this->
object->setTime_from_lms($this->dic->http()->wrapper()->post()->has(
'cobj_time_from_lms'));
630 $this->
object->setCheck_values($this->dic->http()->wrapper()->post()->has(
'cobj_check_values'));
631 $this->
object->setAutoSuspend($this->dic->http()->wrapper()->post()->has(
'cobj_auto_suspend'));
632 $this->
object->setDebug($this->dic->http()->wrapper()->post()->has(
'cobj_debug'));
633 $this->
object->setIdSetting($this->dic->http()->wrapper()->post()->retrieve(
'id_setting', $this->dic->refinery()->kindlyTo()->int()));
634 $this->
object->setNameSetting($this->dic->http()->wrapper()->post()->retrieve(
'name_setting', $this->dic->refinery()->kindlyTo()->int()));
635 $this->
object->update();
638 $obj_service->commonSettings()->legacyForm($this->
form, $this->
object)->saveTileImage();
640 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"msg_obj_modified"),
true);
641 $this->
ctrl->redirect($this,
"properties");
650 $ilTabs = $DIC->tabs();
653 $ilTabs->setTabActive(
"cont_tracking_data");
654 $ilTabs->setSubTabActive(
"cont_tracking_bysco");
656 $reports = array(
'exportSelectedCore',
'exportSelectedInteractions',
'exportSelectedObjectives',
'exportSelectedRaw');
657 $scoSelected =
"all";
658 if ($this->dic->http()->wrapper()->query()->has(
'scoSelected')) {
659 $scoSelected =
ilUtil::stripSlashes($this->dic->http()->wrapper()->query()->retrieve(
'scoSelected', $this->dic->refinery()->kindlyTo()->string()));
661 if ($this->dic->http()->wrapper()->post()->has(
'scoSelected')) {
662 $scoSelected =
ilUtil::stripSlashes($this->dic->http()->wrapper()->post()->retrieve(
'scoSelected', $this->dic->refinery()->kindlyTo()->string()));
664 $this->
ctrl->setParameter($this,
'scoSelected', $scoSelected);
667 if ($this->dic->http()->wrapper()->query()->has(
'report')) {
668 $report =
ilUtil::stripSlashes($this->dic->http()->wrapper()->query()->retrieve(
'report', $this->dic->refinery()->kindlyTo()->string()));
670 if ($this->dic->http()->wrapper()->post()->has(
'report')) {
671 $report =
ilUtil::stripSlashes($this->dic->http()->wrapper()->post()->retrieve(
'report', $this->dic->refinery()->kindlyTo()->string()));
673 $this->
ctrl->setParameter($this,
'report', $report);
675 $filter->parse($scoSelected, $report, $reports);
676 if ($report ===
"choose") {
677 $this->tpl->setContent($filter->form->getHTML());
679 $scosSelected = array();
680 if ($scoSelected !==
"all") {
681 $scosSelected[] = $scoSelected;
683 $scos = $this->
object->getTrackedItems();
684 foreach ($scos as $row) {
685 $scosSelected[] = (
int) $row->getId();
690 $this->tpl->setContent($filter->form->getHTML() . $tbl->getHTML());
702 $ilTabs = $DIC->tabs();
703 $ilAccess = $DIC->access();
705 $ilTabs->setTabActive(
'cont_tracking_data');
707 if ($ilAccess->checkAccess(
"read_learning_progress",
"", $this->refId)) {
709 $ilTabs->setSubTabActive(
'cont_tracking_byuser');
711 $reports = array(
'exportSelectedSuccess',
'exportSelectedCore',
'exportSelectedInteractions',
'exportSelectedObjectives',
'exportSelectedRaw');
713 $userSelected =
"all";
714 if ($this->dic->http()->wrapper()->query()->has(
'userSelected')) {
715 $userSelected =
ilUtil::stripSlashes($this->dic->http()->wrapper()->query()->retrieve(
'userSelected', $this->dic->refinery()->kindlyTo()->string()));
717 if ($this->dic->http()->wrapper()->post()->has(
'userSelected')) {
718 $userSelected =
ilUtil::stripSlashes($this->dic->http()->wrapper()->post()->retrieve(
'userSelected', $this->dic->refinery()->kindlyTo()->string()));
720 $this->
ctrl->setParameter($this,
'userSelected', $userSelected);
723 if ($this->dic->http()->wrapper()->query()->has(
'report')) {
724 $report =
ilUtil::stripSlashes($this->dic->http()->wrapper()->query()->retrieve(
'report', $this->dic->refinery()->kindlyTo()->string()));
726 if ($this->dic->http()->wrapper()->post()->has(
'report')) {
727 $report =
ilUtil::stripSlashes($this->dic->http()->wrapper()->post()->retrieve(
'report', $this->dic->refinery()->kindlyTo()->string()));
729 $this->
ctrl->setParameter($this,
'report', $report);
731 $filter->parse($userSelected, $report, $reports);
732 if ($report ===
"choose") {
733 $this->tpl->setContent($filter->form->getHTML());
735 $usersSelected = array();
736 if ($userSelected !==
"all") {
737 $usersSelected[] = $userSelected;
740 foreach ($users as
$user) {
741 if (
ilObject::_exists((
int) $user) && ilObject::_lookUpType((
int) $user) ===
'usr') {
742 $usersSelected[] = (
int) $user;
746 $scosSelected = array();
747 $scos = $this->
object->getTrackedItems();
748 foreach ($scos as $row) {
749 $scosSelected[] = (
int) $row->getId();
752 $this->tpl->setContent($filter->form->getHTML() . $tbl->getHTML());
754 } elseif ($ilAccess->checkAccess(
"edit_learning_progress",
"", $this->refId)) {
766 $ilAccess = $DIC->access();
768 if ($ilAccess->checkAccess(
"edit_learning_progress",
"", $this->refId)) {
770 if (!$privacy->enabledSahsProtocolData()) {
771 $ilErr->raiseError($this->
lng->txt(
'permission_denied'),
$ilErr->MESSAGE);
775 $ilTabs = $DIC->tabs();
776 $ilToolbar = $DIC->toolbar();
777 $ilToolbar->addButton(
778 $this->
lng->txt(
'import'),
779 $this->
ctrl->getLinkTarget($this,
'importForm')
781 $ilToolbar->addButton(
782 $this->
lng->txt(
'cont_export_all'),
783 $this->
ctrl->getLinkTarget($this,
'exportAll')
787 $ilTabs->setTabActive(
'cont_tracking_data');
788 $ilTabs->setSubTabActive(
'cont_tracking_modify');
791 $this->tpl->setContent($tbl->getHTML());
827 if (!$DIC->http()->wrapper()->post()->has(
'user')) {
833 $cgui->setFormAction($this->
ctrl->getFormAction($this));
834 $cgui->setHeaderText($this->
lng->txt(
"info_delete_sure"));
835 $cgui->setCancel($this->
lng->txt(
"cancel"),
"cancelDeleteTracking");
836 $cgui->setConfirm($this->
lng->txt(
"confirm"),
"confirmedDeleteTracking");
837 foreach ($DIC->http()->wrapper()->post()->retrieve(
'user', $DIC->refinery()->kindlyTo()->listOf($DIC->refinery()->kindlyTo()->int())) as
$id) {
844 $cgui->addItem(
"user[]", (
string) $id, $caption);
848 $this->tpl->setContent($cgui->getHTML());
857 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"msg_cancel"),
true);
858 $this->
ctrl->redirect($this,
"modifyTrackingItems");
866 $this->
object->deleteTrackingDataOfUsers($this->post_wrapper->retrieve(
'user', $this->refinery->kindlyTo()->listOf($this->
refinery->kindlyTo()->int())));
867 $this->
ctrl->redirect($this,
"modifyTrackingItems");
876 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"msg_cancel"),
true);
877 $this->
ctrl->redirect($this,
"properties");
884 protected function import():
void 889 $success = $this->
object->importTrackingData(
$source[
'tmp_name']);
892 $this->tpl->setOnScreenMessage(
'info',
'Tracking data imported',
true);
893 $this->
ctrl->redirect($this,
"showTrackingItems");
896 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
'err_check_input'));
901 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
'err_check_input'));
913 $ilTabs = $DIC->tabs();
915 $ilTabs->clearTargets();
916 $ilTabs->setBackTarget($this->
lng->txt(
'back'), $this->
ctrl->getLinkTarget($this,
'showTrackingItems'));
919 $this->tpl->setContent($form->
getHTML());
930 $form->
setTitle($this->
lng->txt(
'cont_import_tracking'));
936 $csv->setSuffixes(array(
'csv'));
947 $this->
object->exportSelected(
true);
956 if (!$this->post_wrapper->has(
'user')) {
959 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"no_checkbox"),
true);
960 $this->
ctrl->redirect($this,
'modifyTrackingItems');
962 $this->
object->exportSelected(
false, $this->post_wrapper->retrieve(
'user', $this->refinery->kindlyTo()->listOf($this->
refinery->kindlyTo()->int())));
973 $lng = $DIC->language();
974 $ilTabs = $DIC->tabs();
975 $ilCtrl = $DIC->ctrl();
976 $ilAccess = $DIC->access();
978 if ($ilAccess->checkAccess(
"read_learning_progress",
"", $this->refId)) {
979 $ilTabs->addSubTabTarget(
980 "cont_tracking_byuser",
981 $this->
ctrl->getLinkTarget($this,
"showTrackingItems"),
986 $ilTabs->addSubTabTarget(
987 "cont_tracking_bysco",
988 $this->
ctrl->getLinkTarget($this,
"showTrackingItemsBySco"),
993 if ($ilAccess->checkAccess(
"edit_learning_progress",
"", $this->refId)) {
994 $ilTabs->addSubTabTarget(
995 "cont_tracking_modify",
996 $this->
ctrl->getLinkTarget($this,
"modifyTrackingItems"),
resetUserTableFilter()
Reset table filter.
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...
showTrackingItems()
Show tracking table.
Class ilObjSCORMLearningModuleGUI.
exportAll()
Show export section for all users.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _copyUploadFile(string $a_file, string $a_target, bool $a_raise_errors=true)
initPropertiesForm()
Init properties form.
if($DIC->http() ->wrapper() ->query() ->has('update')) $uploadedFile
cancelDeleteTracking()
cancel deletion of export files
initImportForm(string $new_type)
Init import form.
importForm()
Show import form.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPropertiesFormValues()
Get values for properties form.
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
assignObject()
assign scorm object to scorm gui object
static _getUploadDirectory()
static escapeShellArg(string $a_arg)
setSettingsSubTabs()
List files.
confirmedDeleteTracking()
static _lookupSubType(int $a_obj_id)
lookup subtype id (scorm, )
static unzip(string $path_to_zip_file, bool $overwrite_existing=false, bool $unpack_flat=false)
exportSelectionUsers()
Export selection for selected users.
static renameExecutables(string $a_dir)
deleteTrackingForUser()
display deletion confirmation screen
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
setValue(string $a_value)
static _lookupObjectId(int $ref_id)
ilObjectService $object_service
static moveUploadedFile(string $a_file, string $a_name, string $a_target, bool $a_raise_errors=true, string $a_mode="move_uploaded")
move uploaded file
form( $class_path, string $cmd)
newModuleVersion()
upload new version of module
static redirect(string $a_script)
parse()
Parse table content.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
This class represents a text area property in a property form.
static getParticipantsForObject(int $a_ref_id)
Get participant ids for given object.
static _checkUploadFile(string $a_file)
static yn2tf(string $a_yn)
static rename(string $a_source, string $a_target)
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...
properties()
scorm module properties
cancel()
overwrite..jump back to trackingdata not parent
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($data, int $id, bool $call_by_reference, bool $prepare_output=true)
Constructor.