19 include_once
'Services/Tracking/classes/class.ilObjUserTracking.php';
74 public function __construct($a_mode, $a_ref_id = 0, $a_usr_id = 0)
79 $ilCtrl = $DIC[
'ilCtrl'];
81 $ilObjDataCache = $DIC[
'ilObjDataCache'];
82 $ilTabs = $DIC[
'ilTabs'];
85 $this->ctrl = $ilCtrl;
87 $this->lng->loadLanguageModule(
'trac');
88 $this->tabs_gui = $ilTabs;
90 $this->mode = $a_mode;
91 $this->ref_id = $a_ref_id;
92 $this->obj_id = $ilObjDataCache->lookupObjId($this->ref_id);
93 $this->obj_type = $ilObjDataCache->lookupType($this->obj_id);
94 $this->usr_id = $a_usr_id;
97 if (!$this->anonymized && $this->obj_id) {
98 include_once
"Services/Object/classes/class.ilObjectLP.php";
100 $this->anonymized = $olp->isAnonymized();
103 $this->logger =
$GLOBALS[
'DIC']->logger()->trac();
123 return $this->obj_id;
129 return $this->usr_id;
131 if ((
int)
$_GET[
'user_id']) {
132 return (
int) $_GET[
'user_id'];
140 if (strlen($cmd = $this->ctrl->getCmd())) {
150 $rbacsystem = $DIC[
'rbacsystem'];
151 $ilObjDataCache = $DIC[
'ilObjDataCache'];
156 case self::LP_CONTEXT_PERSONAL_DESKTOP:
158 include_once(
"Services/Tracking/classes/class.ilObjUserTracking.php");
161 $this->tabs_gui->addTarget(
163 $this->ctrl->getLinkTargetByClass(
'illplistofprogressgui',
''),
167 $a_active == self::LP_ACTIVE_PROGRESS
172 $this->tabs_gui->addTarget(
174 $this->ctrl->getLinkTargetByClass(
"illplistofobjectsgui",
''),
178 $a_active == self::LP_ACTIVE_OBJECTS
184 case self::LP_CONTEXT_REPOSITORY:
186 include_once
'./Services/Object/classes/class.ilObjectLP.php';
188 if ($olp->isActive()) {
189 include_once
'./Services/Tracking/classes/class.ilLearningProgressAccess.php';
193 $this->ctrl->setParameterByClass(
'illplistofprogressgui',
'user_id', $this->
getUserId());
194 $this->tabs_gui->addSubTabTarget(
196 $this->ctrl->getLinkTargetByClass(
'illplistofprogressgui',
''),
200 $a_active == self::LP_ACTIVE_PROGRESS
204 $sub_tab = ($ilObjDataCache->lookupType($ilObjDataCache->lookupObjId($this->getRefId())) ==
'crs') ?
208 $this->tabs_gui->addSubTabTarget(
210 $this->ctrl->getLinkTargetByClass(
"illplistofobjectsgui",
''),
214 $a_active == self::LP_ACTIVE_OBJECTS
222 $this->tabs_gui->addSubTabTarget(
224 $this->ctrl->getLinkTargetByClass(
"illplistofobjectsgui",
'showUserObjectMatrix'),
228 $a_active == self::LP_ACTIVE_MATRIX
232 $this->tabs_gui->addSubTabTarget(
234 $this->ctrl->getLinkTargetByClass(
"illplistofobjectsgui",
'showObjectSummary'),
238 $a_active == self::LP_ACTIVE_SUMMARY
242 include_once
'./Services/Tracking/classes/class.ilLearningProgressAccess.php';
245 $this->tabs_gui->addSubTabTarget(
247 $this->ctrl->getLinkTargetByClass(
'illplistofsettingsgui',
''),
251 $a_active == self::LP_ACTIVE_SETTINGS
256 case self::LP_CONTEXT_ADMINISTRATION:
262 $this->tabs_gui->addSubTabTarget(
264 $this->ctrl->getLinkTargetByClass(
"illplistofobjectsgui",
''),
268 $a_active == self::LP_ACTIVE_OBJECTS
272 case self::LP_CONTEXT_USER_FOLDER:
273 case self::LP_CONTEXT_ORG_UNIT:
278 die(
'No valid mode given');
288 case self::LP_CONTEXT_PERSONAL_DESKTOP:
290 $this->tpl->printToStdout(
true);
296 if ($this->
getMode() == self::LP_CONTEXT_PERSONAL_DESKTOP) {
308 $tree = $DIC[
'tree'];
310 $path_arr = $tree->getPathFull($a_ref_id);
312 foreach ($tree->getPathFull($a_ref_id) as
$data) {
316 $path .=
$data[
'title'];
318 $a_tpl->setCurrentBlock(
"path_item");
319 $a_tpl->setVariable(
"PATH_ITEM", $path);
320 $a_tpl->parseCurrentBlock();
322 $a_tpl->setCurrentBlock(
"path");
323 $a_tpl->parseCurrentBlock();
347 $tpl_prefix .
"STATUS_IMG",
350 $tpl->setVariable($tpl_prefix .
"STATUS_ALT",
$lng->txt($a_status));
361 include_once(
"./Services/Tracking/classes/class.ilLPStatus.php");
364 switch ((
string) $a_status) {
408 include_once(
"./Services/Tracking/classes/class.ilLPStatus.php");
424 return $a_lng->txt($a_status);
432 include_once
"./Services/Table/classes/class.ilTableGUI.php";
445 $ilObjDataCache = $DIC[
'ilObjDataCache'];
447 $details_id = $item_id ? $item_id : $this->details_id;
449 include_once
'Services/Object/classes/class.ilObjectLP.php';
451 $mode = $olp->getCurrentMode();
453 include_once
'./Services/MetaData/classes/class.ilMDEducational.php';
458 $info->addSection($this->lng->txt(
'details'));
483 if (!is_object($a_user)) {
487 if ($a_user->getId() !=
$ilUser->getId()) {
488 $info->addSection($this->lng->txt(
"trac_user_data"));
492 $this->lng->txt(
'last_login'),
496 $this->lng->txt(
'trac_total_online'),
507 $ilObjDataCache = $DIC[
'ilObjDataCache'];
509 $type = $ilObjDataCache->lookupType($item_id);
518 $this->lng->txt(
'trac_mode'),
519 $olp->getModeText($olp->getCurrentMode())
525 include_once
'Services/Tracking/classes/class.ilLearningProgress.php';
528 if ($progress[
'access_time']) {
530 $this->lng->txt(
'last_access'),
534 $info->addProperty($this->lng->txt(
'last_access'), $this->lng->txt(
'trac_not_accessed'));
536 $info->addProperty($this->lng->txt(
'trac_visits'), (int) $progress[
'visits']);
558 include_once(
"./Services/Tracking/classes/class.ilLearningProgressBaseGUI.php");
564 $this->lng->txt(
'trac_status'),
565 $icons->renderIconForStatus($icons->lookupNumStatus($status)) .
" " . $status_text
569 $mode = $olp->getCurrentMode();
582 include_once
'Services/Tracking/classes/class.ilLPStatus.php';
584 $info->addProperty($this->lng->txt(
'trac_percentage'), (int) $perc .
"%");
590 include_once
'Services/Tracking/classes/class.ilLPMarks.php';
594 $info->addProperty($this->lng->txt(
'trac_mark'), $mark);
599 $info->addProperty($this->lng->txt(
'trac_comment'),
$comment);
605 include_once
'Services/Tracking/classes/class.ilLPStatus.php';
608 include_once(
"./Services/Tracking/classes/class.ilLPStatus.php");
639 public function __sort($a_ids, $a_table, $a_field, $a_id_name)
643 $ilDB = $DIC[
'ilDB'];
652 $where =
"WHERE " .
$ilDB->in($a_id_name, $a_ids,
false,
'integer') .
" ";
654 $query =
"SELECT " . $a_id_name .
" FROM " . $a_table .
" " .
656 "ORDER BY " . $a_field;
660 $ids[] = $row->$a_id_name;
662 return $ids ? $ids : array();
671 return sprintf(
"%d%%", $reached / $max * 100);
678 $ilObjDataCache = $DIC[
'ilObjDataCache'];
680 include_once
'Services/Object/classes/class.ilObjectLP.php';
682 foreach ($a_items as $item_id) {
685 $this->obj_data[$item_id][
'type'] = $ilObjDataCache->lookupType($item_id);
686 $this->obj_data[$item_id][
'mode'] = $olp->getCurrentMode();
688 include_once
'./Services/MetaData/classes/class.ilMDEducational.php';
695 $collection = $olp->getCollectionInstance();
697 $this->obj_data[$item_id][
'scos'] = count($collection->getItems());
710 "tpl.lp_legend.html",
734 $lng->txt(
"trac_not_attempted")
738 $lng->txt(
"trac_in_progress")
742 $lng->txt(
"trac_completed")
746 $lng->txt(
"trac_failed")
749 include_once
"Services/UIComponent/Panel/classes/class.ilPanelGUI.php";
762 $ilCtrl = $DIC[
'ilCtrl'];
764 include_once
'Services/Object/classes/class.ilObjectLP.php';
766 $lp_mode = $olp->getCurrentMode();
768 include_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
771 $form->setFormAction($ilCtrl->getFormAction($this,
"updateUser"));
774 $form->setDescription(
$lng->txt(
'trac_mode') .
": " . $olp->getModeText($lp_mode));
776 include_once
"Services/User/classes/class.ilUserUtil.php";
779 $form->addItem($user);
781 include_once
'Services/Tracking/classes/class.ilLPMarks.php';
782 $marks =
new ilLPMarks($a_obj_id, $a_user_id);
786 $mark->setValue($marks->getMark());
787 $mark->setMaxLength(32);
788 $form->addItem($mark);
792 $comm->setValue($marks->getComment());
793 $form->addItem($comm);
797 include_once(
"./Services/Tracking/classes/class.ilLPStatus.php");
802 $form->addItem($status);
805 $form->addCommandButton(
"updateUser",
$lng->txt(
'save'));
808 $form->addCommandButton($a_cancel,
$lng->txt(
'cancel'));
814 public function __showEditUser($a_user_id, $a_ref_id, $a_cancel, $a_sub_id =
false)
818 $ilCtrl = $DIC[
'ilCtrl'];
823 $ilCtrl->setParameter($this,
'userdetails_id', $a_sub_id);
827 $ilCtrl->setParameter($this,
'user_id', $a_user_id);
828 $ilCtrl->setParameter($this,
'details_id', $a_ref_id);
832 return $form->getHTML();
838 if ($form->checkInput()) {
839 include_once
'Services/Tracking/classes/class.ilLPMarks.php';
841 $marks =
new ilLPMarks($obj_id, $user_id);
842 $marks->setMark($form->getInput(
"mark"));
843 $marks->setComment($form->getInput(
"comment"));
848 $status = $form->getItemByPostVar(
"completed");
849 if (is_object($status)) {
850 if ($marks->getCompleted() != $form->getInput(
"completed")) {
851 $marks->setCompleted($form->getInput(
"completed"));
860 include_once(
"./Services/Tracking/classes/class.ilLPStatusWrapper.php");
870 $objDefinition = $DIC[
'objDefinition'];
871 $ilObjDataCache = $DIC[
'ilObjDataCache'];
874 $a_type = $ilObjDataCache->lookupType($a_obj_id);
877 if ($objDefinition->isPluginTypeName($a_type)) {
881 $class =
"ilObj" . $objDefinition->getClassName($a_type) .
"Access";
882 include_once $objDefinition->getLocation($a_type) .
"/class." . $class .
".php";
883 return call_user_func(array($class,
'_isOffline'), $a_obj_id);
const LP_STATUS_COMPLETED_NUM
const LP_MODE_CMIX_COMPLETED
const LP_MODE_CMIX_COMPLETED_OR_PASSED
__construct($a_mode, $a_ref_id=0, $a_usr_id=0)
__showEditUser($a_user_id, $a_ref_id, $a_cancel, $a_sub_id=false)
setValue($a_value)
Set Value.
static _getTypicalLearningTimeSeconds($a_rbac_id, $a_obj_id=0)
const LP_MODE_MANUAL_BY_TUTOR
static _getImagePathForStatus($a_status)
Get image path for status.
const LP_MODE_CMIX_PASSED_WITH_FAILED
if(isset($_FILES['img_file']) &&is_array($_FILES['img_file'])) $panel
static _hasLearningProgressLearner()
const LP_STATUS_PARTICIPATED
const LP_STATUS_NOT_ATTEMPTED
static _getStatusText($a_status, $a_lng=null)
Get status alt text.
const LP_MODE_CMIX_PASSED
static _updateStatus($a_obj_id, $a_usr_id, $a_obj=null, $a_percentage=false, $a_force_raise=false)
Update status.
static _lookupPercentage($a_obj_id, $a_user_id)
Lookup percentage.
const LP_STATUS_IN_PROGRESS_NUM
static getInstance(int $variant=ilLPStatusIcons::ICON_VARIANT_DEFAULT, ?\ILIAS\UI\Renderer $renderer=null, ?\ILIAS\UI\Factory $factory=null)
static _hasLearningProgressOtherUsers()
static _lookupTitle($a_id)
lookup object title
__appendLPDetails(&$info, $item_id, $user_id)
const LP_ACTIVE_OBJSTATADMIN
static checkPermission($a_permission, $a_ref_id, $a_user_id=null)
wrapper for rbac access checks
const LP_CONTEXT_USER_FOLDER
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
const LP_CONTEXT_ADMINISTRATION
__showObjectDetails(&$info, $item_id=0, $add_section=true)
show details about current object.
const LP_STATUS_IN_PROGRESS
const LP_MODE_CMIX_COMPL_WITH_FAILED
__getPercent($max, $reached)
static _enabledUserRelatedData()
check wether user related tracking is enabled or not
initEditUserForm($a_user_id, $a_obj_id, $a_cancel=null)
const LP_STATUS_NOT_PARTICIPATED
const LP_ACTIVE_OBJSTATDAILY
static secondsToString($seconds, $force_with_seconds=false, $a_lng=null)
converts seconds to string: Long: 7 days 4 hour(s) ...
foreach($_POST as $key=> $value) $res
const LP_MODE_TEST_PASSED
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static isObjectOffline($a_obj_id, $a_type=null)
static _lookupObjId($a_id)
static _showImageByStatus(&$tpl, $a_status, $tpl_prefix="")
we need this public in table classes
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
static infoPanel($a_keep=true)
static supportsMatrixView($a_obj_type)
const LP_CONTEXT_PERSONAL_DESKTOP
static getNamePresentation( $a_user_id, $a_user_image=false, $a_profile_link=false, $a_profile_back_link="", $a_force_first_lastname=false, $a_omit_login=false, $a_sortable=true, $a_return_data_array=false, $a_ctrl_path="ilpublicuserprofilegui")
Default behaviour is:
const LP_CONTEXT_ORG_UNIT
static getInstanceByObjId($a_obj_id, $stop_on_error=true)
get an instance of an Ilias object by object id
static _lookupType($a_id, $a_reference=false)
lookup object type
__readItemStatusInfo($a_items)
__appendUserInfo(&$info, $a_user)
static supportsMark($a_obj_type)
const LP_STATUS_NOT_ATTEMPTED_NUM
static __readStatus($a_obj_id, $user_id)
const LP_STATUS_REGISTERED
static getInstance()
Get instance.
static supportsSpentSeconds($a_obj_type)
__insertPath(&$a_tpl, $a_ref_id)
insert path
__showImageByStatus(&$tpl, $a_status, $tpl_prefix="")
static _lookupVisits($a_obj_id)
This class represents a non editable value in a property form.
const LP_ACTIVE_OBJSTATTYPES
const LP_CONTEXT_REPOSITORY
const LP_MODE_CMIX_COMPL_OR_PASSED_WITH_FAILED
__sort($a_ids, $a_table, $a_field, $a_id_name)
Function that sorts ids by a given table field using WHERE IN E.g: __sort(array(6,7),'usr_data','lastname','usr_id') => sorts by lastname.
const PANEL_STYLE_SECONDARY
__getLegendHTML(int $variant=ilLPStatusIcons::ICON_VARIANT_LONG)
const LP_ACTIVE_OBJSTATACCESS
static _lookupMark($a_usr_id, $a_obj_id)
__updateUser($user_id, $obj_id)
static _lookupComment($a_usr_id, $a_obj_id)
const LP_STATUS_COMPLETED
const LP_MODE_LTI_OUTCOME
static getInstance($a_obj_id)
static _getProgress($a_user_id, $a_obj_id)
const LP_STATUS_NOT_REGISTERED
static _lookupStatus($a_obj_id, $a_user_id, $a_create=true)
Lookup status.
const LP_STATUS_FAILED_NUM