4 include_once(
"./Services/Tracking/classes/class.ilLPTableBaseGUI.php");
26 public function __construct($a_parent_obj, $a_parent_cmd, $a_ref_id, $a_print_mode =
false)
31 $objDefinition = $DIC[
'objDefinition'];
33 $this->
setId(
"trsmy");
35 $this->ref_id = $a_ref_id;
37 $this->is_root = ($a_ref_id == ROOT_FOLDER_ID);
39 if (!$this->is_root) {
43 if (!$objDefinition->isContainer(
$type)) {
45 include_once
'./Services/Object/classes/class.ilObjectLP.php';
56 $this->
parseTitle($this->obj_id,
"trac_summary");
61 $this->
addColumn($this->lng->txt(
"title"),
"title");
69 if ($this->dic->rbac()->system()->checkAccess(
'write', $this->ref_id)) {
70 $this->
addColumn($this->lng->txt(
"path"));
71 $this->
addColumn($this->lng->txt(
"action"));
78 $this->
setRowTemplate(
"tpl.trac_summary_row.html",
"Services/Tracking");
81 $this->
getItems($a_parent_obj->getObjId(), $a_ref_id);
91 $lng_map = array(
"user_total" =>
"users",
"first_access_min" =>
"trac_first_access",
92 "last_access_max" =>
"trac_last_access",
"mark" =>
"trac_mark",
"status" =>
"trac_status",
93 'status_changed_max' =>
'trac_status_changed',
94 "spent_seconds_avg" =>
"trac_spent_seconds",
"percentage_avg" =>
"trac_percentage",
95 "read_count_sum" =>
"trac_read_count",
"read_count_avg" =>
"trac_read_count",
96 "read_count_spent_seconds_avg" =>
"trac_read_count_spent_seconds" 100 $all = array(
"user_total");
104 include_once
'Services/Tracking/classes/class.ilObjUserTracking.php';
107 $all[] =
"read_count_sum";
108 $all[] =
"read_count_avg";
109 $default[] =
"read_count_sum";
113 $all[] =
"spent_seconds_avg";
114 $default[] =
"spent_seconds_avg";
120 $all[] =
"read_count_spent_seconds_avg";
127 $all[] =
"percentage_avg";
130 if ($this->is_root || !$this->olp || $this->olp->isActive()) {
132 $all[] =
'status_changed_max';
139 $privacy = array(
"gender",
"city",
"country",
"sel_country");
140 foreach ($privacy as $field) {
141 if (
$ilSetting->get(
"usr_settings_course_export_" . $field)) {
148 $default[] =
"percentage_avg";
149 $default[] =
"status";
153 $all[] =
"first_access_min";
154 $all[] =
"last_access_max";
157 $all[] =
"create_date_min";
158 $all[] =
"create_date_max";
161 foreach ($all as $column) {
165 if (substr($l, -3) ==
"avg") {
167 } elseif (substr($l, -3) ==
"sum" || $l ==
"user_total") {
171 if (isset($lng_map[$l])) {
177 if (in_array($column, array(
"read_count_avg",
"spent_seconds_avg",
"percentage_avg"))) {
183 "default" => (in_array($column, $default) ?
true :
false)
199 if ($this->is_root) {
200 return parent::initBaseFilter(
true,
false);
204 include_once
'Services/Tracking/classes/class.ilObjUserTracking.php';
211 "∑ " .
$lng->txt(
"users")
213 $this->filter[
"user_total"] = $item->getValue();
220 "∑ " .
$lng->txt(
"trac_read_count")
222 $this->filter[
"read_count"] = $item->getValue();
231 "Ø " .
$lng->txt(
"trac_spent_seconds") .
" / " .
$lng->txt(
"user")
233 $this->filter[
"spent_seconds"][
"from"] = $item->getCombinationItem(
"from")->getValueInSeconds();
234 $this->filter[
"spent_seconds"][
"to"] = $item->getCombinationItem(
"to")->getValueInSeconds();
243 "Ø " .
$lng->txt(
"trac_percentage") .
" / " .
$lng->txt(
"user")
245 $this->filter[
"percentage"] = $item->getValue();
248 if ($this->is_root || !$this->olp || $this->olp->isActive()) {
249 include_once
"Services/Tracking/classes/class.ilLPStatus.php";
251 $item->setOptions(array(
"" =>
$lng->txt(
"trac_all"),
256 $this->filter[
"status"] = $item->getValue();
257 if ($this->filter[
"status"]) {
258 $this->filter[
"status"]--;
262 $this->filter[
"status_changed"] = $item->getDate();
270 $lng->txt(
"trac_mark")
272 $this->filter[
"mark"] = $item->getValue();
275 if (
$ilSetting->get(
"usr_settings_course_export_gender")) {
277 $item->setOptions(array(
278 "" =>
$lng->txt(
"trac_all"),
279 "n" =>
$lng->txt(
"gender_n"),
280 "m" =>
$lng->txt(
"gender_m"),
281 "f" =>
$lng->txt(
"gender_f"),
283 $this->filter[
"gender"] = $item->getValue();
286 if (
$ilSetting->get(
"usr_settings_course_export_city")) {
288 $this->filter[
"city"] = $item->getValue();
291 if (
$ilSetting->get(
"usr_settings_course_export_country")) {
293 $this->filter[
"country"] = $item->getValue();
296 if (
$ilSetting->get(
"usr_settings_course_export_sel_country")) {
299 $this->filter[
"sel_country"] = $item->getValue();
303 $this->filter[
"language"] = $item->getValue();
307 $this->filter[
"first_access"] = $item->getDate();
310 $this->filter[
"last_access"] = $item->getDate();
314 $this->filter[
"registration"] = $item->getDate();
323 include_once(
"./Services/Utilities/classes/class.ilCountry.php");
326 $options[
$c] =
$lng->txt(
"meta_c_" . $c);
343 $rbacsystem = $DIC[
'rbacsystem'];
345 include_once(
"./Services/Tracking/classes/class.ilTrQuery.php");
348 $preselected_obj_ids =
$filter = null;
356 $collection = $olp->getCollectionInstance();
357 $preselected_obj_ids[$a_object_id][] = $a_ref_id;
358 foreach ($collection->getItems() as $item => $item_info) {
360 if ($tmp_lp->isActive()) {
365 } elseif ($this->is_root) {
389 include_once(
"./Services/Tracking/classes/class.ilLearningProgressBaseGUI.php");
390 include_once(
"./Services/Tracking/classes/class.ilLPStatus.php");
395 $status_map = array();
396 foreach ($valid_status as $status) {
403 $lng->loadLanguageModule(
"meta");
404 $languages = array();
405 foreach (
$lng->getInstalledLanguages() as $lang_key) {
406 $languages[$lang_key] =
$lng->txt(
"meta_l_" . $lang_key);
413 include_once
"Modules/Session/classes/class.ilObjSession.php";
415 $data[
"set"][$idx][
"title"] =
$sess->getFirstAppointment()->appointmentToString();
423 foreach (
$result[
"ref_ids"] as $check_ref_id) {
424 include_once
'./Services/Tracking/classes/class.ilLearningProgressAccess.php';
431 foreach (array_keys(
$data[
"set"][$idx]) as $col_id) {
432 if (!in_array($col_id, array(
"type",
"title",
"obj_id",
"ref_id",
"offline"))) {
433 $data[
"set"][$idx][$col_id] = null;
436 $data[
"set"][$idx][
"privacy_conflict"] =
true;
442 $users_no =
$result[
"user_total"];
445 "n" =>
$lng->txt(
"gender_n"),
446 "m" =>
$lng->txt(
"gender_m"),
447 "f" =>
$lng->txt(
"gender_f"),
455 foreach (
$result[
"status"] as $status_code => $status_counter) {
457 if ($status_code ===
"" || !in_array($status_code, $valid_status)) {
459 unset(
$result[
"status"][$status_code]);
465 $data[
"set"][$idx][
"percentage_avg"] = null;
500 $counter = $others_counter = $others_sum = 0;
501 foreach (
$data as $id => $count) {
506 if ($value_map && isset($value_map[$id])) {
507 $caption = $value_map[$id];
510 if ($caption ==
"") {
511 $caption =
$lng->txt(
"none");
514 $perc = round($count / $overall * 100);
516 "caption" => $caption,
517 "absolute" => $count,
518 "percentage" => $perc
521 $others_sum += $count;
526 if ($others_counter) {
527 $perc = round($others_sum / $overall * 100);
529 "caption" => $others_counter .
" " .
$lng->txt(
"trac_others"),
530 "absolute" => $others_sum,
531 "percentage" => $perc
554 foreach ($value_map as $id => $caption) {
556 if (isset(
$data[$id])) {
559 $perc = round($count / $overall * 100);
562 "caption" => $caption,
563 "absolute" => $count,
564 "percentage" => $perc
578 $pos = strrpos($id,
"_");
579 if ($pos !==
false) {
580 $function = strtoupper(substr($id, $pos + 1));
581 if (in_array($function, array(
"MIN",
"MAX",
"SUM",
"AVG",
"COUNT"))) {
582 $id = substr($id, 0, $pos);
586 if (trim($value) ==
"") {
587 if ($id ==
"title") {
588 return "--" .
$lng->txt(
"none") .
"--";
593 case 'status_changed':
603 case "spent_seconds":
604 case "read_count_spent_seconds":
616 $value = $value .
"%";
640 $this->tpl->setVariable(
"ICON", ilObject::_getIcon($a_set[
"obj_id"],
"tiny", $a_set[
"type"]));
641 $this->tpl->setVariable(
"ICON_ALT",
$lng->txt($a_set[
"type"]));
642 $this->tpl->setVariable(
"TITLE", $a_set[
"title"]);
644 if ($a_set[
"offline"] || $a_set[
"privacy_conflict"]) {
646 if ($a_set[
"offline"]) {
647 $mess[] =
$lng->txt(
"offline");
649 if ($a_set[
"privacy_conflict"]) {
650 $mess[] =
$lng->txt(
"status_no_permission");
652 $this->tpl->setCurrentBlock(
"status_bl");
653 $this->tpl->setVariable(
"TEXT_STATUS", implode(
", ", $mess));
654 $this->tpl->parseCurrentBlock();
669 case "percentage_avg":
671 $this->tpl->setVariable(strtoupper($c),
"");
677 $value = $this->
parseValue($c, $a_set[$c], $a_set[
"type"]);
678 $this->tpl->setVariable(strtoupper($c), $value);
683 if ($this->is_root) {
684 $path = $this->
buildPath($a_set[
"ref_ids"],
false,
true);
686 $this->tpl->setCurrentBlock(
"item_path");
687 foreach ($path as $ref_id => $path_item) {
688 $this->tpl->setVariable(
"PATH_ITEM", $path_item);
690 if (!$this->anonymized) {
691 $ilCtrl->setParameterByClass(
$ilCtrl->getCmdClass(),
'details_id', $ref_id);
692 $this->tpl->setVariable(
"URL_DETAILS",
$ilCtrl->getLinkTargetByClass(
$ilCtrl->getCmdClass(),
'details'));
693 $ilCtrl->setParameterByClass(
$ilCtrl->getCmdClass(),
'details_id',
'');
694 $this->tpl->setVariable(
"TXT_DETAILS",
$lng->txt(
'trac_participants'));
696 $this->tpl->setVariable(
"URL_DETAILS",
ilLink::_getLink($ref_id, $a_set[
"type"]));
697 $this->tpl->setVariable(
"TXT_DETAILS",
$lng->txt(
'view'));
700 $this->tpl->parseCurrentBlock();
704 $this->tpl->setCurrentBlock(
"item_command");
705 $ilCtrl->setParameterByClass(get_class($this),
'hide', $a_set[
"obj_id"]);
706 $this->tpl->setVariable(
"HREF_COMMAND",
$ilCtrl->getLinkTargetByClass(get_class($this),
'hide'));
707 $this->tpl->setVariable(
"TXT_COMMAND", $this->lng->txt(
'trac_hide'));
708 $this->tpl->parseCurrentBlock();
710 $this->tpl->touchBlock(
"path_action");
711 } elseif ($a_set[
"ref_ids"]) {
713 include_once
'./Services/Tree/classes/class.ilPathGUI.php';
715 $path = $path->getPath($this->ref_id, array_pop($a_set[
"ref_ids"]));
717 $this->tpl->setVariable(
'COLL_PATH', $this->lng->txt(
'path') .
': ' . $path);
725 foreach (
$data as $item) {
726 $this->tpl->setCurrentBlock($id .
"_row");
727 $this->tpl->setVariable(
"CAPTION", $item[
"caption"]);
728 $this->tpl->setVariable(
"ABSOLUTE", $item[
"absolute"]);
729 $this->tpl->setVariable(
"PERCENTAGE", $item[
"percentage"]);
730 $this->tpl->parseCurrentBlock();
733 $this->tpl->touchBlock($id);
740 if (in_array($a_name, array(
"country",
"gender",
"city",
"language",
"status",
"mark",
'sel_country'))) {
748 $pos = strrpos($a_field,
"_");
749 if ($pos !==
false) {
750 $function = strtoupper(substr($a_field, $pos + 1));
751 if (in_array($function, array(
"MIN",
"MAX",
"SUM",
"AVG",
"COUNT",
"TOTAL"))) {
760 $a_excel->
setCell($a_row, 0, $this->lng->txt(
"title"));
765 $label = $labels[
$c][
"txt"];
766 $label = str_replace(
"Ø", $this->lng->txt(
"trac_average"), $label);
767 $label = str_replace(
"∑", $this->lng->txt(
"trac_sum"), $label);
770 $a_excel->
setCell($a_row, $cnt, $label);
773 if ($c !=
"status") {
774 $a_excel->
setCell($a_row, $cnt, $label .
" #1");
775 $a_excel->
setCell($a_row, ++$cnt, $label .
" #1");
776 $a_excel->
setCell($a_row, ++$cnt, $label .
" #1 %");
777 $a_excel->
setCell($a_row, ++$cnt, $label .
" #2");
778 $a_excel->
setCell($a_row, ++$cnt, $label .
" #2");
779 $a_excel->
setCell($a_row, ++$cnt, $label .
" #2 %");
780 $a_excel->
setCell($a_row, ++$cnt, $label .
" #3");
781 $a_excel->
setCell($a_row, ++$cnt, $label .
" #3");
782 $a_excel->
setCell($a_row, ++$cnt, $label .
" #3 %");
783 $a_excel->
setCell($a_row, ++$cnt, $label .
" " . $this->lng->txt(
"trac_others"));
784 $a_excel->
setCell($a_row, ++$cnt, $label .
" " . $this->lng->txt(
"trac_others"));
785 $a_excel->
setCell($a_row, ++$cnt, $label .
" " . $this->lng->txt(
"trac_others") .
" %");
788 include_once(
"./Services/Tracking/classes/class.ilLearningProgressBaseGUI.php");
789 include_once(
"./Services/Tracking/classes/class.ilLPStatus.php");
795 foreach ($valid_status as $status) {
797 $a_excel->
setCell($a_row, ++$cnt, $text);
798 $a_excel->
setCell($a_row, ++$cnt, $text .
" %");
810 $a_excel->
setCell($a_row, 0, $a_set[
"title"]);
815 $val = $this->
parseValue($c, $a_set[$c], $a_set[
"type"]);
816 $a_excel->
setCell($a_row, $cnt, $val);
819 foreach ((array) $a_set[$c] as $idx => $value) {
820 if ($c ==
"status") {
821 $a_excel->
setCell($a_row, $cnt, (
int) $value[
"absolute"]);
822 $a_excel->
setCell($a_row, ++$cnt, $value[
"percentage"] .
"%");
824 $a_excel->
setCell($a_row, $cnt, $value[
"caption"]);
825 $a_excel->
setCell($a_row, ++$cnt, (
int) $value[
"absolute"]);
826 $a_excel->
setCell($a_row, ++$cnt, $value[
"percentage"] .
"%");
830 if (
sizeof($a_set[$c]) < 4 && $c !=
"status") {
831 for ($loop = 4; $loop >
sizeof($a_set[
$c]); $loop--) {
832 $a_excel->
setCell($a_row, $cnt,
"");
833 $a_excel->
setCell($a_row, ++$cnt,
"");
834 $a_excel->
setCell($a_row, ++$cnt,
"");
844 $a_csv->addColumn($this->lng->txt(
"title"));
848 $label = $labels[
$c][
"txt"];
849 $label = str_replace(
"Ø", $this->lng->txt(
"trac_average"), $label);
850 $label = str_replace(
"∑", $this->lng->txt(
"trac_sum"), $label);
853 $a_csv->addColumn($label);
855 if ($c !=
"status") {
856 $a_csv->addColumn($label .
" #1");
857 $a_csv->addColumn($label .
" #1");
858 $a_csv->addColumn($label .
" #1 %");
859 $a_csv->addColumn($label .
" #2");
860 $a_csv->addColumn($label .
" #2");
861 $a_csv->addColumn($label .
" #2 %");
862 $a_csv->addColumn($label .
" #3");
863 $a_csv->addColumn($label .
" #3");
864 $a_csv->addColumn($label .
" #3 %");
865 $a_csv->addColumn($label .
" " . $this->lng->txt(
"trac_others"));
866 $a_csv->addColumn($label .
" " . $this->lng->txt(
"trac_others"));
867 $a_csv->addColumn($label .
" " . $this->lng->txt(
"trac_others") .
" %");
870 include_once(
"./Services/Tracking/classes/class.ilLearningProgressBaseGUI.php");
871 include_once(
"./Services/Tracking/classes/class.ilLPStatus.php");
876 foreach ($valid_status as $status) {
878 $a_csv->addColumn($text);
879 $a_csv->addColumn($text .
" %");
890 $a_csv->addColumn($a_set[
"title"]);
894 $val = $this->
parseValue($c, $a_set[$c], $a_set[
"type"]);
895 $a_csv->addColumn($val);
897 foreach ((array) $a_set[$c] as $idx => $value) {
898 if ($c !=
"status") {
899 $a_csv->addColumn($value[
"caption"]);
901 $a_csv->addColumn((
int) $value[
"absolute"]);
902 $a_csv->addColumn($value[
"percentage"]);
904 if (
sizeof($a_set[$c]) < 4 && $c !=
"status") {
905 for ($loop = 4; $loop >
sizeof($a_set[
$c]); $loop--) {
906 $a_csv->addColumn(
"");
907 $a_csv->addColumn(
"");
908 $a_csv->addColumn(
"");
const LP_STATUS_COMPLETED_NUM
renderPercentages($id, $data)
Creates a path for a start and endnode.
const EXTENDED_DATA_LAST_ACCESS
buildPath($ref_ids)
Build path with deep-link.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
setExportFormats(array $formats)
Set available export formats.
const LP_MODE_MANUAL_BY_TUTOR
static _getImagePathForStatus($a_status)
Get image path for status.
setPrintMode($a_value=false)
Toogle print mode.
fillRowCSV($a_csv, $a_set)
setShowTemplates($a_value)
Toggle templates.
const LP_STATUS_NOT_ATTEMPTED
static _getStatusText($a_status, $a_lng=null)
Get status alt text.
getItemsPercentages(array $data=null, $overall, array $value_map=null, $limit=3)
Render data as needed for summary list (based on grouped values)
searchObjects(array $filter, $permission, array $preset_obj_ids=null, $a_check_lp_activation=true)
Search objects that match current filters.
const LP_STATUS_IN_PROGRESS_NUM
const LP_MODE_COLLECTION_MANUAL
addFilterItemByMetaType($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=null)
Add filter by standard type.
const EXTENDED_DATA_READ_COUNT
fillRowExcel(ilExcel $a_excel, &$a_row, $a_set)
parseTitle($a_obj_id, $action, $a_user_id=false)
getItems($a_object_id, $a_ref_id)
Build summary item rows for given object and filter(s.
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.
const FILTER_NUMBER_RANGE
const LP_STATUS_IN_PROGRESS
fillHeaderExcel(ilExcel $a_excel, &$a_row)
const FILTER_DATETIME_RANGE
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 isObjectOffline($a_obj_id, $a_type=null)
const FILTER_DURATION_RANGE
static _lookupObjId($a_id)
parseValue($id, $value, $type)
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
static getObjectsSummaryForObject( $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, $a_preselected_obj_ids=null)
Get all aggregated tracking data for parent object.
__construct($a_parent_obj, $a_parent_cmd, $a_ref_id, $a_print_mode=false)
Constructor.
fillRow($a_set)
Fill table row.
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.
static _lookupType($a_id, $a_reference=false)
lookup object type
const EXTENDED_DATA_SPENT_SECONDS
static supportsMark($a_obj_type)
const LP_STATUS_NOT_ATTEMPTED_NUM
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
static supportsSpentSeconds($a_obj_type)
__construct(Container $dic, ilPlugin $plugin)
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.
setEnableHeader($a_enableheader)
Set Enable Header.
static getCountryCodes()
Get country codes (DIN EN 3166-1)
numericOrdering($a_field)
setMaxCount($a_max_count)
set max.
getCurrentFilter($as_query=false)
const LP_STATUS_COMPLETED
static getInstance($a_obj_id)
getItemsPercentagesStatus(array $data=null, $overall, array $value_map=null)
Render status data as needed for summary list (based on grouped values)
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
setLimit($a_limit=0, $a_default_limit=0)
const LP_STATUS_FAILED_NUM