4 include_once(
"./Services/Tracking/classes/class.ilLPTableBaseGUI.php");
20 public function __construct($a_parent_obj, $a_parent_cmd, $a_user_id, $a_obj_id, $a_ref_id, $a_print_view =
false)
26 $ilAccess = $DIC[
'ilAccess'];
28 $rbacsystem = $DIC[
'rbacsystem'];
30 $this->
setId(
"truop");
31 $this->user_id = $a_user_id;
32 $this->obj_id = $a_obj_id;
33 $this->ref_id = $a_ref_id;
35 parent::__construct($a_parent_obj, $a_parent_cmd);
38 $this->
parseTitle($this->obj_id,
"details", $this->user_id);
44 $this->
addColumn($this->lng->txt(
"title"),
"title");
48 if (in_array(
$l, array(
"last_access",
"first_access",
"read_count",
"spent_seconds",
"mark",
"status",
"percentage"))) {
51 if (
$l ==
"u_comment") {
58 $this->
addColumn($this->lng->txt(
"actions"),
"");
65 $this->
setRowTemplate(
"tpl.user_objects_props_row.html",
"Services/Tracking");
93 include_once
'Services/Tracking/classes/class.ilObjUserTracking.php';
96 $cols[
"first_access"] = array(
97 "txt" =>
$lng->txt(
"trac_first_access"),
99 $cols[
"last_access"] = array(
100 "txt" =>
$lng->txt(
"trac_last_access"),
104 $cols[
"read_count"] = array(
105 "txt" =>
$lng->txt(
"trac_read_count"),
109 $cols[
"spent_seconds"] = array(
110 "txt" =>
$lng->txt(
"trac_spent_seconds"),
115 $cols[
"percentage"] = array(
116 "txt" =>
$lng->txt(
"trac_percentage"),
119 $cols[
"status"] = array(
120 "txt" =>
$lng->txt(
"trac_status"),
122 $cols[
"mark"] = array(
123 "txt" =>
$lng->txt(
"trac_mark"),
125 $cols[
"u_comment"] = array(
126 "txt" =>
$lng->txt(
"trac_comment"),
139 $rbacsystem = $DIC[
'rbacsystem'];
145 include_once(
"./Services/Tracking/classes/class.ilTrQuery.php");
157 $this->filter[
"view_mode"]
160 if (count($tr_data[
"set"]) == 0 && $this->
getOffset() > 0) {
172 $this->filter[
"view_mode"]
177 foreach ($tr_data[
"set"] as $idx =>
$row) {
178 include_once
'./Services/Tracking/classes/class.ilLearningProgressAccess.php';
179 if (
$row[
"ref_id"] &&
181 foreach (array_keys(
$row) as $col_id) {
182 if (!in_array($col_id, array(
"type",
"obj_id",
"ref_id",
"title",
"sort_title"))) {
183 $tr_data[
"set"][$idx][$col_id] = null;
186 $tr_data[
"set"][$idx][
"privacy_conflict"] =
true;
196 foreach ($tr_data[
"set"] as $idx =>
$row) {
197 if (
$row[
'obj_id'] == $this->obj_id) {
199 } elseif (isset(
$row[
"sort_title"])) {
200 $set[strtolower(
$row[
"sort_title"]) .
"__" . $idx] =
$row;
202 $set[strtolower(
$row[
"title"]) .
"__" . $idx] =
$row;
205 unset($tr_data[
"set"]);
211 $set = array_values($set);
213 array_unshift($set, $parent);
218 $this->
setData($tr_data[
"set"]);
232 include_once
'./Services/Object/classes/class.ilObjectLP.php';
234 $collection = $olp->getCollectionInstance();
236 include_once(
"./Services/Form/classes/class.ilSubEnabledFormPropertyGUI.php");
237 include_once(
"./Services/Table/interfaces/interface.ilTableFilterItem.php");
240 include_once(
"./Services/Form/classes/class.ilRadioGroupInputGUI.php");
241 include_once(
"./Services/Form/classes/class.ilRadioOption.php");
244 $ti->addOption(
new ilRadioOption(
$lng->txt(
"trac_view_mode_collection"),
"coll"));
246 $ti->readFromSession();
247 $this->filter[
"view_mode"] = $ti->getValue();
260 $rbacsystem = $DIC[
'rbacsystem'];
263 $data[
"percentage"] = null;
267 if (!
$data[
"privacy_conflict"]) {
268 $val = (trim(
$data[$c]) ==
"")
272 if (
$data[$c] !=
"" || $c ==
"status") {
283 include_once(
"./Services/Tracking/classes/class.ilLearningProgressBaseGUI.php");
288 if (
$data[
"ref_id"] &&
289 $data[
"type"] !=
"lobj" &&
290 $data[
"type"] !=
"sco" &&
291 $data[
"type"] !=
"st" &&
292 $data[
"type"] !=
"mob") {
295 if ($timing !==
true) {
300 $this->tpl->setCurrentBlock(
'warning_img');
302 $this->tpl->setVariable(
'WARNING_ALT', $this->lng->txt(
'trac_time_passed') . $timing);
303 $this->tpl->parseCurrentBlock();
308 case "spent_seconds":
326 if ($c ==
"spent_seconds" &&
330 if ($c ==
"percentage" &&
338 $this->tpl->setCurrentBlock(
"user_field");
339 $this->tpl->setVariable(
"VAL_UF", $val);
340 $this->tpl->parseCurrentBlock();
343 if (
$data[
"privacy_conflict"]) {
344 $this->tpl->setCurrentBlock(
"permission_bl");
345 $this->tpl->setVariable(
"TXT_NO_PERMISSION",
$lng->txt(
"status_no_permission"));
346 $this->tpl->parseCurrentBlock();
349 if (
$data[
"title"] ==
"") {
350 $data[
"title"] =
"--" .
$lng->txt(
"none") .
"--";
352 $this->tpl->setVariable(
"ICON", ilObject::_getIcon(
"",
"tiny",
$data[
"type"]));
353 $this->tpl->setVariable(
"ICON_ALT",
$lng->txt(
$data[
"type"]));
355 if (in_array(
$data[
'type'], array(
'fold',
'grp')) &&
$data[
'obj_id'] != $this->obj_id) {
356 if (
$data[
'type'] ==
'fold') {
357 $object_gui =
'ilobjfoldergui';
359 $object_gui =
'ilobjgroupgui';
361 $this->tpl->setCurrentBlock(
'title_linked');
364 if (
$_GET[
"baseClass"] !=
"ilPersonalDesktopGUI" &&
$_GET[
"baseClass"] !=
"ilAdministrationGUI") {
365 $old =
$ilCtrl->getParameterArrayByClass(
'illplistofobjectsgui');
366 $ilCtrl->setParameterByClass(
'illplistofobjectsgui',
'ref_id',
$data[
"ref_id"]);
367 $ilCtrl->setParameterByClass(
'illplistofobjectsgui',
'details_id',
$data[
"ref_id"]);
368 $ilCtrl->setParameterByClass(
'illplistofobjectsgui',
'user_id', $this->user_id);
369 $url =
$ilCtrl->getLinkTargetByClass(array(
'ilrepositorygui', $object_gui,
'illearningprogressgui',
'illplistofobjectsgui'),
'userdetails');
370 $ilCtrl->setParameterByClass(
'illplistofobjectsgui',
'ref_id', $old[
"ref_id"]);
371 $ilCtrl->setParameterByClass(
'illplistofobjectsgui',
'details_id', $old[
"details_id"]);
372 $ilCtrl->setParameterByClass(
'illplistofobjectsgui',
'user_id', $old[
"user_id"]);
377 $this->tpl->setVariable(
"URL_TITLE",
$url);
378 $this->tpl->setVariable(
"VAL_TITLE",
$data[
"title"]);
379 $this->tpl->parseCurrentBlock();
381 $this->tpl->setCurrentBlock(
'title_plain');
382 $this->tpl->setVariable(
"VAL_TITLE",
$data[
"title"]);
383 $this->tpl->parseCurrentBlock();
387 if (
$data[
'ref_id']) {
388 include_once
'./Services/Tree/classes/class.ilPathGUI.php';
392 $this->tpl->setVariable(
'COLL_PATH', $this->lng->txt(
'path') .
': ' .
$path);
397 include_once
'./Services/Tracking/classes/class.ilLearningProgressAccess.php';
398 if (
$data[
"ref_id"] &&
401 $this->tpl->setCurrentBlock(
"item_command");
402 $ilCtrl->setParameterByClass(
"illplistofobjectsgui",
"userdetails_id",
$data[
"ref_id"]);
403 $this->tpl->setVariable(
"HREF_COMMAND",
$ilCtrl->getLinkTargetByClass(
"illplistofobjectsgui",
'edituser'));
404 $this->tpl->setVariable(
"TXT_COMMAND",
$lng->txt(
'edit'));
405 $ilCtrl->setParameterByClass(
"illplistofobjectsgui",
"userdetails_id",
"");
406 $this->tpl->parseCurrentBlock();
413 $a_excel->
setCell($a_row, 0, $this->lng->txt(
"type"));
414 $a_excel->
setCell($a_row, 1, $this->lng->txt(
"title"));
419 $a_excel->
setCell($a_row, $cnt++, $labels[$c][
"txt"]);
427 $a_excel->
setCell($a_row, 0, $this->lng->txt($a_set[
"type"]));
428 $a_excel->
setCell($a_row, 1, $a_set[
"title"]);
432 if ($c !=
'status') {
433 $val = $this->
parseValue($c, $a_set[$c], $this->type);
437 $a_excel->
setCell($a_row, $cnt++, $val);
443 $a_csv->addColumn($this->lng->txt(
"type"));
444 $a_csv->addColumn($this->lng->txt(
"title"));
448 $a_csv->addColumn($labels[$c][
"txt"]);
456 $a_csv->addColumn($this->lng->txt($a_set[
"type"]));
457 $a_csv->addColumn($a_set[
"title"]);
460 if ($c !=
'status') {
461 $val = $this->
parseValue($c, $a_set[$c], $this->type);
465 $a_csv->addColumn($val);
Creates a path for a start and endnode.
const EXTENDED_DATA_LAST_ACCESS
This class represents an option in a radio group.
setExternalSorting($a_val)
Set external sorting.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
setExportFormats(array $formats)
Set available export formats.
static _getImagePathForStatus($a_status)
Get image path for status.
setPrintMode($a_value=false)
Toogle print mode.
setShowTemplates($a_value)
Toggle templates.
static _getStatusText($a_status, $a_lng=null)
Get status alt text.
setExternalSegmentation($a_val)
Set external segmentation.
resetOffset($a_in_determination=false)
Reset offset.
fillRowExcel(ilExcel $a_excel, &$a_row, $a_set)
__construct($a_parent_obj, $a_parent_cmd, $a_user_id, $a_obj_id, $a_ref_id, $a_print_view=false)
Constructor.
const EXTENDED_DATA_READ_COUNT
addFilterItem($a_input_item, $a_optional=false)
Add filter item.
parseTitle($a_obj_id, $action, $a_user_id=false)
getSelectableColumns()
Get selectable columns.
parseValue($id, $value, $type)
getOrderDirection()
Get order direction.
static checkPermission($a_permission, $a_ref_id, $a_user_id=null)
wrapper for rbac access checks
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
LP collection of repository objects.
fillHeaderExcel(ilExcel $a_excel, &$a_row)
static secondsToString($seconds, $force_with_seconds=false, $a_lng=null)
converts seconds to string: Long: 7 days 4 hour(s) ...
getColumnCoord($a_col)
Get column "name" from number.
TableGUI class for learning progress.
setBold($a_coords)
Set cell(s) to bold.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
fillRow($data)
Fill table row.
isPercentageAvailable($a_obj_id)
getSelectedColumns()
Get selected columns.
setCell($a_row, $a_col, $a_value, $a_datatype=null)
Set cell value.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
getItems()
Get user items.
static img($a_src, $a_alt=null, $a_width="", $a_height="", $a_border=0, $a_id="", $a_class="")
Build img tag.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
const EXTENDED_DATA_SPENT_SECONDS
Build table list for objects of given user.
static supportsMark($a_obj_type)
determineOffsetAndOrder($a_omit_offset=false)
Determine offset and order.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
static supportsSpentSeconds($a_obj_type)
static getObjectsDataForUser( $a_user_id, $a_parent_obj_id, $a_parent_ref_id, $a_order_field="", $a_order_dir="", $a_offset=0, $a_limit=9999, array $a_filters=null, array $a_additional_fields=null, $use_collection=true)
Get all object-based tracking data for user and parent object.
showTimingsWarning($a_ref_id, $a_user_id)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
getPrintMode()
Get print mode.
setEnableHeader($a_enableheader)
Set Enable Header.
fillRowCSV($a_csv, $a_set)
setMaxCount($a_max_count)
set max.
setEnableTitle($a_enabletitle)
Set Enable Title.
static getInstance($a_obj_id)
setLimit($a_limit=0, $a_default_limit=0)