4 require_once(
"./Modules/ScormAicc/classes/class.ilObjSCORMLearningModuleGUI.php");
5 require_once(
"./Modules/Scorm2004/classes/class.ilObjSCORM2004LearningModule.php");
6 require_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Export.php");
7 include_once(
"./Services/Style/classes/class.ilObjStyleSheetGUI.php");
8 include_once(
"./Services/Style/classes/class.ilPageLayout.php");
34 $lng->loadLanguageModule(
"content");
35 $lng->loadLanguageModule(
"sahs");
36 $lng->loadLanguageModule(
"search");
37 $lng->loadLanguageModule(
"exp");
39 $this->
ilObjectGUI($a_data,$a_id,$a_call_by_reference,
false);
40 #$this->tabs_gui =& new ilTabsGUI(); 50 $next_class = $ilCtrl->getNextClass($this);
51 $cmd = $ilCtrl->getCmd();
53 if ($this->object->getEditable() &&
$cmd !=
"showEditTree")
59 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004OrganizationHFormGUI.php");
62 $form_gui->updateExpanded();
70 switch(
$_GET[
"notes_mode"])
73 $ilTabs->setTabActive(
"sahs_organization");
79 case "ilscorm2004chaptergui":
80 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004ChapterGUI.php");
82 $chap_gui->setParentGUI($this);
83 return $ilCtrl->forwardCommand($chap_gui);
86 case "ilscorm2004seqchaptergui":
87 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004SeqChapterGUI.php");
89 $chap_gui->setParentGUI($this);
90 return $ilCtrl->forwardCommand($chap_gui);
93 case "ilscorm2004scogui":
94 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004ScoGUI.php");
96 $sco_gui->setParentGUI($this);
97 return $ilCtrl->forwardCommand($sco_gui);
100 case "ilscorm2004assetgui":
101 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004AssetGUI.php");
103 $ass_gui->setParentGUI($this);
104 return $ilCtrl->forwardCommand($ass_gui);
107 case "ilscorm2004pagenodegui":
108 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004PageNodeGUI.php");
110 $page_gui->setParentGUI($this);
111 $ilCtrl->forwardCommand($page_gui);
115 parent::executeCommand();
131 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004EditorExplorerGUI.php");
133 if (!$exp->handleCommand())
135 $tpl->setLeftNavContent($exp->getHTML());
148 if (
$_GET[
"obj_id"] > 0)
150 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
153 if (in_array($type, array(
"sco",
"chap",
"seqc",
"page")))
155 $this->ctrl->setParameter($this,
"obj_id",
$_GET[
"obj_id"]);
156 $this->ctrl->redirect($this,
"jumpToNode");
160 if ($a_to_organization)
162 $this->ctrl->redirect($this,
"showOrganization");
166 $this->ctrl->redirect($this,
"properties");
179 if ($this->object->getEditable())
181 $this->ctrl->redirect($this,
"properties");
182 include_once(
"./Services/Frameset/classes/class.ilFramesetGUI.php");
184 $fs_gui->setFramesetTitle($this->lng->txt(
"editor"));
185 $fs_gui->setMainFrameName(
"content");
186 $fs_gui->setSideFrameName(
"tree");
187 $this->ctrl->setParameter($this,
"active_node",
$_GET[
"obj_id"]);
188 $fs_gui->setSideFrameSource($this->ctrl->getLinkTarget($this,
"showTree"));
189 $this->ctrl->setParameter($this,
"activeNode",
"");
190 if (
$_GET[
"obj_id"] > 0)
192 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
195 if (in_array($type, array(
"sco",
"chap",
"seqc",
"page")))
197 $this->ctrl->setParameter($this,
"obj_id",
$_GET[
"obj_id"]);
198 $fs_gui->setMainFrameSource($this->ctrl->getLinkTarget($this,
"jumpToNode"));
202 if ($a_to_organization)
204 $fs_gui->setMainFrameSource($this->ctrl->getLinkTarget($this,
"showOrganization"));
208 $fs_gui->setMainFrameSource($this->ctrl->getLinkTarget($this,
"properties"));
216 $this->tpl =
new ilTemplate(
"tpl.sahs_edit_frameset.html",
false,
false,
"Modules/ScormAicc");
217 $this->tpl->setVariable(
"SRC",
218 $this->ctrl->getLinkTarget($this,
"properties"));
219 $this->tpl->show(
"DEFAULT",
false);
224 function jumpToNode($a_anchor_node =
"", $a_highlight_ids =
"")
228 $anchor = ($a_anchor_node !=
"")
229 ?
"node_".$a_anchor_node
232 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
234 $ilCtrl->setParameter($this,
"obj_id",
$_GET[
"obj_id"]);
238 $ilCtrl->setParameterByClass(
"ilscorm2004scogui",
"highlight", $a_highlight_ids);
239 $ilCtrl->redirectByClass(
"ilscorm2004scogui",
"showOrganization", $anchor);
241 $ilCtrl->setParameterByClass(
"ilscorm2004assetgui",
"highlight", $a_highlight_ids);
242 $ilCtrl->redirectByClass(
"ilscorm2004assetgui",
"showOrganization", $anchor);
244 $ilCtrl->setParameterByClass(
"ilscorm2004chaptergui",
"highlight", $a_highlight_ids);
245 $ilCtrl->redirectByClass(
"ilscorm2004chaptergui",
"showOrganization", $anchor);
247 $ilCtrl->setParameterByClass(
"ilscorm2004seqchaptergui",
"highlight", $a_highlight_ids);
248 $ilCtrl->redirectByClass(
"ilscorm2004seqchaptergui",
"showOrganization", $anchor);
250 $ilCtrl->redirectByClass(
"ilscorm2004pagenodegui",
"edit");
261 $this->
setSubTabs(
"settings",
"general_settings");
263 $lng->loadLanguageModule(
"style");
266 if ($this->object->editable != 1)
269 $ilToolbar->addButton($this->lng->txt(
"view"),
270 "ilias.php?baseClass=ilSAHSPresentationGUI&ref_id=".$this->object->getRefID(),
274 $ilToolbar->addButton($this->lng->txt(
"cont_sc_new_version"),
275 $this->ctrl->getLinkTarget($this,
"newModuleVersion"));
283 $parent_ref_id = $tree->getParentId((
int)
$_GET[
"ref_id"]);
284 if ($rbacsystem->checkAccess(
"create", $parent_ref_id,
"glo"))
286 $ilToolbar->addButton($this->lng->txt(
"cont_glo_create"),
287 $ilCtrl->getLinkTarget($this,
"createGlossary"));
289 $ilToolbar->addButton($this->lng->txt(
"cont_glo_assign"),
290 $ilCtrl->getLinkTarget($this,
"assignGlossary"));
294 $ilToolbar->addButton($this->lng->txt(
"cont_glo_detach"),
295 $ilCtrl->getLinkTarget($this,
"detachGlossary"));
299 $fixed_style = $ilSetting->get(
"fixed_content_style_id");
300 $style_id = $this->
object->getStyleSheetId();
302 if ($fixed_style == 0)
307 $st_styles[0] = $this->lng->txt(
"default");
315 $ilToolbar->addSeparator();
318 $ilToolbar->addButton($this->lng->txt(
"cont_edit_style"),
319 $ilCtrl->getLinkTarget($this,
"editStyle"));
320 $ilToolbar->addButton($this->lng->txt(
"cont_delete_style"),
321 $ilCtrl->getLinkTarget($this,
"deleteStyle"));
327 $ilToolbar->addSeparator();
329 $ilToolbar->addButton($this->lng->txt(
"sty_create_ind_style"),
330 $ilCtrl->getLinkTarget($this,
"createStyle"));
336 if ($this->object->editable != 1)
339 $tpl->setContent($this->form->getHTML());
345 $tpl->setContent($this->form->getHTML());
359 include_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
361 $this->form->setFormAction($ilCtrl->getFormAction($this));
362 $this->form->setTitle($this->lng->txt(
"cont_lm_properties"));
367 $this->form->addItem($ne);
371 $ne->
setValue($this->object->getModuleVersion());
372 $this->form->addItem($ne);
377 if ($this->object->getOnline())
379 $cb->setChecked(
true);
381 $this->form->addItem($cb);
384 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_offline_mode_allow"),
"cobj_offline_mode");
386 $cb->setChecked($this->object->getOfflineMode());
387 include_once(
"./Modules/ScormAicc/classes/class.ilSCORMOfflineMode.php");
389 $cb->setDisabled(
true);
390 $cb->setInfo($this->lng->txt(
"cont_offline_mode_disable_not_allowed_info"));
392 $cb->setInfo($this->lng->txt(
"cont_offline_mode_allow_info"));
394 $this->form->addItem($cb);
400 $sh->setTitle($this->lng->txt(
"cont_presentation"));
401 $this->form->addItem($sh);
405 "0" => $this->lng->txt(
"cont_open_normal"),
406 "1" => $this->lng->txt(
"cont_open_iframe_max"),
407 "2" => $this->lng->txt(
"cont_open_iframe_defined"),
408 "5" => $this->lng->txt(
"cont_open_window_undefined"),
409 "6" => $this->lng->txt(
"cont_open_window_defined")
413 $si->setValue($this->object->getOpenMode());
414 $this->form->addItem($si);
420 $ni->setValue($this->object->getWidth());
421 $this->form->addItem($ni);
427 $ni->setValue($this->object->getHeight());
428 $this->form->addItem($ni);
433 $cb->setChecked($this->object->getNoMenu());
434 $this->form->addItem($cb);
439 $cb->setChecked($this->object->getHideNavig());
440 $this->form->addItem($cb);
443 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_auto_last_visited"),
"cobj_auto_last_visited");
445 $cb->setChecked($this->object->getAuto_last_visited());
446 $cb->setInfo($this->lng->txt(
"cont_auto_last_visited_info"));
447 $this->form->addItem($cb);
450 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_ie_compatibility"),
"cobj_ie_compatibility");
452 $cb->setChecked($this->object->getIe_compatibility());
453 $cb->setInfo($this->lng->txt(
"cont_ie_compatibility_info"));
454 $this->form->addItem($cb);
457 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_ie_force_render"),
"cobj_ie_force_render");
459 $cb->setChecked($this->object->getIe_force_render());
460 $cb->setInfo($this->lng->txt(
"cont_ie_force_render_info"));
461 $this->form->addItem($cb);
467 $sh->setTitle($this->lng->txt(
"cont_scorm_options"));
468 $this->form->addItem($sh);
471 $ni =
new ilNumberInputGUI($this->lng->txt(
"cont_sc_max_attempt"),
"max_attempt");
474 $ni->setValue($this->object->getMaxAttempt());
475 $this->form->addItem($ni);
478 $options = array(
"normal" => $this->lng->txt(
"cont_sc_less_mode_normal"),
479 "browse" => $this->lng->txt(
"cont_sc_less_mode_browse"));
480 $si =
new ilSelectInputGUI($this->lng->txt(
"cont_def_lesson_mode"),
"lesson_mode");
482 $si->setValue($this->object->getDefaultLessonMode());
483 $this->form->addItem($si);
486 $options = array(
"credit" => $this->lng->txt(
"cont_credit_on"),
487 "no_credit" => $this->lng->txt(
"cont_credit_off"));
488 $si =
new ilSelectInputGUI($this->lng->txt(
"cont_credit_mode"),
"credit_mode");
490 $si->setValue($this->object->getCreditMode());
491 $si->setInfo($this->lng->txt(
"cont_credit_mode_info"));
492 $this->form->addItem($si);
496 "n" => $this->lng->txt(
"cont_sc_auto_review_no"),
497 "r" => $this->lng->txt(
"cont_sc_auto_review_completed_not_failed_or_passed"),
498 "p" => $this->lng->txt(
"cont_sc_auto_review_passed"),
499 "q" => $this->lng->txt(
"cont_sc_auto_review_passed_or_failed"),
500 "c" => $this->lng->txt(
"cont_sc_auto_review_completed"),
501 "d" => $this->lng->txt(
"cont_sc_auto_review_completed_and_passed"),
502 "y" => $this->lng->txt(
"cont_sc_auto_review_completed_or_passed"),
504 $si =
new ilSelectInputGUI($this->lng->txt(
"cont_sc_auto_review_2004"),
"auto_review");
506 $si->setValue($this->object->getAutoReviewChar());
507 $si->setInfo($this->lng->txt(
"cont_sc_auto_review_info_2004"));
508 $this->form->addItem($si);
514 $sh->setTitle($this->lng->txt(
"cont_rte_settings"));
515 $this->form->addItem($sh);
520 $cb->setChecked($this->object->getSession());
521 $cb->setInfo($this->lng->txt(
"cont_sc_usession_info"));
522 $this->form->addItem($cb);
525 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_fourth_edition"),
"cobj_fourth_edition");
527 $cb->setChecked($this->object->getFourth_edition());
528 $cb->setInfo($this->lng->txt(
"cont_fourth_edition_info"));
529 $this->form->addItem($cb);
534 $cb->setChecked($this->object->getSequencing());
535 $cb->setInfo($this->lng->txt(
"cont_sequencing_info"));
536 $this->form->addItem($cb);
539 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_interactions"),
"cobj_interactions");
541 $cb->setChecked($this->object->getInteractions());
542 $this->form->addItem($cb);
547 $cb->setChecked($this->object->getObjectives());
548 $this->form->addItem($cb);
553 $cb->setChecked($this->object->getComments());
554 $this->form->addItem($cb);
557 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_time_from_lms"),
"cobj_time_from_lms");
559 $cb->setChecked($this->object->getTime_from_lms());
560 $cb->setInfo($this->lng->txt(
"cont_time_from_lms_info"));
561 $this->form->addItem($cb);
564 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_check_values"),
"cobj_check_values");
566 $cb->setChecked($this->object->getCheck_values());
567 $this->form->addItem($cb);
570 $cb =
new ilCheckboxInputGUI($this->lng->txt(
"cont_auto_suspend"),
"cobj_auto_suspend");
572 $cb->setChecked($this->object->getAutoSuspend());
573 $cb->setInfo($this->lng->txt(
"cont_auto_suspend_info"));
574 $this->form->addItem($cb);
580 $sh->setTitle($this->lng->txt(
"cont_debugging"));
581 $this->form->addItem($sh);
586 $cb->setChecked($this->object->getDebug());
587 if ($this->object->getDebugActivated() ==
false)
589 $cb->setDisabled(
true);
590 $cb->setInfo($this->lng->txt(
"cont_debug_deactivated"));
594 $cb->setInfo($this->lng->txt(
"cont_debug_deactivate"));
596 $this->form->addItem($cb);
597 $this->form->addCommandButton(
"saveProperties", $lng->txt(
"save"));
608 include_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
613 "" => $lng->txt(
"please_select"),
615 $langs = $lng->getInstalledLanguages();
616 $lng->loadLanguageModule(
"meta");
617 foreach ($langs as $l)
619 $options[$l] = $lng->txt(
"meta_l_".$l);
621 $loc =
new ilSelectInputGUI($this->lng->txt(
"cont_localization"),
"localization");
623 $loc->setInfo($this->lng->txt(
"cont_localization_info"));
624 $this->form->addItem($loc);
628 $this->form->addItem($ne);
631 $lng->loadLanguageModule(
"style");
632 $fixed_style = $ilSetting->get(
"fixed_content_style_id");
633 $style_id = $this->
object->getStyleSheetId();
635 if ($fixed_style > 0)
639 $this->lng->txt(
"global_fixed").
")");
640 $this->form->addItem($st);
647 $st_styles[0] = $this->lng->txt(
"default");
657 $this->form->addItem($st);
664 $st_styles,
false,
true);
665 $style_sel =
new ilSelectInputGUI($lng->txt(
"cont_current_style"),
"style_id");
667 $style_sel->setValue($style_id);
668 $this->form->addItem($style_sel);
676 $this->form->addItem($ni);
679 $this->form->addCommandButton(
"saveProperties", $lng->txt(
"save"));
681 $this->form->setTitle($lng->txt(
"cont_scorm_ed_properties"));
682 $this->form->setFormAction($ilCtrl->getFormAction($this));
698 $values[
"glossary"] = $this->lng->txt(
"cont_no_glossary");
700 $values[
"q_tries"] = $this->
object->getTries();
701 $values[
"localization"] = $this->
object->getLocalization();
702 $values[
"style_id"] = $this->
object->getStyleSheetId();
704 $this->form->setValuesByArray($values);
714 if ($this->object->editable != 1)
720 if ($tmpOfflineMode ==
true) {
722 $tmpFourth_edition =
false;
723 if ($this->object->getOfflineMode() ==
false) {
724 $this->
object->zipLmForOfflineMode();
729 $this->
object->setOpenMode(
$_POST[
"open_mode"]);
730 $this->
object->setWidth(
$_POST[
"width"]);
731 $this->
object->setHeight(
$_POST[
"height"]);
732 $this->
object->setCreditMode(
$_POST[
"credit_mode"]);
733 $this->
object->setMaxAttempt(
$_POST[
"max_attempt"]);
734 $this->
object->setAutoReviewChar(
$_POST[
"auto_review"]);
735 $this->
object->setDefaultLessonMode(
$_POST[
"lesson_mode"]);
742 $this->
object->setFourth_edition($tmpFourth_edition);
743 $this->
object->setSequencing($tmpSequencing);
750 $this->
object->setOfflineMode($tmpOfflineMode);
758 if ($this->form->checkInput())
760 $this->
object->setTries(
$_POST[
"q_tries"]);
761 $this->
object->setLocalization(
$_POST[
"localization"]);
763 if ($ilSetting->get(
"fixed_content_style_id") <= 0 &&
765 || $this->object->getStyleSheetId() == 0))
771 $this->
object->update();
773 $this->ctrl->redirect($this,
"properties");
783 $this->
object->setAssignedGlossary(0);
784 $this->
object->update();
785 $ilCtrl->redirect($this,
"properties");
796 $tpl->setContent($this->form->getHTML());
806 include_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
812 $this->form->addItem($ti);
816 $this->form->addItem($ta);
818 $this->form->addCommandButton(
"saveGlossary", $lng->txt(
"save"));
819 $this->form->addCommandButton(
"properties", $lng->txt(
"cancel"));
821 $this->form->
setTitle($lng->txt(
"cont_glo_create"));
822 $this->form->setFormAction($ilCtrl->getFormAction($this));
832 $parent_ref_id = $tree->getParentId((
int)
$_GET[
"ref_id"]);
833 if (!$rbacsystem->checkAccess(
"create", $parent_ref_id,
"glo"))
836 $ilCtrl->redirect($this,
"properties");
840 if ($this->form->checkInput())
842 include_once(
"./Modules/Glossary/classes/class.ilObjGlossary.php");
844 $newObj->setType(
"glo");
845 $newObj->setTitle(
$_POST[
"title"]);
846 $newObj->setDescription(
$_POST[
"description"]);
847 $newObj->setVirtualMode(
"none");
849 $newObj->createReference();
850 $newObj->putInTree($parent_ref_id);
851 $newObj->setPermissions($parent_ref_id);
852 $newObj->notify(
"new",$parent_ref_id,$_GET[
"parent_non_rbac_id"],$parent_ref_id,$newObj->getRefId());
855 $this->
object->setAssignedGlossary($newObj->getId());
856 $this->
object->update();
859 $ilCtrl->redirect($this,
"properties");
862 $this->form->setValuesByPost();
863 $tpl->setContent($this->form->getHtml());
873 include_once(
"./Modules/Scorm2004/classes/class.ilGlossarySelectorGUI.php");
875 $ilCtrl->getLinkTarget($this,
"selectGlossary"),
"ilobjscorm2004learningmodulegui");
878 if (
$_GET[
"expand"] ==
"")
880 $expanded = $tree->readRootId();
884 $expanded =
$_GET[
"expand"];
886 $exp->setExpand($expanded);
888 $exp->setTargetGet(
"glo_id");
891 $exp->setParamsGet($this->ctrl->getParameterArray($this,
"assignGlossary"));
894 $exp->setFiltered(
true);
896 $exp->addFilter(
"root");
897 $exp->addFilter(
"cat");
898 $exp->addFilter(
"grp");
899 $exp->addFilter(
"fold");
900 $exp->addFilter(
"crs");
901 $exp->addFilter(
"glo");
905 $tpl->setContent($exp->getOutput());
916 $this->
object->update();
917 $ilCtrl->redirect($this,
"properties");
927 if ($this->call_by_reference)
946 $tpl->setContent($this->form->getHTML());
956 $lng->loadLanguageModule(
"style");
958 $ilTabs->setTabActive(
"settings");
960 include_once(
"./Services/Form/classes/class.ilPropertyFormGUI.php");
963 $fixed_style = $ilSetting->get(
"fixed_content_style_id");
964 $style_id = $this->
object->getStyleSheetId();
966 if ($fixed_style > 0)
970 $this->lng->txt(
"global_fixed").
")");
971 $this->form->addItem($st);
978 $st_styles[0] = $this->lng->txt(
"default");
988 $this->form->addItem($st);
993 $this->form->addCommandButton(
"editStyle",
994 $lng->txt(
"cont_edit_style"));
995 $this->form->addCommandButton(
"deleteStyle",
996 $lng->txt(
"cont_delete_style"));
1004 $st_styles,
false,
true);
1005 $style_sel =
new ilSelectInputGUI($lng->txt(
"cont_current_style"),
"style_id");
1007 $style_sel->setValue($style_id);
1008 $this->form->addItem($style_sel);
1010 $this->form->addCommandButton(
"saveStyleSettings",
1012 $this->form->addCommandButton(
"createStyle",
1013 $lng->txt(
"sty_create_ind_style"));
1016 $this->form->setTitle($lng->txt(
"cont_style"));
1017 $this->form->setFormAction($ilCtrl->getFormAction($this));
1027 $ilCtrl->redirectByClass(
"ilobjstylesheetgui",
"create");
1037 $ilCtrl->redirectByClass(
"ilobjstylesheetgui",
"edit");
1047 $ilCtrl->redirectByClass(
"ilobjstylesheetgui",
"delete");
1057 if ($ilSetting->get(
"fixed_content_style_id") <= 0 &&
1059 || $this->object->getStyleSheetId() == 0))
1062 $this->
object->update();
1065 $this->ctrl->redirect($this,
"editStyleProperties");
1073 include_once(
'./Services/PrivacySecurity/classes/class.ilPrivacySettings.php');
1075 if (!$privacy->enabledSahsProtocolData())
1077 $this->
ilias->raiseError($this->lng->txt(
'permission_denied'), $this->
ilias->error_obj->MESSAGE);
1080 include_once
"./Services/Table/classes/class.ilTableGUI.php";
1084 if (
$_POST[
"search_string"] !=
"")
1087 }
else if (isset(
$_POST[
"search_string"]) &&
$_POST[
"search_string"] ==
"") {
1088 unset(
$_SESSION[
"scorm_search_string"]);
1092 $this->tpl->addBlockfile(
"ADM_CONTENT",
"adm_content",
"tpl_scorm_track_items_search.html",
"Modules/ScormAicc");
1094 $this->tpl->addBlockfile(
"USR_TABLE",
"usr_table",
"tpl.table.html");
1096 $this->tpl->addBlockfile(
"TBL_CONTENT",
"tbl_content",
"tpl.scorm_track_items.html",
"Modules/ScormAicc");
1100 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
1106 if (isset(
$_SESSION[
"scorm_search_string"])) {
1107 $tbl->setTitle($this->lng->txt(
"cont_tracking_items").
' - Aktive Suche: "'.
$_SESSION[
"scorm_search_string"].
'"');
1109 $tbl->setTitle($this->lng->txt(
"cont_tracking_items"));
1112 $tbl->setHeaderNames(array(
"",$this->lng->txt(
"name"), $this->lng->txt(
"last_access"), $this->lng->txt(
"attempts"), $this->lng->txt(
"version") ));
1115 $header_params = $this->ctrl->getParameterArray($this,
"showTrackingItems");
1117 $tbl->setColumnWidth(array(
"1%",
"50%",
"29%",
"10%",
"10%"));
1119 $cols = array(
"user_id",
"username",
"last_access",
"attempts",
"version");
1120 $tbl->setHeaderVars($cols, $header_params);
1123 $_GET[
"sort_order"] =
$_GET[
"sort_order"] ?
$_GET[
"sort_order"] :
"asc";
1127 $tbl->setOrderColumn(
$_GET[
"sort_by"]);
1128 $tbl->setOrderDirection(
$_GET[
"sort_order"]);
1129 $tbl->setLimit(
$_GET[
"limit"]);
1130 $tbl->setOffset(
$_GET[
"offset"]);
1131 $tbl->setMaxCount($this->maxcount);
1133 $this->tpl->setVariable(
"COLUMN_COUNTS", 5);
1137 $this->tpl->setCurrentBlock(
"tbl_action_btn");
1138 $this->tpl->setVariable(
"BTN_NAME",
"deleteTrackingForUser");
1139 $this->tpl->setVariable(
"BTN_VALUE", $this->lng->txt(
"delete"));
1140 $this->tpl->parseCurrentBlock();
1143 $this->tpl->setCurrentBlock(
"tbl_action_btn");
1144 $this->tpl->setVariable(
"BTN_NAME",
"decreaseAttempts");
1145 $this->tpl->setVariable(
"BTN_VALUE", $this->lng->txt(
"decrease_attempts"));
1146 $this->tpl->parseCurrentBlock();
1149 $this->tpl->setCurrentBlock(
"tbl_action_btn");
1150 $this->tpl->setVariable(
"BTN_NAME",
"exportSelected");
1151 $this->tpl->setVariable(
"BTN_VALUE", $this->lng->txt(
"export"));
1152 $this->tpl->parseCurrentBlock();
1156 $this->tpl->setVariable(
"EXPORT_ACTION",$this->ctrl->getFormAction($this));
1158 $this->tpl->setVariable(
"EXPORT_ALL_VALUE", $this->lng->txt(
'cont_export_all'));
1159 $this->tpl->setVariable(
"EXPORT_ALL_NAME",
"exportAll");
1160 $this->tpl->setVariable(
"IMPORT_VALUE", $this->lng->txt(
'import'));
1161 $this->tpl->setVariable(
"IMPORT_NAME",
"Import");
1163 $this->tpl->setVariable(
"SEARCH_TXT_SEARCH",$this->lng->txt(
'search'));
1164 $this->tpl->setVariable(
"SEARCH_ACTION",$this->ctrl->getFormAction($this));
1165 $this->tpl->setVariable(
"SEARCH_NAME",
'showTrackingItems');
1166 if (isset(
$_SESSION[
"scorm_search_string"])) {
1167 $this->tpl->setVariable(
"STYLE",
'display:inline;');
1169 $this->tpl->setVariable(
"STYLE",
'display:none;');
1171 $this->tpl->setVariable(
"SEARCH_VAL",
$_SESSION[
"scorm_search_string"]);
1172 $this->tpl->setVariable(
"SEARCH_VALUE",$this->lng->txt(
'search_users'));
1173 $this->tpl->parseCurrentBlock();
1176 $tbl->setFooter(
"tblfooter",$this->lng->txt(
"previous"),$this->lng->txt(
"next"));
1178 $items = $this->
object->getTrackedUsers(
$_SESSION[
"scorm_search_string"]);
1180 $tbl->setMaxCount(count($items));
1182 $items = array_slice($items,
$_GET[
"offset"],
$_GET[
"limit"]);
1186 if (count($items) > 0)
1188 foreach ($items as $item)
1190 if (
ilObject::_exists($item[
"user_id"]) && ilObject::_lookUpType($item[
"user_id"])==
"usr")
1192 $user =
new ilObjUser($item[
"user_id"]);
1193 $this->tpl->setCurrentBlock(
"tbl_content");
1194 $this->tpl->setVariable(
"VAL_USERNAME", $item[
"username"]);
1196 $this->tpl->setVariable(
"VAL_ATTEMPT", $item[
"attempts"]);
1197 $this->tpl->setVariable(
"VAL_VERSION", $item[
'version']);
1198 $this->ctrl->setParameter($this,
"user_id", $item[
"user_id"]);
1199 $this->ctrl->setParameter($this,
"obj_id",
$_GET[
"obj_id"]);
1200 $this->tpl->setVariable(
"LINK_ITEM",
1201 $this->ctrl->getLinkTarget($this,
"showTrackingItem"));
1202 $this->tpl->setVariable(
"CHECKBOX_ID", $item[
"user_id"]);
1204 $this->tpl->setVariable(
"CSS_ROW", $css_row);
1205 $this->tpl->parseCurrentBlock();
1208 $this->tpl->setCurrentBlock(
"selectall");
1209 $this->tpl->setVariable(
"SELECT_ALL", $this->lng->txt(
"select_all"));
1210 $this->tpl->setVariable(
"CSS_ROW", $css_row);
1211 $this->tpl->parseCurrentBlock();
1216 $this->tpl->setCurrentBlock(
"notfound");
1217 $this->tpl->setVariable(
"TXT_OBJECT_NOT_FOUND", $this->lng->txt(
"obj_not_found"));
1218 $this->tpl->setVariable(
"NUM_COLS", $num);
1219 $this->tpl->parseCurrentBlock();
1226 $this->
object->exportSelected(1);
1231 if (!isset(
$_POST[
"user"]))
1234 $this->ctrl->redirect($this,
"showTrackingItems");
1236 $this->
object->exportSelected(0,
$_POST[
"user"]);
1246 include_once
"./Services/Table/classes/class.ilTableGUI.php";
1249 $this->tpl->addBlockfile(
"ADM_CONTENT",
"adm_content",
"tpl.table.html");
1251 $this->tpl->addBlockfile(
"TBL_CONTENT",
"tbl_content",
"tpl.scorm2004_track_item.html",
"Modules/Scorm2004");
1255 $this->tpl->setVariable(
"FORMACTION",
"adm_object.php?ref_id=".$this->ref_id.
"$obj_str&cmd=gateway");
1260 include_once(
"./Modules/ScormAicc/classes/SCORM/class.ilSCORMItem.php");
1265 $tbl->setTitle($user->getLastname().
", ".$user->getFirstname());
1267 $tbl->setHeaderNames(array($this->lng->txt(
"title"),
1268 $this->lng->txt(
"cont_status"), $this->lng->txt(
"cont_time"),
1269 $this->lng->txt(
"cont_score")));
1271 $header_params = array(
"ref_id" => $this->ref_id,
"cmd" =>
$_GET[
"cmd"],
1272 "cmdClass" => get_class($this),
"obj_id" =>
$_GET[
"obj_id"],
"baseClass"=>
"ilSAHSEditGUI",
'user_id'=>
$_GET[
"user_id"]);
1274 $cols = array(
"title",
"status",
"time",
"score");
1275 $tbl->setHeaderVars($cols, $header_params);
1279 $tbl->setOrderColumn(
$_GET[
"sort_by"]);
1280 $tbl->setOrderDirection(
$_GET[
"sort_order"]);
1281 $tbl->setLimit(
$_GET[
"limit"]);
1282 $tbl->setOffset(
$_GET[
"offset"]);
1283 $tbl->setMaxCount($this->maxcount);
1289 $tbl->setFooter(
"tblfooter",$this->lng->txt(
"previous"),$this->lng->txt(
"next"));
1290 #$tbl->disable("footer"); 1292 $tr_data = $this->
object->getTrackingDataAgg(
$_GET[
"user_id"]);
1295 $tbl->setMaxCount(count($tr_data));
1296 $tr_data = array_slice($tr_data,
$_GET[
"offset"],
$_GET[
"limit"]);
1300 if (count($tr_data) > 0)
1302 foreach ($tr_data as
$data)
1304 $this->tpl->setCurrentBlock(
"tbl_content");
1305 $this->tpl->setVariable(
"VAL_TITLE", $data[
"title"]);
1306 $this->ctrl->setParameter($this,
"user_id",
$_GET[
"user_id"]);
1307 $this->ctrl->setParameter($this,
"obj_id", $data[
"sco_id"]);
1309 $this->tpl->setVariable(
"LINK_SCO",
1310 $this->ctrl->getLinkTarget($this,
"showTrackingItemPerUser"));
1311 $this->tpl->setVariable(
"VAL_TIME", $data[
"time"]);
1312 $this->tpl->setVariable(
"VAL_STATUS", $data[
"status"]);
1313 $this->tpl->setVariable(
"VAL_SCORE", $data[
"score"]);
1316 $this->tpl->setVariable(
"CSS_ROW", $css_row);
1317 $this->tpl->parseCurrentBlock();
1323 $this->tpl->setCurrentBlock(
"notfound");
1324 $this->tpl->setVariable(
"TXT_OBJECT_NOT_FOUND", $this->lng->txt(
"obj_not_found"));
1325 $this->tpl->setVariable(
"NUM_COLS", $num);
1326 $this->tpl->parseCurrentBlock();
1336 if(!isset(
$_POST[
"user"]))
1338 $this->
ilias->raiseError($this->lng->txt(
"no_checkbox"),$this->
ilias->error_obj->MESSAGE);
1342 include_once(
"./Services/Utilities/classes/class.ilConfirmationGUI.php");
1344 $cgui->setFormAction($this->ctrl->getFormAction($this));
1345 $cgui->setHeaderText($this->lng->txt(
"info_delete_sure"));
1346 $cgui->setCancel($this->lng->txt(
"cancel"),
"cancelDeleteTracking");
1347 $cgui->setConfirm($this->lng->txt(
"confirm"),
"confirmedDeleteTracking");
1349 foreach(
$_POST[
"user"] as $id)
1356 " ".$this->lng->txt(
"cont_tracking_data").
1357 ": ".$user->getLastname().
", ".$user->getFirstname();
1360 $cgui->addItem(
"user[]", $id, $caption);
1364 $this->tpl->setContent($cgui->getHTML());
1368 unset(
$_SESSION[
"scorm_search_string"]);
1369 $this->ctrl->redirect($this,
"showTrackingItems");
1378 $this->ctrl->redirect($this,
"showTrackingItems");
1387 foreach (
$_POST[
"user"] as $user)
1389 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004DeleteData.php");
1392 include_once(
"./Services/Tracking/classes/class.ilLPStatusWrapper.php");
1396 $this->ctrl->redirect($this,
"showTrackingItems");
1402 if (is_array(
$_POST[
"id"]))
1404 $this->
object->deleteTrackingDataOfUsers(
$_POST[
"id"]);
1416 $mtree =
new ilTree($this->object->getId());
1417 $mtree->
setTableNames(
'sahs_sc13_tree',
'sahs_sc13_tree_node');
1418 $mtree->setTreeTablePK(
"slm_id");
1420 if (
$_POST[
"expandAll"] !=
"")
1422 $_GET[
"scexpand"] =
"";
1423 $stree = $mtree->getSubTree($mtree->getNodeData($mtree->readRootId()));
1425 foreach ($stree as
$n)
1427 $n_arr[] = $n[
"child"];
1432 if (
$_POST[
"collapseAll"] !=
"")
1434 $_GET[
"scexpand"] =
"";
1435 $_SESSION[
"scexpand"] = array($mtree->readRootId());
1438 $this->tpl =
new ilTemplate(
"tpl.main.html",
true,
true);
1441 $ilCtrl->setParameter($this,
"active_node",
$_GET[
"active_node"]);
1443 $this->tpl->addBlockFile(
"CONTENT",
"content",
"tpl.explorer.html");
1446 $this->tpl->setCurrentBlock(
"exp2_button");
1447 $this->tpl->setVariable(
"CMD_EXP2_BTN",
"expandAll");
1448 $this->tpl->setVariable(
"TXT_EXP2_BTN", $lng->txt(
"expand_all"));
1449 $this->tpl->parseCurrentBlock();
1451 $this->tpl->setCurrentBlock(
"exp2_button");
1452 $this->tpl->setVariable(
"CMD_EXP2_BTN",
"collapseAll");
1453 $this->tpl->setVariable(
"TXT_EXP2_BTN", $lng->txt(
"collapse_all"));
1454 $this->tpl->parseCurrentBlock();
1456 require_once (
"./Modules/Scorm2004/classes/class.ilSCORM2004EditorExplorer.php");
1457 $exp =
new ilSCORM2004EditorExplorer($this->ctrl->getLinkTarget($this,
"edit"),
1459 $exp->setFrameUpdater(
"content",
"ilHierarchyFormUpdater");
1460 $exp->setTargetGet(
"obj_id");
1461 $exp->setExpandTarget($this->ctrl->getLinkTarget($this,
"showTree"));
1463 if (
$_GET[
"scexpand"] ==
"")
1465 $expanded = $mtree->readRootId();
1469 $expanded =
$_GET[
"scexpand"];
1473 if (
$_GET[
"active_node"] !=
"")
1475 $path = $mtree->getPathId(
$_GET[
"active_node"]);
1476 $exp->setForceOpenPath(
$path);
1478 $exp->highlightNode(
$_GET[
"active_node"]);
1480 $exp->setExpand($expanded);
1484 $output = $exp->getOutput();
1487 if ($ilCtrl->isAsynch())
1492 $this->tpl->setCurrentBlock(
"content");
1493 $this->tpl->setVariable(
"TXT_EXPLORER_HEADER", $this->lng->txt(
"sahs_organization"));
1494 $this->tpl->setVariable(
"EXP_REFRESH", $this->lng->txt(
"refresh"));
1495 $this->tpl->setVariable(
"EXPLORER",$output);
1496 $this->ctrl->setParameter($this,
"scexpand",
$_GET[
"scexpand"]);
1497 $this->tpl->setVariable(
"ACTION", $this->ctrl->getLinkTarget($this,
"showTree"));
1498 $this->tpl->parseCurrentBlock();
1500 include_once(
"./Services/jQuery/classes/class.iljQueryUtil.php");
1503 $this->tpl->show(
false);
1516 $ilTabs->setTabActive(
"sahs_sequencing");
1518 include_once(
"./Modules/Scorm2004/classes/seq_editor/class.ilSCORM2004Item.php");
1520 if (!$this->object->getSequencingExpertMode())
1522 $ilToolbar->addButton($lng->txt(
"sahs_activate_expert_mode"),
1523 $ilCtrl->getLinkTarget($this,
"confirmExpertMode"));
1527 include_once(
"./Services/UIComponent/NestedList/classes/class.ilNestedList.php");
1529 $t = $this->
object->getTree();
1530 $root_node =
$t->getNodeData(
$t->getRootId());
1531 $nodes = $this->
object->getTree()->getSubtree($root_node);
1532 foreach ($nodes as $node)
1534 if (in_array($node[
"type"], array(
"",
"chap",
"sco")))
1536 $ntpl =
new ilTemplate(
"tpl.seq_node.html",
true,
true,
"Modules/Scorm2004");
1537 $ntpl->setVariable(
"NODE_ID", $node[
"child"]);
1538 if ($node[
"type"] ==
"")
1540 $ntpl->setVariable(
"TITLE", $this->object->getTitle());
1545 $ntpl->setVariable(
"TITLE", $node[
"title"]);
1548 $ntpl->setVariable(
"SEQ_INFO",
1550 $list->addListNode($ntpl->get(), $node[
"child"], $node[
"parent"]);
1555 $tb->addFormButton($lng->txt(
"save"),
"saveSequencing");
1556 $ftpl =
new ilTemplate(
"tpl.sequencing.html",
true,
true,
"Modules/Scorm2004");
1557 $ftpl->setVariable(
"CONTENT", $list->getHTML());
1558 $ftpl->setVariable(
"FORM_ACTION", $ilCtrl->getFormAction($this));
1559 $ftpl->setVariable(
"TB", $tb->getHTML());
1560 $tpl->setContent($ftpl->get());
1571 $ilTabs->setTabActive(
"sahs_sequencing");
1573 include_once(
"./Services/Utilities/classes/class.ilConfirmationGUI.php");
1575 $cgui->setFormAction($ilCtrl->getFormAction($this));
1576 $cgui->setHeaderText($lng->txt(
"sahs_activate_expert_mode_info"));
1577 $cgui->setCancel($lng->txt(
"cancel"),
"showSequencing");
1578 $cgui->setConfirm($lng->txt(
"sahs_activate_expert_mode"),
"activateExpertMode");
1580 $tpl->setContent($cgui->getHTML());
1593 $this->
object->setSequencingExpertMode(
true);
1594 $this->
object->update();
1596 $ilCtrl->redirect($this,
"showSequencing");
1607 include_once(
"./Modules/Scorm2004/classes/seq_editor/class.ilSCORM2004Item.php");
1608 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Sco.php");
1609 $t = $this->
object->getTree();
1610 $root_node =
$t->getNodeData(
$t->getRootId());
1611 $nodes = $this->
object->getTree()->getSubtree($root_node);
1612 foreach ($nodes as $node)
1614 if (in_array($node[
"type"], array(
"",
"chap",
"sco")))
1616 if ($node[
"type"] ==
"")
1624 $xml =
'<?xml version="1.0"?>'.ilUtil::stripSlashes(
$_POST[
"seq"][$node[
"child"]],
false);
1626 $ob_texts = array();
1627 if ($node[
"type"] ==
"sco")
1630 $objectives = $sco->getObjectives();
1631 foreach ($objectives as $o)
1633 $ob_texts[$o->getId()] = $o->getObjectiveId();
1637 $item->setSeqXml($xml);
1641 if ($node[
"type"] ==
"sco")
1643 foreach ($ob_texts as $id =>
$t)
1645 $objective =
new ilScorm2004Objective($node[
"child"], $id);
1646 $objective->setObjectiveId(
$t);
1647 $objective->updateObjective();
1655 $ilCtrl->redirect($this,
"showSequencing");
1665 $chaps = $this->
object->getTree()->getChilds(
1666 $this->object->getTree()->getRootId());
1668 foreach($chaps as $chap)
1670 if ($chap[
"type"] ==
"chap")
1672 $s_chaps[$chap[
"child"]] = $chap[
"title"];
1679 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
1680 include_once(
"./Services/Form/classes/class.ilSelectInputGUI.php");
1682 "0" => $lng->txt(
"all")
1686 $si->setOptions($options);
1687 $si->setValue($cur_chap);
1688 $ilToolbar->addInputItem(
$si,
true);
1689 $ilToolbar->addFormButton($lng->txt(
"change"),
"selectLObjChapter");
1691 include_once(
"./Modules/Scorm2004/classes/class.ilObjectivesAlignmentTableGUI.php");
1694 $tpl->setContent($obj_table->getHTML());
1702 $ilCtrl->redirect($this,
"showLearningObjectivesAlignment");
1710 switch (
$_POST[
'select_export'])
1712 case "exportScorm12":
1713 case "exportScorm2004_3rd":
1714 case "exportScorm2004_4th":
1718 case "exportHTMLOne":
1719 $this->ctrl->redirect($this,
$_POST[
'select_export']);
1722 $this->ctrl->redirect($this,
'showExportList');
1734 $template =
new ilTemplate(
"tpl.scorm2004_export_buttons.html",
true,
true,
'Modules/Scorm2004');
1746 "exportScorm2004_3rd" => $this->lng->txt(
"scorm_create_export_file_scrom2004"),
1747 "exportScorm2004_4th" => $this->lng->txt(
"scorm_create_export_file_scrom2004_4th"),
1748 "exportScorm12" => $this->lng->txt(
"scorm_create_export_file_scrom12"),
1749 "exportHTML" => $this->lng->txt(
"scorm_create_export_file_html"),
1750 "exportHTMLOne" => $this->lng->txt(
"scorm_create_export_file_html_one")
1752 foreach ($buttons as $value => $text)
1754 $template->setCurrentBlock(
'option');
1755 $template->setVariable(
'OPTION_VALUE', $value);
1757 $template->parseCurrentBlock();
1759 $template->setVariable(
'EXPORT_TITLE', $this->lng->txt(
'export'));
1760 $template->setVariable(
'EXPORT_LABEL', $this->lng->txt(
'type'));
1761 $template->setVariable(
'FORMACTION', $this->ctrl->getFormAction($this,
'selectExport'));
1763 $export_files = $this->
object->getExportFiles();
1765 include_once
"./Modules/Scorm2004/classes/class.ilSCORM2004ExportTableGUI.php";
1768 foreach ($export_files as $exp_file)
1770 $filetype = $exp_file[
'type'];
1771 $public_str = ($exp_file[
"file"] == $this->
object->getPublicExportFile($filetype))
1772 ?
" <b>(".$this->lng->txt(
"public").
")<b>" 1774 $file_arr = explode(
"__", $exp_file[
"file"]);
1777 $table_gui->setData(
$data);
1778 $this->tpl->setVariable(
'ADM_CONTENT', $template->get() .
"\n" . $table_gui->getHTML());
1788 global $ilAccess, $ilHelp;
1790 if ($this->ctrl->getCmd() ==
"delete")
1795 if (!$this->object->getEditable())
1797 return parent::getTabs($tabs_gui);
1800 $ilHelp->setScreenIdComponent(
"sahsed");
1803 $tabs_gui->addTarget(
"sahs_organization",
1804 $this->ctrl->getLinkTarget($this,
"showOrganization"),
"showOrganization",
1808 $force_active = ($this->ctrl->getNextClass() ==
"ilinfoscreengui")
1811 $tabs_gui->addTarget(
"info_short",
1812 $this->ctrl->getLinkTargetByClass(
"ilinfoscreengui",
"showSummary"),
"",
1813 "ilinfoscreengui",
"", $force_active);
1816 $tabs_gui->addTarget(
"settings",
1817 $this->ctrl->getLinkTarget($this,
"properties"),
"properties",
1828 $tabs_gui->addTarget(
"sahs_objectives_alignment",
1829 $this->ctrl->getLinkTarget($this,
"showLearningObjectivesAlignment"),
"showLearningObjectivesAlignment",
1833 $tabs_gui->addTarget(
"sahs_sequencing",
1834 $this->ctrl->getLinkTarget($this,
"showSequencing"),
"showSequencing",
1850 $tabs_gui->addTarget(
"meta_data",
1851 $this->ctrl->getLinkTargetByClass(
'ilmdeditorgui',
''),
1852 "",
"ilmdeditorgui");
1855 $tabs_gui->addTarget(
"export",
1856 $this->ctrl->getLinkTarget($this,
"showExportList"), array(
"showExportList",
'confirmDeleteExportFile'),
1860 if ($ilAccess->checkAccess(
'edit_permission',
'', $this->object->getRefId()))
1862 $tabs_gui->addTarget(
"perm_settings",
1863 $this->ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm"), array(
"perm",
"info",
"owner"),
'ilpermissiongui');
1866 if ($this->object->editable==1)
1869 $tabs_gui->addNonTabbedLink(
"preview",
1870 $this->lng->txt(
"cont_sc_preview"),
1871 $this->ctrl->getLinkTarget($this,
"preview"),
1884 if ($a_main_tab ==
"settings" &&
1885 $this->object->editable == 1)
1897 $ilTabs->activateSubTab($a_active);
1907 $slm_tree =
new ilTree($this->object->getId());
1909 $slm_tree->setTableNames(
'sahs_sc13_tree',
'sahs_sc13_tree_node');
1917 $a_title =
"", $a_icon =
"", $a_gui_obj = null, $a_gui_cmd =
"")
1921 if ($a_form_action ==
"")
1923 $a_form_action = $ilCtrl->getFormAction($this);
1928 $a_title = $this->
object->getTitle();
1934 if ($a_top_node == 0)
1936 $a_top_node = $slm_tree->getRootId();
1939 if (is_null($a_gui_obj))
1942 $a_gui_cmd =
"showOrganization";
1945 $ilCtrl->setParameter($this,
"backcmd",
"showOrganization");
1946 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004OrganizationHFormGUI.php");
1948 $form_gui->setParentCommand($a_gui_obj, $a_gui_cmd);
1949 $form_gui->setFormAction($a_form_action);
1952 $form_gui->setTree($slm_tree);
1953 $form_gui->setCurrentTopNodeId($a_top_node);
1954 $form_gui->addMultiCommand($lng->txt(
"delete"),
"deleteNodes");
1955 $form_gui->addMultiCommand($lng->txt(
"cut"),
"cutItems");
1956 $form_gui->addMultiCommand($lng->txt(
"copy"),
"copyItems");
1957 $form_gui->addCommand($lng->txt(
"cont_save_all_titles"),
"saveAllTitles");
1958 $form_gui->addCommand($lng->txt(
"expand_all"),
"expandAll");
1959 $form_gui->addCommand($lng->txt(
"collapse_all"),
"collapseAll");
1960 $form_gui->setTriggeredUpdateCommand(
"saveAllTitles");
1963 if (
$_GET[
"highlight"] !=
"")
1965 $hl = explode(
":",
$_GET[
"highlight"]);
1966 $form_gui->setHighlightedNodes($hl);
1967 $form_gui->setFocusId($hl[0]);
1970 $ilCtrl->setParameter($this,
"active_node",
$_GET[
"obj_id"]);
1973 $sc_tpl =
new ilTemplate(
"tpl.scormeditor_orga_screen.html",
true,
true,
"Modules/Scorm2004");
1974 $sc_tpl->setVariable(
"ORGANIZATION", $form_gui->getHTML());
1977 $tpl->setContent($sc_tpl->get());
1988 $ilCtrl->setParameter($this,
"nodes_mode", $a_mode);
1989 include_once(
"Services/Notes/classes/class.ilNoteGUI.php");
1990 $node_id =
$_GET[
"obj_id"];
1991 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
1992 $node_type = ($node_id > 0)
1996 $notes_gui =
new ilNoteGUI($this->object->getId(),
1997 (int) $node_id, $node_type);
2002 $notes_gui->enablePrivateNotes();
2003 $notes_gui->enablePublicNotes();
2005 $next_class = $ilCtrl->getNextClass($this);
2006 if ($next_class ==
"ilnotegui")
2008 $html = $this->ctrl->forwardCommand($notes_gui);
2012 $html = $notes_gui->getNotesHTML();
2024 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004OrganizationHFormGUI.php");
2026 $slm_tree =&
new ilTree($this->object->getId());
2028 $slm_tree->setTableNames(
'sahs_sc13_tree',
'sahs_sc13_tree_node');
2035 $parent_id = $slm_tree->getParentId($node_id);
2040 $parent_id = $node_id;
2043 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Chapter.php");
2044 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2046 $chap_ids = array();
2047 for ($i = 1; $i <= $num; $i++)
2050 $chap->setTitle($lng->txt(
"sahs_new_chapter"));
2051 $chap->setSLMId($this->object->getId());
2054 $chap_ids[] = $chap->getId();
2056 $chap_ids = array_reverse($chap_ids);
2057 $chap_ids = implode($chap_ids,
":");
2061 $ilCtrl->setParameter($this,
"highlight", $chap_ids);
2062 $ilCtrl->redirect($this,
"showOrganization",
"node_".$node_id);
2064 return array(
"node_id" => $node_id,
"items" => $chap_ids);
2074 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004OrganizationHFormGUI.php");
2076 $slm_tree =&
new ilTree($this->object->getId());
2078 $slm_tree->setTableNames(
'sahs_sc13_tree',
'sahs_sc13_tree_node');
2083 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Sco.php");
2084 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2088 $parent_id = $slm_tree->getParentId($node_id);
2093 $parent_id = $node_id;
2098 for ($i = 1; $i <= $num; $i++)
2101 $sco->setTitle($lng->txt(
"sahs_new_sco"));
2102 $sco->setSLMId($this->object->getId());
2105 $sco_ids[] = $sco->getId();
2107 $sco_ids = array_reverse($sco_ids);
2108 $sco_ids = implode($sco_ids,
":");
2112 $ilCtrl->setParameter($this,
"highlight", $sco_ids);
2113 $ilCtrl->redirect($this,
"showOrganization",
"node_".$node_id);
2115 return array(
"node_id" => $node_id,
"items" => $sco_ids);
2125 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004OrganizationHFormGUI.php");
2127 $slm_tree =&
new ilTree($this->object->getId());
2129 $slm_tree->setTableNames(
'sahs_sc13_tree',
'sahs_sc13_tree_node');
2134 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Asset.php");
2135 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2139 $parent_id = $slm_tree->getParentId($node_id);
2144 $parent_id = $node_id;
2149 for ($i = 1; $i <= $num; $i++)
2152 $ass->setTitle($lng->txt(
"sahs_new_asset"));
2153 $ass->setSLMId($this->object->getId());
2156 $ass_ids[] = $ass->getId();
2158 $ass_ids = array_reverse($ass_ids);
2159 $ass_ids = implode($ass_ids,
":");
2163 $ilCtrl->setParameter($this,
"highlight", $ass_ids);
2164 $ilCtrl->redirect($this,
"showOrganization",
"node_".$node_id);
2166 return array(
"node_id" => $node_id,
"items" => $ass_ids);
2176 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004OrganizationHFormGUI.php");
2178 $slm_tree =&
new ilTree($this->object->getId());
2180 $slm_tree->setTableNames(
'sahs_sc13_tree',
'sahs_sc13_tree_node');
2185 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004PageNode.php");
2186 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2189 $parent_id = $slm_tree->getParentId($node_id);
2194 $parent_id = $node_id;
2198 $page_ids = array();
2199 for ($i = 1; $i <= $num; $i++)
2202 $page->setTitle($lng->txt(
"sahs_new_page"));
2203 $page->setSLMId($this->object->getId());
2206 $page_ids[] = $page->getId();
2208 $page_ids = array_reverse($page_ids);
2209 $page_ids = implode($page_ids,
":");
2213 $ilCtrl->setParameter($this,
"highlight", $page_ids);
2214 $ilCtrl->redirect($this,
"showOrganization",
"node_".$node_id);
2216 return array(
"node_id" => $node_id,
"items" => $page_ids);
2228 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004OrganizationHFormGUI.php");
2229 include_once(
"./Modules/Scorm2004/classes/seq_editor/class.ilSCORM2004SeqTemplate.php");
2231 $templates = array();
2232 $description = null;
2235 $default_identifier =
$_POST[
"identifier"];
2240 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.scormeditor_seq_chooser.html",
"Modules/Scorm2004");
2242 $this->tpl->setCurrentBlock(
"option_item");
2245 foreach ($arr_templates as $templ)
2248 $item_data = $templ->getMetadataProperties();
2249 $item_data[
'identifier'] = $templ->getIdentifier();
2250 array_push($templates,$item_data);
2251 if ($default_identifier == $item_data[
'identifier']) {$sel =
'selected'; $active = $item_data;}
2252 $this->tpl->setVariable(
"VAL_SELECTED",$sel );
2253 $this->tpl->setVariable(
"VAL_IDENTIFIER",$item_data[
'identifier'] );
2254 $this->tpl->setVariable(
"VAL_TITLE",$item_data[
'title'] );
2255 $this->tpl->parseCurrentBlock();
2259 if ($active == null )
2262 $description = $templates[0][
'description'];
2263 $image = $templates[0][
'thumbnail'];
2265 $description = $active[
'description'];
2266 $image = $active[
'thumbnail'];
2269 $this->tpl->setVariable(
"VAL_DESCRIPTION",$description);
2272 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
2273 $this->tpl->setVariable(
"BTN_NAME",
"insertScenario");
2274 $this->tpl->setVariable(
"TXT_CANCEL", $this->lng->txt(
"cancel"));
2275 $this->tpl->setVariable(
"TXT_INSERT", $this->lng->txt(
"insert"));
2276 $this->tpl->setVariable(
"TXT_CHANGE", $this->lng->txt(
"change"));
2278 $this->tpl->setVariable(
"TXT_TITLE",
"Choose Sequencing Template");
2280 $node_id =
$_POST[
"node_id"];
2281 $first_child =
$_POST[
"first_child"];
2286 $this->tpl->setVariable(
"VAL_NODE_ID", $node_id);
2287 $this->tpl->setVariable(
"VAL_FIRST_CHILD", $first_child);
2299 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004OrganizationHFormGUI.php");
2301 $slm_tree =&
new ilTree($this->object->getId());
2303 $slm_tree->setTableNames(
'sahs_sc13_tree',
'sahs_sc13_tree_node');
2305 $node_id =
$_POST[
"node_id"];
2307 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004PageNode.php");
2308 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2309 include_once(
"./Modules/Scorm2004/classes/seq_editor/class.ilSCORM2004SeqTemplate.php");
2311 if (!
$_POST[
"first_child"])
2313 $parent_id = $slm_tree->getParentId($node_id);
2318 $parent_id = $node_id;
2323 $id = $template->insertTemplateForObjectAtParent($this->
object,$parent_id,$target);
2324 $ilCtrl->setParameter($this,
"highlight", $id);
2325 $ilCtrl->redirect($this,
"showOrganization",
"node_".$node_id);
2345 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004OrganizationHFormGUI.php");
2349 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.scormeditor_page_layout_chooser.html",
"Modules/Scorm2004");
2351 $this->tpl->setCurrentBlock(
"option_item");
2354 foreach ($arr_templates as $templ)
2358 $templ->readObject();
2359 $this->tpl->setVariable(
"VAL_LAYOUT_TITLE",$templ->getTitle());
2360 $this->tpl->setVariable(
"VAL_LAYOUT_IMAGE",$templ->getPreview());
2361 $this->tpl->setVariable(
"VAL_LAYOUT_ID",$templ->getId());
2362 $this->tpl->setVariable(
"VAL_DISPLAY",
"inline");
2364 $this->tpl->setVariable(
"VAL_CHECKED",
"checked");
2366 if ($count%4 == 0) {
2367 $this->tpl->setVariable(
"END_ROW",
"</tr>");
2369 if ($count == 1 || ($count-1)%4 == 0) {
2370 $this->tpl->setVariable(
"BEGIN_ROW",
"<tr>");
2372 $this->tpl->parseCurrentBlock();
2377 $rest = 4-($count%4);
2382 for ($i=1;$i<=
$rest;$i++) {
2383 $this->tpl->setVariable(
"VAL_DISPLAY",
"none");
2384 $this->tpl->setVariable(
"VAL_LAYOUT_ID",$templ->getId());
2387 $this->tpl->setVariable(
"END_ROW",
"</tr>");
2389 $this->tpl->parseCurrentBlock();
2399 $ilCtrl->saveParameter($this,
"obj_id");
2401 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
2403 $this->tpl->setVariable(
"BTN_NAME",
"insertTemplate");
2404 $this->tpl->setVariable(
"TXT_CANCEL", $this->lng->txt(
"cancel"));
2405 $this->tpl->setVariable(
"TXT_INSERT", $this->lng->txt(
"create"));
2406 $this->tpl->setVariable(
"CMD_CANCEL",
"showOrganization");
2408 $this->tpl->setVariable(
"TXT_CANCEL", $this->lng->txt(
"cancel"));
2409 $this->tpl->setVariable(
"TXT_INSERT", $this->lng->txt(
"insert"));
2410 $this->tpl->setVariable(
"TXT_CHANGE", $this->lng->txt(
"change"));
2411 if ($a_special_page)
2413 $this->tpl->setVariable(
"TXT_TITLE", $this->lng->txt(
"sahs_choose_special_page"));
2417 $this->tpl->setVariable(
"TXT_TITLE", $this->lng->txt(
"sahs_choose_page_template"));
2430 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004OrganizationHFormGUI.php");
2432 $slm_tree =&
new ilTree($this->object->getId());
2434 $slm_tree->setTableNames(
'sahs_sc13_tree',
'sahs_sc13_tree_node');
2437 $node_id =
$_POST[
"node_id"];
2438 $layout_id =
$_POST[
"layout_id"];
2441 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004PageNode.php");
2442 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2444 if (!
$_POST[
"first_child"])
2446 $parent_id = $slm_tree->getParentId($node_id);
2451 $parent_id = $node_id;
2455 $page_ids = array();
2456 for ($i = 1; $i <= $num; $i++)
2459 $page->setTitle($lng->txt(
"sahs_new_page"));
2460 $page->setSLMId($this->object->getId());
2461 $page->create(
false,$layout_id);
2463 $page_ids[] = $page->getId();
2465 $page_ids = array_reverse($page_ids);
2466 $page_ids = implode($page_ids,
":");
2470 if (
$_GET[
"obj_id"] !=
"")
2476 $ilCtrl->setParameter($this,
"highlight", $page_ids);
2477 $ilCtrl->redirect($this,
"showOrganization",
"node_".$node_id);
2487 $_GET[
"scexpand"] =
"";
2488 $mtree = $this->
object->getTree();
2489 $n_id = (
$_GET[
"obj_id"] > 0)
2491 : $mtree->readRootId();
2492 $stree = $mtree->getSubTree($mtree->getNodeData($n_id));
2494 foreach ($stree as
$n)
2496 $n_arr[] = $n[
"child"];
2507 $_GET[
"scexpand"] =
"";
2508 $mtree = $this->
object->getTree();
2509 $n_id = (
$_GET[
"obj_id"] > 0)
2511 : $mtree->readRootId();
2512 $stree = $mtree->getSubTree($mtree->getNodeData($n_id));
2514 foreach ($stree as
$n)
2516 if (in_array($n[
"child"], $old) && $n[
"child"] != $n_id)
2518 $k = array_search($n[
"child"], $old);
2533 if (is_array(
$_POST[
"title"]))
2535 include_once(
"./Services/MetaData/classes/class.ilMD.php");
2536 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004NodeFactory.php");
2537 foreach(
$_POST[
"title"] as $id => $title)
2540 if (is_object($node_obj))
2543 $md =
new ilMD($this->object->getId(), $id, $node_obj->getType());
2554 $ilCtrl->redirect($this,
"showOrganization");
2569 $this->
ilias->raiseError($this->lng->txt(
"no_checkbox"),$this->
ilias->error_obj->MESSAGE);
2575 include_once(
"./Services/Utilities/classes/class.ilConfirmationGUI.php");
2578 if ($a_form_action ==
"")
2581 ?
"showOrganization" 2583 $this->ctrl->setParameter($this,
"backcmd",
$cmd);
2584 $a_form_action = $this->ctrl->getFormAction($this);
2586 $confirmation_gui->setFormAction($a_form_action);
2587 $confirmation_gui->setHeaderText($this->lng->txt(
"info_delete_sure"));
2590 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004NodeFactory.php");
2591 foreach(
$_POST[
"id"] as $id)
2596 $confirmation_gui->addItem(
"id[]", $node_obj->getId(),
2601 $confirmation_gui->setCancel($lng->txt(
"cancel"),
"cancelDelete");
2602 $confirmation_gui->setConfirm($lng->txt(
"confirm"),
"confirmedDelete");
2604 $tpl->setContent($confirmation_gui->getHTML());
2612 $this->ctrl->redirect($this,
$_GET[
"backcmd"]);
2623 $tree->setTableNames(
'sahs_sc13_tree',
'sahs_sc13_tree_node');
2624 $tree->setTreeTablePK(
"slm_id");
2627 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004NodeFactory.php");
2628 foreach (
$_POST[
"id"] as $id)
2633 $node_data =
$tree->getNodeData($id);
2634 if (is_object($obj))
2636 $obj->setSLMId($this->object->getId());
2645 if(
$tree->isInTree($id))
2647 $tree->deleteTree($node_data);
2660 $ilCtrl->redirect($this,
"showOrganization");
2671 $this->
object->executeDragDrop(
$_POST[
"il_hform_source_id"],
$_POST[
"il_hform_target_id"],
2673 $ilCtrl->redirect($this,
"showOrganization");
2683 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2687 foreach($items as $k => $item)
2694 foreach($todel as $k)
2701 $ilCtrl->redirect($this, $a_return);
2706 include_once(
"./Modules/LearningModule/classes/class.ilEditClipboard.php");
2710 $ilCtrl->redirect($this, $a_return);
2720 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2724 foreach($items as $k => $item)
2731 foreach($todel as $k)
2739 $ilCtrl->redirect($this, $a_return);
2744 include_once(
"./Modules/LearningModule/classes/class.ilEditClipboard.php");
2749 $ilCtrl->redirect($this, $a_return);
2759 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2762 $ilCtrl->redirect($this,
"showOrganization",
2773 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2776 $ilCtrl->redirect($this,
"showOrganization",
2787 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2790 $ilCtrl->redirect($this,
"showOrganization",
2801 include_once(
"./Modules/Scorm2004/classes/class.ilSCORM2004Node.php");
2804 $ilCtrl->redirect($this,
"showOrganization",
2812 $export->buildExportFile();
2814 $this->ctrl->redirect($this,
"showExportList");
2820 $export->buildExportFile();
2822 $this->ctrl->redirect($this,
"showExportList");
2828 $export->buildExportFile();
2830 $this->ctrl->redirect($this,
"showExportList");
2836 $export->buildExportFile();
2838 $this->ctrl->redirect($this,
"showExportList");
2844 $export->buildExportFile();
2846 $this->ctrl->redirect($this,
"showExportList");
2852 if(!$export->buildExportFile())
2854 if(!PATH_TO_MKISOFS)
2855 $this->
ilias->raiseError($this->lng->txt(
"no_mkisofs_configured"),$this->
ilias->error_obj->MESSAGE);
2857 $this->ctrl->redirect($this,
"showExportList");
2863 $export->buildExportFile();
2864 $this->ctrl->redirect($this,
"showExportList");
2869 if(!isset(
$_POST[
"file"]))
2871 $this->
ilias->raiseError($this->lng->txt(
"no_checkbox"),$this->
ilias->error_obj->MESSAGE);
2874 if (count(
$_POST[
"file"]) > 1)
2876 $this->
ilias->raiseError($this->lng->txt(
"cont_select_max_one_item"),$this->
ilias->error_obj->MESSAGE);
2878 $export =
new ilSCORM2004Export($this->
object);
2879 $export_dir = $export->getExportDirectoryForType(
$_POST[
'type'][
$_POST[
'file'][0]]);
2888 if(!isset(
$_POST[
"file"]))
2891 $this->ctrl->redirect($this,
"showExportList");
2895 $export_files = $this->
object->getExportFiles();
2897 include_once
"./Modules/Scorm2004/classes/class.ilSCORM2004ExportTableGUI.php";
2900 foreach ($export_files as $exp_file)
2902 foreach (
$_POST[
'file'] as $delete_file)
2904 if (strcmp($delete_file, $exp_file[
'file']) == 0)
2906 $public_str = ($exp_file[
"file"] == $this->
object->getPublicExportFile($exp_file[
"type"]))
2907 ?
" <b>(".$this->lng->txt(
"public").
")<b>" 2909 $file_arr = explode(
"__", $exp_file[
"file"]);
2914 $table_gui->setData(
$data);
2915 $this->tpl->setVariable(
'ADM_CONTENT', $table_gui->getHTML());
2924 $this->ctrl->redirect($this,
"showExportList");
2933 include_once
"./Services/Utilities/classes/class.ilUtil.php";
2934 $export =
new ilSCORM2004Export($this->
object);
2937 $export_dir = $export->getExportDirectoryForType(
$_POST[
'type'][$idx]);
2938 $exp_file = $export_dir.
"/".
$file;
2939 if (@is_file($exp_file))
2945 $this->ctrl->redirect($this,
"showExportList");
2953 if(!isset(
$_POST[
"file"]))
2955 $this->
ilias->raiseError($this->lng->txt(
"no_checkbox"),$this->
ilias->error_obj->MESSAGE);
2957 if (count(
$_POST[
"file"]) > 1)
2959 $this->
ilias->raiseError($this->lng->txt(
"cont_select_max_one_item"),$this->
ilias->error_obj->MESSAGE);
2962 $export =
new ilSCORM2004Export($this->
object);
2966 if ($this->object->getPublicExportFile($type) ==
$file)
2968 $this->
object->setPublicExportFile($type,
"");
2972 $this->
object->setPublicExportFile($type,
$file);
2974 $this->
object->update();
2975 $this->ctrl->redirect($this,
"showExportList");
2986 $zipfile = $export->buildExportFile();
2987 $zipPathinfo = pathinfo($zipfile);
2988 $file_path = $this->
object->getDataDirectory().
"/".($zipPathinfo[
"basename"]);
2989 copy($zipfile,$file_path);
2996 include_once (
"./Modules/Scorm2004/classes/ilSCORM13Package.php");
2998 $rte_pkg->il_import($this->object->getDataDirectory(),$this->
object->getId(),
$ilias,
false,
true);
3005 ilUtil::redirect(
"ilias.php?baseClass=ilSAHSPresentationGUI&ref_id=".$this->object->getRefID().
"&envEditor=1");
cancelDeleteExportFile()
cancel deletion of export files
static sendSuccess($a_info="", $a_keep=false)
Send Success Message to Screen.
Select file for being added into file lists.
Class ilSCORM2004Condition.
jumpToNode($a_anchor_node="", $a_highlight_ids="")
setSelectableTypes($a_types)
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
Class ilSCORM2004PageNode.
Class ilObjSCORMLearningModuleGUI.
getNotesHTML($a_mode="")
Get notes HTML.
deleteStyle()
Delete Style.
insertTemplate($a_redirect=true)
Insert (multiple) pages at node.
createGlossary()
Create glossary.
static putInTree($a_obj, $a_parent_id="", $a_target_node_id="")
put this object into content object tree
static clipboardCopy($a_slm_obj_id, $a_ids)
Copy a set of chapters/pages/scos into the clipboard.
insertScenarioGUI()
Insert sequencing scenario at node.
TableGUI class for learning objectives alignments.
setValue($a_value)
Set Value.
insertSpecialPage($a_redirect=true)
Insert special page.
checkIfAnyoneIsInOfflineMode($obj_id)
insertChapter($a_redirect=true)
Insert (multiple) chapters at node.
detachGlossary()
Detach glossary.
initPropertiesEditableForm()
Init properties (editable) form.
saveProperties()
save scorm 2004 module properties
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
static getStyleSheetLocation($mode="output", $a_css_name="", $a_css_location="")
get full style sheet file name (path inclusive) of current user
saveGlossary()
Save glossary 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...
copyItems($a_return="showOrganization")
Copy items to clipboard.
saveAllTitles($a_redirect=true)
Save all titles of chapters/scos/pages.
setSubTabs($a_main_tab, $a_active)
Set sub tabs.
removeCMIDataForUserAndPackage($user_id, $packageId)
insertChapterClip()
Insert chapter from clipboard.
static unzip($a_file, $overwrite=false, $a_flat=false)
unzip file
insertSco($a_redirect=true)
Insert (multiple) scos at node.
getTemplate()
output main header (title and locator)
Class ilSCORM2004Chapter.
deleteNodes($a_form_action="")
confirm deletion screen of chapters/scos/pages
ilObjectGUI($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true)
Constructor public.
static _lookupTitle($a_id)
lookup object title
insertPage($a_redirect=true)
Insert (multiple) pages at node.
static insertPageClip($a_slm_obj)
Insert pages from clipboard.
cutItems($a_return="showOrganization")
Copy items to clipboard, then cut them from the current tree.
activateExpertMode()
Activate expert mode.
static insertScoClip($a_slm_obj)
Insert scos from clipboard.
insertScenario()
Insert sequencing scenario at node.
static sortArray($array, $a_array_sortby, $a_array_sortorder=0, $a_numeric=false, $a_keep_keys=false)
sortArray
expandAll($a_redirect=true)
Expand all.
deleteTrackingForUser()
display deletion confirmation screen
showTree()
Show Editing Tree.
frameset($a_to_organization=false)
output main frameset of media pool left frame: explorer tree of folders right frame: media pool conte...
insertChapterClip($a_slm_obj, $a_as_sub=false)
Insert Chapter from clipboard.
insertAssetClip()
Insert assets from clipboard.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
if(!is_array($argv)) $options
static getInstance($a_slm_object, $a_id=0, $a_halt=true)
confirmedDeleteTracking()
Confirmed tracking deletion.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static formSelect($selected, $varname, $options, $multiple=false, $direct_text=false, $size="0", $style_class="", $attribs="", $disabled=false)
Builds a select form field with options and shows the selected option first.
initStylePropertiesForm()
Init style properties form.
static _lookupType($a_obj_id)
Lookup Type.
ilObjSCORM2004LearningModuleGUI($a_data, $a_id, $a_call_by_reference, $a_prepare_output=true)
Constructor.
confirmDeleteExportFile()
confirmation screen for export file deletion
static _lookupObjId($a_id)
special template class to simplify handling of ITX/PEAR
showTrackingItem()
show tracking data of item
insertTemplateGUI($a_redirect=true, $a_special_page=false)
Displays GUI to select template for page.
This class represents a text property in a property form.
static formatDate(ilDateTime $date)
Format a date public.
_lookupSubType($a_obj_id)
lookup subtype id (scorm, aicc, hacp)
_getStandardStyles($a_exclude_default_style=false, $a_include_deactivated=false, $a_scope=0)
Get standard styles.
Class ilSCORM2004PageNodeGUI.
redirection script todo: (a better solution should control the processing via a xml file) ...
createStyle()
Create Style.
getPropertiesEditableValues()
Get current values for properties (editable) from.
Export class for SCORM 2004 object.
static clear($a_var)
Unset a value.
showLearningObjectivesAlignment()
Show Learning Objectives Alignment.
setTableNames($a_table_tree, $a_table_obj_data, $a_table_obj_reference="")
set table names The primary key of the table containing your object_data must be 'obj_id' You may use...
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
static sendQuestion($a_info="", $a_keep=false)
Send Question to Screen.
static uniqueTypesCheck($a_items)
Check for unique types (all pages or all chapters or all scos)
static availableTemplates()
static deliverFile($a_file, $a_filename, $a_mime='', $isInline=false, $removeAfterDelivery=false, $a_exit_after=true)
deliver file for download via browser.
collapseAll($a_redirect=true)
Collapse all.
initGlossaryCreationForm()
Init glossary creation form.
saveStyleSettings()
Save style settings.
Tree class data representation in hierachical trees using the Nested Set Model with Gaps by Joe Celco...
editOrganization($a_to_organization=true)
Edit organization (called from listgui, must setup frameset)
static _lookupType($a_id, $a_reference=false)
lookup object type
setTreeTablePK($a_column_name)
set column containing primary key in tree table public
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
showOrganization($a_top_node=0, $a_form_action="", $a_title="", $a_icon="", $a_gui_obj=null, $a_gui_cmd="")
Show subhiearchy of chapters, scos and pages.
Class ilSCORM2004Chapter.
static stripSlashesArray($a_arr, $a_strip_html=true, $a_allow="")
Strip slashes from array.
insertPageClip()
Insert pages from clipboard.
showTrackingItems()
show tracking data
saveSequencing()
Save sequencing.
_lookupStandard($a_id)
Lookup standard flag.
showSequencing()
Show Sequencing.
insertScoClip()
Insert scos from clipboard.
selectExport()
Select the export type of the SCORM 2004 module.
editStyleProperties()
Edit Stlye Properties.
This class represents a non editable value in a property form.
clipboardCut($a_slm_obj_id, $a_ids)
Cut and copy a set of chapters/pages into the clipboard.
SCORM editor explorer GUI class.
static renameExecutables($a_dir)
Rename uploaded executables for security reasons.
proceedDragDrop()
Perform drag and drop action.
Class ilObjSCORM2004LearningModule.
This class represents a text area property in a property form.
static switchColor($a_num, $a_css1, $a_css2)
switches style sheets for each even $a_num (used for changing colors of different result rows) ...
getTabs(&$tabs_gui)
Adds tabs to tab gui object.
Class ilSCORM2004ChapterGUI.
confirmedDelete($a_redirect=true)
Delete chapters/scos/pages.
assignObject()
assign scorm object to scorm gui object
static initjQuery($a_tpl=null)
Init jQuery.
static activeLayouts($a_special_page=false, $a_module=null)
Get active layouts.
insertAsset($a_redirect=true)
Insert (multiple) assets at node.
cancelDelete()
cancel delete
static _getInstance()
Get instance of ilPrivacySettings.
Class ilSCORM2004ChapterGUI.
setTabs()
output main frameset of media pool left frame: explorer tree of folders right frame: media pool conte...
showExportList()
Show Export List.
static yn2tf($a_yn)
convert "y"/"n" to true/false
static _writeTitle($a_obj_id, $a_title)
Write Title.
cancelDeleteTracking()
cancel deletion of export files
static redirect($a_script)
http redirect to other script
addHeaderAction()
Add header action menu.
initPropertiesForm()
Initialize properties form.
deleteExportFile()
delete export files
static insertAssetClip($a_slm_obj, $a_type="ass")
Insert assets from clipboard.
Class ilSCORM2004AssetGUI.
assignGlossary()
Assign glossary.
selectGlossary()
Select glossary.
getEditTree()
Get editing tree object.
properties()
Scorm 2004 module properties.
Confirmation screen class.
Class ilObjSCORMLearningModuleGUI.
confirmExpertMode()
Confirm activation of expert mode.
executeCommand()
execute command