3 declare(strict_types=1);
50 $this->tpl = $DIC[
'tpl'];
51 $this->
lng = $DIC->language();
52 $this->
ctrl = $DIC->ctrl();
53 $this->
ctrl->saveParameter($this,
"ref_id");
54 $this->refId = $DIC->http()->wrapper()->query()->retrieve(
'ref_id', $DIC->refinery()->kindlyTo()->int());
63 $lng = $DIC->language();
64 $ilAccess = $DIC->access();
65 $ilNavigationHistory = $DIC[
'ilNavigationHistory'];
66 $ilCtrl = $DIC->ctrl();
67 $ilLocator = $DIC[
'ilLocator'];
68 $ilObjDataCache = $DIC[
'ilObjDataCache'];
74 if ($ilAccess->checkAccess(
"read",
"", $this->refId)) {
75 $ilNavigationHistory->addItem(
77 "ilias.php?cmd=infoScreen&baseClass=ilSAHSPresentationGUI&ref_id=" . $this->refId,
82 $next_class = $this->
ctrl->getNextClass($this);
83 $cmd = $this->
ctrl->getCmd();
87 if ($cmd ===
"downloadCertificate") {
89 $ret = $this->
ctrl->forwardCommand($scorm_gui);
94 if ($next_class !==
"ilinfoscreengui" &&
95 $cmd !==
"infoScreen" &&
96 $next_class !==
"ilobjscorm2004learningmodulegui" &&
97 $next_class !==
"ilobjscormlearningmodulegui" &&
98 $next_class !==
"illearningprogressgui") {
101 $this->
ctrl->setCmdClass(
"ilscorm13playergui");
106 $this->
ctrl->setCmdClass(
"ilscormpresentationgui");
110 $next_class = $this->
ctrl->getNextClass($this);
113 switch ($next_class) {
114 case "ilinfoscreengui":
118 case "ilscorm13playergui":
120 $ret = $this->
ctrl->forwardCommand($scorm_gui);
123 case "ilscormpresentationgui":
125 $ret = $this->
ctrl->forwardCommand($scorm_gui);
128 case "illearningprogressgui":
131 $this->
ctrl->forwardCommand($new_gui);
132 $this->tpl->printToStdout();
135 case "ilobjscorm2004learningmodulegui":
137 $this->
ctrl->forwardCommand($new_gui);
139 $this->tpl->printToStdout();
142 case "ilobjscormlearningmodulegui":
144 $this->
ctrl->forwardCommand($new_gui);
146 $this->tpl->printToStdout();
159 if (is_object($sc_gui_object)) {
160 $sc_gui_object->view();
164 $this->tpl->printToStdout();
175 $this->
ctrl->setCmd(
"showSummary");
176 $this->
ctrl->setCmdClass(
"ilinfoscreengui");
190 !$DIC->access()->checkAccess(
'visible',
'', $refId) &&
191 !$DIC->access()->checkAccess(
'read',
'', $refId)
193 $DIC[
'ilErr']->raiseError($this->
lng->txt(
'msg_no_perm_read'), $DIC[
'ilErr']->MESSAGE);
196 $DIC->tabs()->addTab(
198 $this->
lng->txt(
"info_short"),
199 $this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui",
"showSummary")
202 $DIC->tabs()->addTab(
204 $this->
lng->txt(
"learning_progress"),
205 $this->
ctrl->getLinkTargetByClass(
'illearningprogressgui',
'')
208 if ($DIC->access()->checkAccess(
"edit_learning_progress",
"", $refId) || $DIC->access()->checkAccess(
"read_learning_progress",
"", $refId)) {
210 if ($privacy->enabledSahsProtocolData()) {
213 if (
$type ===
"scorm2004") {
214 $DIC->tabs()->addTab(
215 "cont_tracking_data",
216 $this->
lng->txt(
"cont_tracking_data"),
217 $this->
ctrl->getLinkTargetByClass(
'ilobjscorm2004learningmodulegui',
'showTrackingItems')
219 } elseif (
$type ===
"scorm") {
220 $DIC->tabs()->addTab(
221 "cont_tracking_data",
222 $this->
lng->txt(
"cont_tracking_data"),
223 $this->
ctrl->getLinkTargetByClass(
'ilobjscormlearningmodulegui',
'showTrackingItems')
228 $DIC->tabs()->activateTab($a_active);
229 $this->tpl->loadStandardTemplate();
230 $this->tpl->setTitle($this->slm_gui->getObject()->getTitle());
232 $DIC[
'ilLocator']->addRepositoryItems();
233 $DIC[
'ilLocator']->addItem(
234 $this->slm_gui->getObject()->getTitle(),
235 $this->
ctrl->getLinkTarget($this,
"infoScreen"),
239 $this->tpl->setLocator();
249 $ilAccess = $DIC->access();
259 $this->
lng->loadLanguageModule(
"meta");
262 $info->enablePrivateNotes();
266 if ($ilAccess->checkAccess(
"write",
"", $refId)) {
267 $info->enableNewsEditing();
269 $enable_internal_rss = $news_set->get(
"enable_rss_for_internal");
270 if ($enable_internal_rss) {
271 $info->setBlockProperty(
"news",
"settings",
"");
276 if ($ilAccess->checkAccess(
"read",
"", $refId)) {
277 $ilToolbar =
$GLOBALS[
'DIC']->toolbar();
278 $ilToolbar->addButtonInstance($this->slm_gui->getObject()->getViewButton());
282 $info->addMetaDataSections(
283 $this->slm_gui->getObject()->getId(),
285 $this->slm_gui->getObject()->getType()
289 $this->
ctrl->forwardCommand($info);
290 $this->tpl->printToStdout();
setInfoTabs(string $a_active)
Class ilObjSCORMLearningModuleGUI.
infoScreen()
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually...
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
ilGlobalPageTemplate $tpl
loadLanguageModule(string $a_module)
Load language module.
static checkAccess(int $a_ref_id, bool $a_allow_only_read=true)
check access to learning progress
static getStyleSheetLocation(string $mode="output", string $a_css_name="", string $a_css_location="")
get full style sheet file name (path inclusive) of current user
static _lookupSubType(int $a_obj_id)
lookup subtype id (scorm, )
Interface ilCtrlBaseClassInterface describes ilCtrl base classes.
ilObjSCORMLearningModuleGUI $slm_gui
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
static _lookupObjectId(int $ref_id)
outputInfoScreen()
info screen
ForgottenDebugOutputInspection
Class ilSCORMPresentationGUI.
const LP_CONTEXT_REPOSITORY
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...
Class ilObjSCORMLearningModuleGUI.