19 declare(strict_types=1);
49 private \ILIAS\DI\Container
$dic;
57 $this->main_tpl = $DIC->ui()->mainTemplate();
63 $this->dic->tabs()->addSubTab(
64 self::SUBTAB_ID_SETTINGS,
65 $this->
language->txt(self::SUBTAB_ID_SETTINGS),
66 $this->dic->ctrl()->getLinkTarget($this, self::CMD_SHOW)
71 if ($validator->validate()) {
72 $this->dic->tabs()->addSubTab(
73 self::SUBTAB_ID_CERTIFICATE,
74 $this->
language->txt(self::SUBTAB_ID_CERTIFICATE),
75 $this->dic->ctrl()->getLinkTargetByClass([ilCmiXapiSettingsGUI::class,ilCertificateGUI::class],
'certificateEditor')
84 switch ($this->dic->ctrl()->getNextClass()) {
85 case strtolower(ilCertificateGUI::class):
89 if (!$validator->validate()) {
93 $this->dic->tabs()->activateSubTab(self::SUBTAB_ID_CERTIFICATE);
96 $gui = $guiFactory->create($this->
object);
98 $this->dic->ctrl()->forwardCommand($gui);
103 $command = $this->dic->ctrl()->getCmd(self::DEFAULT_CMD) .
'Cmd';
112 if ($form->checkInput()) {
115 $this->main_tpl->setOnScreenMessage(
'success', $this->
language->txt(
'msg_obj_modified'),
true);
116 $this->dic->ctrl()->redirect($this, self::CMD_SHOW);
124 $this->dic->tabs()->activateSubTab(self::SUBTAB_ID_SETTINGS);
128 $this->dic->ui()->mainTemplate()->setContent($form->getHTML());
134 $form->setFormAction($this->dic->ctrl()->getFormAction($this));
137 $ne->setValue($this->
language->txt(
'type_' . $this->object->getContentType()));
141 $ne->setValue($this->
object->getLrsType()->getTitle());
146 $item->setMaxLength(128);
147 $item->setRequired(
true);
148 $item->setInfo($this->
language->txt(
'title_info'));
149 $item->setValue($this->
object->getTitle());
150 $form->addItem($item);
156 $item->setValue($this->
object->getDescription());
157 $form->addItem($item);
160 $item->setRequired(
true);
162 $item->setMaxLength(128);
164 $item->setInfo($this->
language->txt(
'activity_id_info'));
165 $item->setValue($this->
object->getActivityId());
166 $form->addItem($item);
169 $item->setInfo($this->
language->txt(
"online_info"));
170 $item->setValue(
"1");
171 if (!$this->
object->getOfflineStatus()) {
172 $item->setChecked(
true);
174 $form->addItem($item);
177 $lpDeterioration->setInfo($this->
language->txt(
'conf_keep_lp_info'));
178 if ($this->
object->isKeepLpStatusEnabled()) {
179 $lpDeterioration->setChecked(
true);
186 $item->setTitle($this->
language->txt(
"obj_presentation"));
187 $form->addItem($item);
190 $this->dic->object()->commonSettings()->legacyForm($form, $this->
object)->addTileImage();
192 if (!$this->
object->isSourceTypeExternal()) {
194 $item->setTitle($this->
language->txt(
"launch_options"));
195 $form->addItem($item);
197 if ($this->
object->isSourceTypeRemote()) {
200 $item->setMaxLength(128);
201 $item->setRequired(
true);
202 $item->setInfo($this->
language->txt(
'launch_url_info'));
203 $item->setValue($this->
object->getLaunchUrl());
204 $form->addItem($item);
209 $item->setInfo($this->
language->txt(
"use_fetch_info"));
210 $item->setValue(
"1");
212 if ($this->
object->isAuthFetchUrlEnabled()) {
213 $item->setChecked(
true);
215 $form->addItem($item);
220 $display->setValue($this->
object->getLaunchMethod());
223 $display->addOption($optOwnWindow);
226 $display->addOption($optAnyWindow);
227 $form->addItem($display);
231 $launchMode->setValue($this->
object->getLaunchMode());
233 $optNormal->
setInfo($this->
language->txt(
'conf_launch_mode_normal_info'));
235 $optNormal->addSubItem($lpDeterioration);
237 $launchMode->addOption($optNormal);
239 $optBrowse->
setInfo($this->
language->txt(
'conf_launch_mode_browse_info'));
240 $launchMode->addOption($optBrowse);
242 $optReview->
setInfo($this->
language->txt(
'conf_launch_mode_review_info'));
243 $launchMode->addOption($optReview);
244 $form->addItem($launchMode);
246 $form->addItem($lpDeterioration);
251 $switchMode->setInfo($this->
language->txt(
"conf_switch_to_review_info"));
252 if ($this->
object->isSwitchToReviewEnabled()) {
253 $switchMode->setChecked(
true);
256 $optNormal->addSubItem($switchMode);
259 $masteryScore->
setInfo($this->
language->txt(
'conf_mastery_score_info'));
260 $masteryScore->setSuffix(
'%');
261 $masteryScore->allowDecimals(
true);
262 $masteryScore->setDecimals(2);
263 $masteryScore->setMinvalueShouldBeGreater(
false);
264 $masteryScore->setMinValue(0);
265 $masteryScore->setMaxvalueShouldBeLess(
false);
266 $masteryScore->setMaxValue(100);
267 $masteryScore->setSize(4);
268 if (empty($this->
object->getMasteryScore())) {
271 $masteryScore->setValue((
string) $this->
object->getMasteryScorePercent());
272 $optNormal->addSubItem($masteryScore);
275 if (!$this->
object->isSourceTypeExternal()) {
278 $sectionHeader->setTitle($this->
language->txt(
'sect_learning_progress_options'));
279 $form->addItem($sectionHeader);
283 $bypassProxy->addOption($opt1);
285 $bypassProxy->addOption($opt2);
286 $bypassProxy->
setValue((
string) ((
int) $this->
object->isBypassProxyEnabled()));
288 $form->addItem($bypassProxy);
289 if ($this->
object->getLrsType()->isBypassProxyEnabled()) {
290 $bypassProxy->setDisabled(
true);
295 $item->setTitle($this->
language->txt(
"privacy_options"));
296 $form->addItem($item);
300 $this->
language->txt(
'conf_privacy_ident_il_uuid_user_id'),
303 $op->
setInfo($this->
language->txt(
'conf_privacy_ident_il_uuid_user_id_info'));
304 $userIdent->addOption($op);
306 $this->
language->txt(
'conf_privacy_ident_il_uuid_login'),
309 $op->
setInfo($this->
language->txt(
'conf_privacy_ident_il_uuid_login_info'));
310 $userIdent->addOption($op);
312 $this->
language->txt(
'conf_privacy_ident_il_uuid_ext_account'),
315 $op->
setInfo($this->
language->txt(
'conf_privacy_ident_il_uuid_ext_account_info'));
316 $userIdent->addOption($op);
318 $this->
language->txt(
'conf_privacy_ident_il_uuid_sha256'),
321 $op->
setInfo($this->
language->txt(
'conf_privacy_ident_il_uuid_sha256_info'));
322 $userIdent->addOption($op);
324 $this->
language->txt(
'conf_privacy_ident_il_uuid_sha256url'),
327 $op->
setInfo($this->
language->txt(
'conf_privacy_ident_il_uuid_sha256url_info'));
328 $userIdent->addOption($op);
330 $this->
language->txt(
'conf_privacy_ident_il_uuid_random'),
333 $op->
setInfo($this->
language->txt(
'conf_privacy_ident_il_uuid_random_info'));
334 $userIdent->addOption($op);
336 $this->
language->txt(
'conf_privacy_ident_real_email'),
339 $op->
setInfo($this->
language->txt(
'conf_privacy_ident_real_email_info'));
340 $userIdent->addOption($op);
341 $userIdent->setValue((
string) $this->
object->getPrivacyIdent());
345 $userIdent->setRequired(
false);
346 $form->addItem($userIdent);
350 $this->
language->txt(
'conf_privacy_name_none'),
354 $userName->addOption($op);
356 $this->
language->txt(
'conf_privacy_name_firstname'),
359 $op->
setInfo($this->
language->txt(
'conf_privacy_name_firstname_info'));
360 $userName->addOption($op);
362 $this->
language->txt(
'conf_privacy_name_lastname'),
366 $userName->addOption($op);
368 $this->
language->txt(
'conf_privacy_name_fullname'),
372 $userName->addOption($op);
373 $userName->setValue((
string) $this->
object->getPrivacyName());
374 $userName->setInfo($this->
language->txt(
'conf_privacy_name_info'));
375 $userName->setRequired(
false);
376 $form->addItem($userName);
378 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
379 $userIdent->setDisabled(
true);
380 $userName->setDisabled(
true);
384 $item->setInfo($this->
language->txt(
'only_moveon_info'));
385 $item->setChecked($this->
object->getOnlyMoveon());
388 $subitem->setInfo($this->
language->txt(
'achieved_info'));
389 $subitem->setChecked($this->
object->getAchieved());
390 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
391 $subitem->setDisabled(
true);
393 $item->addSubItem($subitem);
396 $subitem->setInfo($this->
language->txt(
'answered_info'));
397 $subitem->setChecked($this->
object->getAnswered());
398 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
399 $subitem->setDisabled(
true);
401 $item->addSubItem($subitem);
404 $subitem->setInfo($this->
language->txt(
'completed_info'));
405 $subitem->setChecked($this->
object->getCompleted());
406 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
407 $subitem->setDisabled(
true);
409 $item->addSubItem($subitem);
412 $subitem->setInfo($this->
language->txt(
'failed_info'));
413 $subitem->setChecked($this->
object->getFailed());
414 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
415 $subitem->setDisabled(
true);
417 $item->addSubItem($subitem);
420 $subitem->setInfo($this->
language->txt(
'initialized_info'));
421 $subitem->setChecked($this->
object->getInitialized());
422 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
423 $subitem->setDisabled(
true);
425 $item->addSubItem($subitem);
428 $subitem->setInfo($this->
language->txt(
'passed_info'));
429 $subitem->setChecked($this->
object->getPassed());
430 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
431 $subitem->setDisabled(
true);
433 $item->addSubItem($subitem);
436 $subitem->setInfo($this->
language->txt(
'progressed_info'));
437 $subitem->setChecked($this->
object->getProgressed());
438 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
439 $subitem->setDisabled(
true);
441 $item->addSubItem($subitem);
444 $subitem->setInfo($this->
language->txt(
'satisfied_info'));
445 $subitem->setChecked($this->
object->getSatisfied());
446 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
447 $subitem->setDisabled(
true);
449 $item->addSubItem($subitem);
452 $subitem->setInfo($this->
language->txt(
'terminated_info'));
453 $subitem->setChecked($this->
object->getTerminated());
454 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
455 $subitem->setDisabled(
true);
457 $item->addSubItem($subitem);
459 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
460 $item->setDisabled(
true);
462 $form->addItem($item);
465 $item->setInfo($this->
language->txt(
'hide_data_info'));
466 $item->setChecked($this->
object->getHideData());
469 $subitem->setInfo($this->
language->txt(
'timestamp_info'));
470 $subitem->setChecked($this->
object->getTimestamp());
471 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
472 $subitem->setDisabled(
true);
474 $item->addSubItem($subitem);
477 $subitem->setInfo($this->
language->txt(
'duration_info'));
478 $subitem->setChecked($this->
object->getDuration());
479 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
480 $subitem->setDisabled(
true);
482 $item->addSubItem($subitem);
484 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
485 $item->setDisabled(
true);
487 $form->addItem($item);
490 $item->setInfo($this->
language->txt(
'no_substatements_info'));
491 $item->setChecked($this->
object->getNoSubstatements());
492 if ($this->
object->getLrsType()->getForcePrivacySettings()) {
493 $item->setDisabled(
true);
495 $form->addItem($item);
499 $options = [
"0",
"1",
"2",
"11",
"12"];
500 for ((
int) $i = 0; $i < count($options); $i++) {
502 $item->addOption($op);
505 $item->setInfo($this->
language->txt(
'conf_delete_data_info'));
506 $form->addItem($item);
511 $item->setTitle($this->
language->txt(
"log_options"));
512 $form->addItem($item);
515 $item->setInfo($this->
language->txt(
"show_debug_info"));
516 $item->setValue(
"1");
517 if ($this->
object->isStatementsReportEnabled()) {
518 $item->setChecked(
true);
520 $form->addItem($item);
523 $highscore->setValue(
"1");
524 $highscore->setChecked($this->
object->getHighscoreEnabled());
525 $highscore->setInfo($this->
language->txt(
"highscore_description"));
526 $form->addItem($highscore);
529 $highscore_tables->setValue((
string) $this->
object->getHighscoreMode());
531 $this->
language->txt(
'highscore_own_table'),
534 $highscore_table_own->setInfo($this->
language->txt(
'highscore_own_table_description'));
535 $highscore_tables->addOption($highscore_table_own);
537 $this->
language->txt(
'highscore_top_table'),
540 $highscore_table_other->setInfo($this->
language->txt(
'highscore_top_table_description'));
541 $highscore_tables->addOption($highscore_table_other);
543 $this->
language->txt(
'highscore_all_tables'),
546 $highscore_table_other->setInfo($this->
language->txt(
'highscore_all_tables_description'));
547 $highscore_tables->addOption($highscore_table_other);
548 $highscore->addSubItem($highscore_tables);
550 $highscore_top_num->
setSize(4);
551 $highscore_top_num->setRequired(
true);
552 $highscore_top_num->setMinValue(1);
553 $highscore_top_num->setSuffix($this->
language->txt(
"highscore_top_num_unit"));
554 $highscore_top_num->setValue((
string) $this->
object->getHighscoreTopNum(
null));
555 $highscore_top_num->setInfo($this->
language->txt(
"highscore_top_num_description"));
556 $highscore->addSubItem($highscore_top_num);
558 $highscore_achieved_ts->setValue(
"1");
559 $highscore_achieved_ts->setChecked($this->
object->getHighscoreAchievedTS());
560 $highscore_achieved_ts->setInfo($this->
language->txt(
"highscore_achieved_ts_description"));
561 $highscore->addSubItem($highscore_achieved_ts);
563 $highscore_percentage->setValue(
"1");
564 $highscore_percentage->setChecked($this->
object->getHighscorePercentage());
565 $highscore_percentage->setInfo($this->
language->txt(
"highscore_percentage_description"));
566 $highscore->addSubItem($highscore_percentage);
568 $highscore_wtime->setValue(
"1");
569 $highscore_wtime->setChecked($this->
object->getHighscoreWTime());
570 $highscore_wtime->setInfo($this->
language->txt(
"highscore_wtime_description"));
571 $highscore->addSubItem($highscore_wtime);
574 $form->setTitle($this->
language->txt(
'settings'));
575 $form->addCommandButton(self::CMD_SAVE, $this->
language->txt(
"save"));
576 $form->addCommandButton(self::CMD_SHOW, $this->
language->txt(
"cancel"));
583 $this->
object->setTitle($form->
getInput(
'title'));
584 $this->
object->setDescription($form->
getInput(
'description'));
586 $this->
object->setActivityId($form->
getInput(
'activity_id'));
587 $this->
object->setOfflineStatus(!(
bool) $form->
getInput(
'online'));
589 if (!$this->
object->isSourceTypeExternal()) {
590 $this->
object->setLaunchMethod($form->
getInput(
'display'));
592 $this->
object->setLaunchMode($form->
getInput(
'launch_mode'));
596 $this->
object->setMasteryScorePercent($form->
getInput(
'mastery_score'));
598 $this->
object->setKeepLpStatusEnabled((
bool) $form->
getInput(
'avoid_lp_deterioration'));
599 $this->
object->setSwitchToReviewEnabled((
bool) $form->
getInput(
'switch_to_review'));
601 $this->
object->setKeepLpStatusEnabled(
true);
602 $this->
object->setSwitchToReviewEnabled(
false);
605 if ($this->
object->isSourceTypeRemote()) {
606 $this->
object->setLaunchUrl($form->
getInput(
'launch_url'));
610 $this->
object->setAuthFetchUrlEnabled(
true);
612 $this->
object->setAuthFetchUrlEnabled((
bool) $form->
getInput(
'use_fetch'));
615 if (!$this->
object->getLrsType()->isBypassProxyEnabled()) {
617 $this->
object->setBypassProxyEnabled(
false);
619 $this->
object->setBypassProxyEnabled((
bool) $form->
getInput(
'bypass_proxy'));
623 if (!$this->
object->getLrsType()->getForcePrivacySettings()) {
624 $this->
object->setPrivacyIdent((
int) $form->
getInput(
'privacy_ident'));
625 $this->
object->setPrivacyName((
int) $form->
getInput(
'privacy_name'));
626 $this->
object->setOnlyMoveon((
bool) $form->
getInput(
"only_moveon"));
627 $this->
object->setAchieved((
bool) $form->
getInput(
"achieved"));
628 $this->
object->setAnswered((
bool) $form->
getInput(
"answered"));
629 $this->
object->setCompleted((
bool) $form->
getInput(
"completed"));
630 $this->
object->setFailed((
bool) $form->
getInput(
"failed"));
631 $this->
object->setInitialized((
bool) $form->
getInput(
"initialized"));
632 $this->
object->setPassed((
bool) $form->
getInput(
"passed"));
633 $this->
object->setProgressed((
bool) $form->
getInput(
"progressed"));
635 $this->
object->setSatisfied(
true);
636 $this->
object->setTerminated(
true);
638 $this->
object->setSatisfied((
bool) $form->
getInput(
"satisfied"));
639 $this->
object->setTerminated((
bool) $form->
getInput(
"terminated"));
641 $this->
object->setHideData((
bool) $form->
getInput(
"hide_data"));
642 $this->
object->setTimestamp((
bool) $form->
getInput(
"timestamp"));
643 $this->
object->setDuration((
bool) $form->
getInput(
"duration"));
644 $this->
object->setNoSubstatements((
bool) $form->
getInput(
"no_substatements"));
645 $this->
object->setDeleteData((
int) $form->
getInput(
"delete_data"));
648 $this->
object->setBypassProxyEnabled(
true);
649 $this->
object->setKeepLpStatusEnabled((
bool) $form->
getInput(
'avoid_lp_deterioration'));
652 $this->
object->setStatementsReportEnabled((
bool) $form->
getInput(
'show_debug'));
654 $this->
object->setHighscoreEnabled((
bool) $form->
getInput(
'highscore_enabled'));
655 if ($this->
object->getHighscoreEnabled()) {
657 $this->
object->setHighscoreEnabled((
bool) $form->
getInput(
'highscore_enabled'));
658 $this->
object->setHighscoreAchievedTS((
bool) $form->
getInput(
'highscore_achieved_ts'));
659 $this->
object->setHighscorePercentage((
bool) $form->
getInput(
'highscore_percentage'));
660 $this->
object->setHighscoreWTime((
bool) $form->
getInput(
'highscore_wtime'));
661 $this->
object->setHighscoreMode((
int) $form->
getInput(
'highscore_mode'));
662 $this->
object->setHighscoreTopNum((
int) $form->
getInput(
'highscore_top_num'));
666 $this->dic->object()->commonSettings()->legacyForm($form, $this->
object)->saveTileImage();
668 $this->
object->update();
675 if (!$validator->isCertificateDownloadable((
int) $this->dic->user()->getId(), $this->
object->getId())) {
676 $this->main_tpl->setOnScreenMessage(
'failure', $this->
language->txt(
"permission_denied"),
true);
682 $certLogger = $this->dic->logger()->root();
688 $this->
language->txt(
'error_creating_certificate_pdf')
691 $pdfAction->
downloadPdf((
int) $this->dic->user()->getId(), $this->
object->getId());
This class represents an option in a radio group.
const PRIVACY_IDENT_REAL_EMAIL
const HIGHSCORE_SHOW_OWN_TABLE
__construct(ilObjCmiXapi $object)
const LAUNCH_METHOD_NEW_WIN
const PRIVACY_NAME_FULLNAME
showCmd(?ilPropertyFormGUI $form=null)
const PRIVACY_NAME_LASTNAME
const CMD_DELIVER_CERTIFICATE
const PRIVACY_IDENT_IL_UUID_USER_ID
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setValue(string $a_value)
const LAUNCH_METHOD_OWN_WIN
Validates if an active certificate is stored in the database and can be downloaded by the user...
const PRIVACY_IDENT_IL_UUID_SHA256URL
const SUBTAB_ID_CERTIFICATE
saveSettings(ilPropertyFormGUI $form)
const HIGHSCORE_SHOW_ALL_TABLES
This class represents a text area property in a property form.
const PRIVACY_IDENT_IL_UUID_EXT_ACCOUNT
const PRIVACY_IDENT_IL_UUID_SHA256
const PRIVACY_IDENT_IL_UUID_RANDOM
language()
description: > Example for rendring a language glyph.
ilGlobalTemplateInterface $main_tpl
const PRIVACY_NAME_FIRSTNAME
const HIGHSCORE_SHOW_TOP_TABLE
const PRIVACY_IDENT_IL_UUID_LOGIN
downloadPdf(int $userId, int $objectId)