5 require_once
"./Services/Object/classes/class.ilObjectGUI.php";
6 require_once(
"./Services/FileSystem/classes/class.ilFileSystemGUI.php");
7 require_once(
"Services/User/classes/class.ilObjUser.php");
9 require_once(
"./Modules/ScormAicc/classes/class.ilObjSAHSLearningModuleGUI.php");
10 require_once(
"./Modules/ScormAicc/classes/class.ilObjSCORMLearningModule.php");
44 $lng->loadLanguageModule(
"content");
45 $lng->loadLanguageModule(
"search");
48 $this->
ilObjectGUI($a_data,$a_id,$a_call_by_reference,
false);
58 if ($this->call_by_reference)
78 $lng->loadLanguageModule(
"style");
81 $ilToolbar->addButton($this->lng->txt(
"view"),
82 "ilias.php?baseClass=ilSAHSPresentationGUI&ref_id=".$this->object->getRefID(),
86 $ilToolbar->addButton($this->lng->txt(
"cont_sc_new_version"),
87 $this->ctrl->getLinkTarget($this,
"newModuleVersion"));
89 include_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
91 $this->form->setFormAction($ilCtrl->getFormAction($this));
92 $this->form->setTitle($this->lng->txt(
"cont_lm_properties"));
97 $this->form->addItem($ne);
101 $ne->
setValue($this->object->getModuleVersion());
102 $this->form->addItem($ne);
107 if ($this->object->getOnline())
109 $cb->setChecked(
true);
111 $this->form->addItem($cb);
114 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_offline_mode_allow"),
"cobj_offline_mode");
116 $cb->setChecked($this->object->getOfflineMode());
117 include_once(
"./Modules/ScormAicc/classes/class.ilSCORMOfflineMode.php");
119 $cb->setDisabled(
true);
120 $cb->setInfo($this->lng->txt(
"cont_offline_mode_disable_not_allowed_info"));
122 $cb->setInfo($this->lng->txt(
"cont_offline_mode_allow_info"));
124 $this->form->addItem($cb);
130 $sh->setTitle($this->lng->txt(
"cont_presentation"));
131 $this->form->addItem($sh);
135 "0" => $this->lng->txt(
"cont_open_normal"),
136 "1" => $this->lng->txt(
"cont_open_iframe_max"),
137 "2" => $this->lng->txt(
"cont_open_iframe_defined"),
138 "5" => $this->lng->txt(
"cont_open_window_undefined"),
139 "6" => $this->lng->txt(
"cont_open_window_defined")
143 $si->setValue($this->object->getOpenMode());
144 $this->form->addItem($si);
150 $ni->setValue($this->object->getWidth());
151 $this->form->addItem($ni);
157 $ni->setValue($this->object->getHeight());
158 $this->form->addItem($ni);
161 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_auto_last_visited"),
"cobj_auto_last_visited");
163 $cb->setChecked($this->object->getAuto_last_visited());
164 $cb->setInfo($this->lng->txt(
"cont_auto_last_visited_info"));
165 $this->form->addItem($cb);
168 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_sc_auto_continue"),
"auto_continue");
170 $cb->setChecked($this->object->getAutoContinue());
171 $this->form->addItem($cb);
177 $sh->setTitle($this->lng->txt(
"cont_scorm_options"));
178 $this->form->addItem($sh);
181 $ni =
new ilNumberInputGUI($this->lng->txt(
"cont_sc_max_attempt"),
"max_attempt");
184 $ni->setValue($this->object->getMaxAttempt());
185 $this->form->addItem($ni);
188 $options = array(
"normal" => $this->lng->txt(
"cont_sc_less_mode_normal"),
189 "browse" => $this->lng->txt(
"cont_sc_less_mode_browse"));
190 $si =
new ilSelectInputGUI($this->lng->txt(
"cont_def_lesson_mode"),
"lesson_mode");
192 $si->setValue($this->object->getDefaultLessonMode());
193 $this->form->addItem($si);
196 $options = array(
"credit" => $this->lng->txt(
"cont_credit_on"),
197 "no_credit" => $this->lng->txt(
"cont_credit_off"));
198 $si =
new ilSelectInputGUI($this->lng->txt(
"cont_credit_mode"),
"credit_mode");
200 $si->setValue($this->object->getCreditMode());
201 $si->setInfo($this->lng->txt(
"cont_credit_mode_info"));
202 $this->form->addItem($si);
206 "n" => $this->lng->txt(
"cont_sc_auto_review_no"),
212 "y" => $this->lng->txt(
"cont_sc_auto_review_completed_or_passed"),
214 $si =
new ilSelectInputGUI($this->lng->txt(
"cont_sc_auto_review_2004"),
"auto_review");
216 $si->setValue($this->object->getAutoReviewChar());
217 $si->setInfo($this->lng->txt(
"cont_sc_auto_review_info_12"));
218 $this->form->addItem($si);
224 $sh->setTitle($this->lng->txt(
"cont_rte_settings"));
225 $this->form->addItem($sh);
230 $cb->setChecked($this->object->getSession());
231 $cb->setInfo($this->lng->txt(
"cont_sc_usession_info"));
232 $this->form->addItem($cb);
235 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_interactions"),
"cobj_interactions");
237 $cb->setChecked($this->object->getInteractions());
238 $this->form->addItem($cb);
243 $cb->setChecked($this->object->getObjectives());
244 $this->form->addItem($cb);
247 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_time_from_lms"),
"cobj_time_from_lms");
249 $cb->setChecked($this->object->getTime_from_lms());
250 $cb->setInfo($this->lng->txt(
"cont_time_from_lms_info"));
251 $this->form->addItem($cb);
254 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_check_values"),
"cobj_check_values");
256 $cb->setChecked($this->object->getCheck_values());
257 $this->form->addItem($cb);
269 $sh->setTitle($this->lng->txt(
"cont_debugging"));
270 $this->form->addItem($sh);
275 $cb->setChecked($this->object->getDebug());
276 if ($this->object->getDebugActivated() ==
false)
278 $cb->setDisabled(
true);
279 $cb->setInfo($this->lng->txt(
"cont_debug_deactivated"));
283 $cb->setInfo($this->lng->txt(
"cont_debug_deactivate"));
285 $this->form->addItem($cb);
286 $this->form->addCommandButton(
"saveProperties", $lng->txt(
"save"));
288 $tpl->setContent($this->form->getHTML());
301 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.scorm_new_version_import.html",
"Modules/ScormAicc");
304 $this->tpl->setVariable(
"ALT_IMG", $this->lng->txt(
"obj_sahs"));
306 $this->ctrl->setParameter($this,
"new_type",
"sahs");
307 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
309 $this->tpl->setVariable(
"BTN_NAME",
"newModuleVersionUpload");
310 $this->tpl->setVariable(
"TARGET",
' target="'.
313 $this->tpl->setVariable(
"TXT_SELECT_LMTYPE", $this->lng->txt(
"type"));
315 if ($type ==
"scorm2004") {
316 $this->tpl->setVariable(
"TXT_TYPE", $this->lng->txt(
"lm_type_scorm2004"));
318 $this->tpl->setVariable(
"TXT_TYPE", $this->lng->txt(
"lm_type_scorm"));
321 include_once
'Services/FileSystem/classes/class.ilUploadFiles.php';
325 foreach($files as
$file)
327 $file = htmlspecialchars($file, ENT_QUOTES,
"utf-8");
328 $this->tpl->setCurrentBlock(
"option_uploaded_file");
329 $this->tpl->setVariable(
"UPLOADED_FILENAME", $file);
330 $this->tpl->setVariable(
"TXT_UPLOADED_FILENAME", $file);
331 $this->tpl->parseCurrentBlock();
333 $this->tpl->setCurrentBlock(
"select_uploaded_file");
334 $this->tpl->setVariable(
"TXT_SELECT_FROM_UPLOAD_DIR", $this->lng->txt(
"cont_select_from_upload_dir"));
335 $this->tpl->setVariable(
"TXT_UPLOADED_FILE", $this->lng->txt(
"cont_uploaded_file"));
336 $this->tpl->parseCurrentBlock();
339 $this->tpl->setVariable(
"TXT_UPLOAD", $this->lng->txt(
"upload"));
340 $this->tpl->setVariable(
"TXT_CANCEL", $this->lng->txt(
"cancel"));
341 $this->tpl->setVariable(
"TXT_IMPORT_LM", $this->lng->txt(
"import_sahs"));
342 $this->tpl->setVariable(
"TXT_SELECT_FILE", $this->lng->txt(
"select_file"));
345 $this->tpl->setVariable(
"TXT_FILE_INFO", $this->lng->txt(
"file_notice").
" ".$this->
getMaxFileSize());
352 $umf=get_cfg_var(
"upload_max_filesize");
354 $pms=get_cfg_var(
"post_max_size");
357 $multiplier_a=array(
"K"=>1024,
"M"=>1024*1024,
"G"=>1024*1024*1024);
359 $umf_parts=preg_split(
"/(\d+)([K|G|M])/", $umf, -1, PREG_SPLIT_DELIM_CAPTURE|PREG_SPLIT_NO_EMPTY);
360 $pms_parts=preg_split(
"/(\d+)([K|G|M])/", $pms, -1, PREG_SPLIT_DELIM_CAPTURE|PREG_SPLIT_NO_EMPTY);
362 if (count($umf_parts) == 2) { $umf = $umf_parts[0]*$multiplier_a[$umf_parts[1]]; }
363 if (count($pms_parts) == 2) { $pms = $pms_parts[0]*$multiplier_a[$pms_parts[1]]; }
366 $max_filesize=min($umf, $pms);
368 if (!$max_filesize) $max_filesize=max($umf, $pms);
371 return $max_filesize=sprintf(
"%.1f MB",$max_filesize/1024/1024);
377 global $_FILES, $rbacsystem;
379 $unzip = PATH_TO_UNZIP;
380 $tocheck =
"imsmanifest.xml";
382 include_once
'Services/FileSystem/classes/class.ilUploadFiles.php';
385 if (!$rbacsystem->checkAccess(
"write",
$_GET[
"ref_id"]))
387 $this->
ilias->raiseError($this->lng->txt(
"no_create_permission"), $this->
ilias->error_obj->WARNING);
389 elseif ($_FILES[
"scormfile"][
"name"])
392 $source = $_FILES[
"scormfile"][
"tmp_name"];
393 if (($source ==
'none') || (!$source))
400 elseif (
$_POST[
"uploaded_file"])
405 $this->
ilias->raiseError($this->lng->txt(
"upload_error_file_not_found"),$this->
ilias->error_obj->MESSAGE);
409 $source = CLIENT_WEB_DIR .
"/" .
$_POST[
"uploaded_file"];
411 $source_is_copy =
true;
422 $pathinfo = pathinfo($source);
423 $dir = $pathinfo[
"dirname"];
424 $file = $pathinfo[
"basename"];
432 $tmp_file = $dir.
"/".$tocheck.
".".
$_GET[
"ref_id"];
434 rename($dir.
"/".$tocheck,$tmp_file);
435 $new_manifest = file_get_contents($tmp_file);
441 $old_manifest = file_get_contents($this->object->getDataDirectory().
"/".$tocheck);
444 $check =
'/xmlns="http:\/\/www.imsglobal.org\/xsd\/imscp_v1p1"/';
445 $replace=
"xmlns=\"http://www.imsproject.org/xsd/imscp_rootv1p1p2\"";
446 $reload_manifest = preg_replace($check, $replace, $new_manifest);
449 if (strcmp($new_manifest,$old_manifest) == 0 || strcmp(utf8_encode($new_manifest),$old_manifest) == 0 ||
450 strcmp ($reload_manifest, $old_manifest) == 0 || strcmp(utf8_encode($reload_manifest),$old_manifest) == 0 ){
453 $module_version = $this->
object->getModuleVersion();
455 if ($_FILES[
"scormfile"][
"name"])
458 $file_path = $this->
object->getDataDirectory().
"/".$_FILES[
"scormfile"][
"name"].
".".$module_version;
466 $file_path = $this->
object->getDataDirectory().
"/".
$_POST[
"uploaded_file"].
".".$module_version;
468 rename($source, $file_path);
476 $this->
object->setModuleVersion($module_version+1);
477 $this->
object->update();
503 if ($tmpOfflineMode ==
true) {
504 if ($this->object->getOfflineMode() ==
false) {
505 $this->
object->zipLmForOfflineMode();
509 $this->
object->setOfflineMode($tmpOfflineMode);
510 $this->
object->setOpenMode(
$_POST[
"open_mode"]);
511 $this->
object->setWidth(
$_POST[
"width"]);
512 $this->
object->setHeight(
$_POST[
"height"]);
515 $this->
object->setMaxAttempt(
$_POST[
"max_attempt"]);
516 $this->
object->setDefaultLessonMode(
$_POST[
"lesson_mode"]);
517 $this->
object->setCreditMode(
$_POST[
"credit_mode"]);
527 $this->
object->update();
529 $this->ctrl->redirect($this,
"properties");
539 include_once
"./Services/Table/classes/class.ilTableGUI.php";
542 $ilTabs->setTabActive(
"cont_tracking_data");
543 $ilTabs->setSubTabActive(
"cont_tracking_bysco");
545 include_once
'./Modules/ScormAicc/classes/class.ilSCORMTrackingItemsPerScoTableGUI.php';
548 $this->tpl->setContent($tbl->getHTML());
560 include_once(
'./Services/PrivacySecurity/classes/class.ilPrivacySettings.php');
562 if(!$privacy->enabledSahsProtocolData())
564 $this->
ilias->raiseError($this->lng->txt(
'permission_denied'), $this->
ilias->error_obj->MESSAGE);
567 global $ilTabs, $ilToolbar;
569 include_once
'./Services/UIComponent/Toolbar/classes/class.ilToolbarGUI.php';
570 $ilToolbar->addButton(
571 $this->lng->txt(
'import'),
572 $this->ctrl->getLinkTarget($this,
'importForm')
574 $ilToolbar->addButton(
575 $this->lng->txt(
'cont_export_all'),
576 $this->ctrl->getLinkTarget($this,
'exportSelectionAll')
580 $ilTabs->setTabActive(
'cont_tracking_data');
581 $ilTabs->setSubTabActive(
'cont_tracking_byuser');
583 include_once
'./Modules/ScormAicc/classes/class.ilSCORMTrackingUsersTableGUI.php';
586 $this->tpl->setContent($tbl->getHTML());
595 include_once
'./Modules/ScormAicc/classes/class.ilSCORMTrackingUsersTableGUI.php';
607 include_once
'./Modules/ScormAicc/classes/class.ilSCORMTrackingUsersTableGUI.php';
619 if(!isset(
$_POST[
"user"]))
621 $this->
ilias->raiseError($this->lng->txt(
"no_checkbox"),$this->
ilias->error_obj->MESSAGE);
625 include_once(
"./Services/Utilities/classes/class.ilConfirmationGUI.php");
627 $cgui->setFormAction($this->ctrl->getFormAction($this));
628 $cgui->setHeaderText($this->lng->txt(
"info_delete_sure"));
629 $cgui->setCancel($this->lng->txt(
"cancel"),
"cancelDelete");
630 $cgui->setConfirm($this->lng->txt(
"confirm"),
"confirmedDelete");
632 foreach(
$_POST[
"user"] as $id)
639 " ".$this->lng->txt(
"cont_tracking_data").
640 ": ".$user->getLastname().
", ".$user->getFirstname();
643 $cgui->addItem(
"user[]", $id, $caption);
647 $this->tpl->setContent($cgui->getHTML());
656 $this->ctrl->redirect($this,
"showTrackingItems");
663 include_once(
"./Services/Tracking/classes/class.ilLPStatusWrapper.php");
665 foreach(
$_POST[
"user"] as $user)
668 DELETE FROM scorm_tracking 671 array(
'integer',
'integer'),
672 array($user, $this->object->getID()));
675 DELETE FROM sahs_user 678 array(
'integer',
'integer'),
679 array($user, $this->object->getID()));
684 $this->ctrl->redirect($this,
"showTrackingItems");
693 $this->ctrl->redirect($this,
"properties");
699 protected function import()
702 if($form->checkInput())
704 $source = $form->getInput(
'csv');
705 $error = $this->
object->importTrackingData($source[
'tmp_name']);
710 $this->ctrl->redirect($this,
"showTrackingItems");
719 $form->setValuesByPost();
730 $ilTabs->clearTargets();
731 $ilTabs->setBackTarget($this->lng->txt(
'back'),$this->ctrl->getLinkTarget($this,
'showTrackingItems'));
734 $this->tpl->setContent($form->getHTML());
742 include_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
744 $form->setFormAction($this->ctrl->getFormAction($this));
745 $form->setTitle($this->lng->txt(
'cont_import_tracking'));
746 $form->addCommandButton(
'import', $this->lng->txt(
'import'));
747 $form->addCommandButton(
'showTrackingItems', $this->lng->txt(
'cancel'));
751 $csv->setSuffixes(array(
'csv'));
752 $form->addItem($csv);
770 if(!count((array)
$_POST[
'user']))
773 $this->ctrl->redirect($this,
'showTrackingItems');
787 $ilTabs->clearTargets();
788 $ilTabs->setBackTarget(
789 $this->lng->txt(
'back'),
790 $this->ctrl->getLinkTarget($this,
'showTrackingItems')
794 $this->tpl->setContent($form->getHTML());
803 include_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
806 $form->setFormAction($this->ctrl->getFormAction($this,
'showTrackingItems'));
807 $form->setTitle($this->lng->txt(
'cont_export_tracking'));
808 $form->addCommandButton(
'export', $this->lng->txt(
'export'));
809 $form->addCommandButton(
'showTrackingItems', $this->lng->txt(
'cancel'));
813 $type->setValue(self::EXPORT_TYPE_RAW);
814 $form->addItem($type);
816 $raw =
new ilRadioOption($this->lng->txt(
'cont_export_raw'), self::EXPORT_TYPE_RAW);
817 $type->addOption($raw);
819 $suc =
new ilRadioOption($this->lng->txt(
'cont_export_success'), self::EXPORT_TYPE_SUCCESS);
820 $type->addOption($suc);
823 $etype->setValue($a_type);
824 $form->addItem($etype);
828 case self::EXPORT_SELECTED:
830 $users->setValue(htmlentities(serialize(
$_POST[
'user'])));
831 $form->addItem($users);
844 if($form->checkInput())
846 if($form->getInput(
'type') == self::EXPORT_TYPE_RAW)
848 if($form->getInput(
'etype') == self::EXPORT_ALL)
850 return $this->
object->exportSelectedRaw(
true);
854 $users = (array) unserialize(html_entity_decode($form->getInput(
'users')));
855 return $this->
object->exportSelectedRaw(
false,$users);
860 if($form->getInput(
'etype') == self::EXPORT_ALL)
862 return $this->
object->exportSelected(
true);
866 $users = (array) unserialize(html_entity_decode($form->getInput(
'users')));
867 return $this->
object->exportSelected(
false,$users);
872 $this->ctrl->redirect($this,
'showTrackingItems');
878 if (!isset(
$_POST[
"user"]))
883 foreach (
$_POST[
"user"] as $user)
886 $val_set = $ilDB->queryF(
'SELECT package_attempts FROM sahs_user WHERE user_id = %s AND obj_id = %s',
887 array(
'integer',
'integer'),
888 array($user,$this->object->getID()));
890 $val_rec = $ilDB->fetchAssoc($val_set);
892 if ($val_rec[
"package_attempts"] != null && $val_rec[
"package_attempts"] != 0)
896 if ((
int)$val_rec[
"package_attempts"] > 0) $new_rec = (int)$val_rec[
"package_attempts"]-1;
897 $ilDB->manipulateF(
'UPDATE sahs_user SET package_attempts = %s WHERE user_id = %s AND obj_id = %s',
898 array(
'integer',
'integer',
'integer'),
899 array($new_rec,$user,$this->object->getID()));
902 include_once(
"./Services/Tracking/classes/class.ilLPStatusWrapper.php");
908 $this->ctrl->redirect($this,
"showTrackingItems");
919 include_once
"./Services/Table/classes/class.ilTableGUI.php";
922 $ilTabs->setTabActive(
"cont_tracking_data");
923 $ilTabs->setSubTabActive(
"cont_tracking_byuser");
925 include_once
'./Modules/ScormAicc/classes/class.ilSCORMTrackingItemsPerUserTableGUI.php';
929 $this->tpl->setContent($tbl->getHTML());
940 include_once
"./Services/Table/classes/class.ilTableGUI.php";
943 $ilTabs->setTabActive(
"cont_tracking_data");
944 $ilTabs->setSubTabActive(
"cont_tracking_bysco");
946 include_once
'./Modules/ScormAicc/classes/class.ilSCORMTrackingItemsScoTableGUI.php';
950 $this->tpl->setContent($tbl->getHTML());
961 include_once
"./Services/Table/classes/class.ilTableGUI.php";
964 $ilTabs->setTabActive(
"cont_tracking_data");
965 $ilTabs->setSubTabActive(
"cont_tracking_byuser");
967 $this->ctrl->setParameter($this,
'obj_id',(
int)
$_REQUEST[
'obj_id']);
968 $this->ctrl->setParameter($this,
'user_id',(
int) $_REQUEST[
'user_id']);
970 include_once
'./Modules/ScormAicc/classes/class.ilSCORMTrackingItemPerUserTableGUI.php';
972 $tbl->
setUserId((
int) $_REQUEST[
'user_id']);
973 $tbl->setScoId((
int) $_REQUEST[
'obj_id']);
975 $this->tpl->setContent($tbl->getHTML());
984 $ilTabs->addSubTabTarget(
"cont_tracking_byuser",
985 $this->ctrl->getLinkTarget($this,
"showTrackingItems"), array(
"edit",
""),
988 $ilTabs->addSubTabTarget(
"cont_tracking_bysco",
989 $this->ctrl->getLinkTarget($this,
"showTrackingItemsBySco"), array(
"edit",
""),
1002 include_once
'./Services/Tracking/classes/class.ilLearningProgressAccess.php';
1005 $this->
ilias->raiseError($this->lng->txt(
'permission_denied'), $this->
ilias->error_obj->MESSAGE);
1008 include_once
'./Modules/ScormAicc/classes/class.ilSCORMOfflineModeUsersTableGUI.php';
1011 $this->tpl->setContent($tbl->getHTML());
1019 if(!count((array)
$_POST[
'user']))
1022 $this->ctrl->redirect($this,
'offlineModeManager');
1025 include_once(
"./Services/Utilities/classes/class.ilConfirmationGUI.php");
1027 $cgui->setFormAction($this->ctrl->getFormAction($this));
1028 $cgui->setHeaderText($this->lng->txt(
"info_stop_offline_mode_sure"));
1029 $cgui->setCancel($this->lng->txt(
"cancel"),
"cancelStopUserOfflineMode");
1030 $cgui->setConfirm($this->lng->txt(
"confirm"),
"confirmedStopUserOfflineMode");
1031 foreach($_POST[
"user"] as $id)
1037 " ".$this->lng->txt(
"stop_user_offline_mode_for_user").
1038 ": ".$user->getLastname().
", ".$user->getFirstname();
1039 $cgui->addItem(
"user[]", $id, $caption);
1042 $this->tpl->setContent($cgui->getHTML());
1048 $this->ctrl->redirect($this,
"offlineModeManager");
1054 include_once
'./Modules/ScormAicc/classes/class.ilSCORMOfflineMode.php';
1055 foreach(
$_POST[
"user"] as $id)
resetUserTableFilter()
Reset table filter.
This class represents an option in a radio group.
showTrackingItems()
Show tracking table ilTabs $ilTabs $global ilToolbar $ilToolbar.
Class ilObjSCORMLearningModuleGUI.
parse()
Parse table content.
setValue($a_value)
Set Value.
checkIfAnyoneIsInOfflineMode($obj_id)
importForm()
Show import form.
SCORM/AICC/HACP Learning Modules.
static _updateStatus($a_obj_id, $a_usr_id, $a_obj=null, $a_percentage=false, $a_no_raise=false, $a_force_raise=false)
Update status.
static _exists($a_id, $a_reference=false, $a_type=null)
checks if an object exists in object_data
initExportForm($a_type)
Init export form.
static getImageTagByType($a_type, $a_path, $a_big=false)
Builds an html image tag TODO: function still in use, but in future use getImagePath and move HTML-Co...
assignObject()
assign scorm object to scorm gui object
setUserId($a_usr_id)
Set current user id.
setUserId($a_usr_id)
Set current user id.
static unzip($a_file, $overwrite=false, $a_flat=false)
unzip file
setScoId($a_sco_id)
Set sco id.
ilObjectGUI($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true)
Constructor public.
static _getUploadDirectory()
Get the directory with uploaded files.
static _getUploadFiles()
Get a list of readable files in the upload directory.
cancelDelete()
cancel deletion of export files
applyUserTableFilter()
Apply table filter.
parse()
Parse table content.
stopUserOfflineMode()
Stop offline mode for selected users.
cancelStopUserOfflineMode()
static _lookupObjectId($a_ref_id)
lookup object id
exportSelectionUsers()
Export selection for selected users.
initImportForm()
Init import form.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
static checkAccess($a_ref_id, $a_allow_only_read=true)
check access to learning progress
deleteTrackingForUser()
display deletion confirmation screen
if(!is_array($argv)) $options
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static moveUploadedFile($a_file, $a_name, $a_target, $a_raise_errors=true, $a_mode="move_uploaded")
move uploaded file
showTrackingItemSco()
show tracking data of item
_lookupSubType($a_obj_id)
lookup subtype id (scorm, aicc, hacp)
redirection script todo: (a better solution should control the processing via a xml file) ...
exportSelectionAll()
Show export section for all users.
offlineModeManager()
Manage offline mode for users ilTabs $ilTabs $global ilToolbar $ilToolbar.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
newModuleVersion()
upload new version of module
writeFilterToSession()
Write filter values to session.
ilObjSCORMLearningModuleGUI($a_data, $a_id, $a_call_by_reference, $a_prepare_output=true)
Constructor.
GUI class ilSCORMOfflineModeUsersTableGUI.
parse()
Parse table content.
saveProperties()
save properties
confirmedStopUserOfflineMode()
stopOfflineModeForUser($obj_id, $user_id)
This class represents a non editable value in a property form.
static renameExecutables($a_dir)
Rename uploaded executables for security reasons.
static escapeShellArg($a_arg)
exportSelection($a_type)
Show export selection.
if($_REQUEST['ilias_path']) define('ILIAS_HTTP_PATH' $_REQUEST['ilias_path']
static _getInstance()
Get instance of ilPrivacySettings.
static _checkUploadFile($a_file)
Check if a file exists in the upload directory and is readable.
const EXPORT_TYPE_SUCCESS
static yn2tf($a_yn)
convert "y"/"n" to true/false
showTrackingItem()
show tracking data of item
static redirect($a_script)
http redirect to other script
static _copyUploadFile($a_file, $a_target, $a_raise_errors=true)
copy an uploaded file to the target directory (including virus check)
Class ilObjSCORMLearningModule.
resetFilter()
Reset filter.
showTrackingItemsBySco()
show tracking data
properties()
scorm module properties
showTrackingItemPerUser()
show tracking data of item per user
cancel()
overwrite..jump back to trackingdata not parent
Confirmation screen class.