19 declare(strict_types=0);
43 ?
object $a_parent_obj,
46 ?array $obj_ids =
null,
47 bool $details =
false,
49 bool $personal_only =
false,
50 ?
int $a_parent_id =
null,
51 ?
int $a_parent_ref_id =
null,
52 ?
int $lp_context =
null 56 $ilCtrl = $DIC[
'ilCtrl'];
59 $this->tracked_user = $a_user;
62 $this->mode = (
int) $mode;
63 $this->parent_obj_id = (
int) $a_parent_id;
64 $this->lp_context = (
int) $lp_context;
68 $this->ref_id = (
int) $a_parent_ref_id;
71 $this->
setId(
"lpprgtbl");
75 if (!$this->details) {
76 $this->has_object_subitems =
true;
82 $this->
addColumn($this->
lng->txt(
"trac_title"),
"title",
"26%");
83 $this->
addColumn($this->
lng->txt(
"status"),
"status",
"7%");
85 $this->
lng->txt(
'trac_status_changed'),
90 $this->
lng->txt(
"trac_percentage"),
94 $this->
addColumn($this->
lng->txt(
"trac_mark"),
"",
"5%");
96 $this->
addColumn($this->
lng->txt(
"trac_mode"),
"",
"20%");
102 $this->
lng->txt(
"trac_learning_progress_of"),
111 $this->
lng->txt(
"trac_hide_selected")
115 $collection = $olp->getCollectionInstance();
120 $this->
addColumn($this->
lng->txt(
"trac_title"),
"title",
"31%");
121 $this->
addColumn($this->
lng->txt(
"status"),
"status",
"7%");
124 $this->
lng->loadLanguageModule(
'content');
125 $this->
addColumn($this->
lng->txt(
'cont_score'),
'score',
'10%');
126 } elseif ($this->has_object_subitems) {
128 $this->
lng->txt(
'trac_status_changed'),
133 $this->
lng->txt(
"trac_percentage"),
137 $this->
addColumn($this->
lng->txt(
"trac_mark"),
"",
"5%");
138 $this->
addColumn($this->
lng->txt(
"comment"),
"",
"10%");
139 $this->
addColumn($this->
lng->txt(
"trac_mode"),
"",
"20%");
146 $this->
ctrl->getFormActionByClass(get_class($this))
149 "tpl.lp_progress_list_row.html",
150 "components/ILIAS/Tracking" 158 if ($this->has_object_subitems) {
160 array(self::EXPORT_CSV, self::EXPORT_EXCEL)
165 if ($this->tracked_user) {
172 return $a_field ==
"percentage";
179 if (!$obj_ids && !$this->details) {
180 switch ($this->lp_context) {
196 $this->tracked_user->getId(),
200 ) as $obj_id => $status) {
202 unset($obj_ids[$obj_id]);
209 switch ($this->mode) {
212 $this->tracked_user->getId(),
220 $this->tracked_user->getId(),
229 if ($this->tracked_user) {
231 $this->tracked_user->getId(),
240 $this->tracked_user->getId(),
243 foreach (
$data as $idx => $item) {
244 if (!($item[
"status"] ??
false) && !($this->
filter[
"status"] ??
false) && !$this->details) {
257 foreach (
$data as $idx => $row) {
260 $data[$idx][
"percentage"] = -1;
267 protected function fillRow(array $a_set): void
269 if (!$this->details) {
270 $this->tpl->setCurrentBlock(
"column_checkbox");
271 $this->tpl->setVariable(
"OBJ_ID", $a_set[
"obj_id"]);
272 $this->tpl->parseCurrentBlock();
275 $this->tpl->setVariable(
279 $this->tpl->setVariable(
"ICON_ALT", $this->
lng->txt(
'obj_' . $a_set[
"type"]));
280 $this->tpl->setVariable(
"TITLE_TEXT", $a_set[
"title"]);
282 if ($a_set[
"offline"] ??
false) {
283 $this->tpl->setCurrentBlock(
"offline");
284 $this->tpl->setVariable(
"TEXT_STATUS", $this->
lng->txt(
"status"));
285 $this->tpl->setVariable(
"TEXT_OFFLINE", $this->
lng->txt(
"offline"));
286 $this->tpl->parseCurrentBlock();
290 $this->tpl->setVariable(
292 $icons->renderIconForStatus((
int) $a_set[
"status"])
296 $this->tpl->setVariable(
'SCORE_VAL', $a_set[
"score"]);
297 } elseif ($this->has_object_subitems) {
298 $this->tpl->setCurrentBlock(
"status_details");
300 $this->tpl->setVariable(
301 'STATUS_CHANGED_VAL',
304 $a_set[
'status_changed'],
311 $this->tpl->setVariable(
313 $olp->getModeText($a_set[
"u_mode"])
315 $this->tpl->setVariable(
"MARK_VALUE", $a_set[
"mark"]);
316 $this->tpl->setVariable(
"COMMENT_TEXT", $a_set[
"comment"]);
318 if ($a_set[
"percentage"] < 0) {
319 $this->tpl->setVariable(
"PERCENTAGE_VALUE",
"");
321 $this->tpl->setVariable(
323 sprintf(
"%d%%", $a_set[
"percentage"])
330 $this->tpl->setCurrentBlock(
"item_path");
331 foreach (
$path as $path_item) {
332 $this->tpl->setVariable(
"PATH_ITEM", $path_item);
333 $this->tpl->parseCurrentBlock();
337 $this->tpl->parseCurrentBlock();
344 $ref_id = $a_set[
"ref_ids"];
345 $ref_id = array_shift($ref_id);
348 $this->tracked_user->getId()
351 if ($timing !==
true) {
358 $this->tpl->setCurrentBlock(
'warning_img');
359 $this->tpl->setVariable(
362 'media/time_warn.svg' 365 $this->tpl->setVariable(
371 $this->tpl->parseCurrentBlock();
376 if (!$this->details) {
377 $this->tpl->setCurrentBlock(
"item_command");
378 $this->
ctrl->setParameterByClass(
383 $this->tpl->setVariable(
385 $this->
ctrl->getLinkTargetByClass(
390 $this->tpl->setVariable(
392 $this->
lng->txt(
'trac_hide')
394 $this->tpl->parseCurrentBlock();
397 if ($olp->getCollectionInstance() && $a_set[
"ref_ids"]) {
398 $ref_id = $a_set[
"ref_ids"];
399 $ref_id = array_shift($ref_id);
400 $this->
ctrl->setParameterByClass(
401 $this->
ctrl->getCmdClass(),
405 $this->tpl->setVariable(
407 $this->
ctrl->getLinkTargetByClass(
408 $this->ctrl->getCmdClass(),
412 $this->
ctrl->setParameterByClass(
413 $this->
ctrl->getCmdClass(),
417 $this->tpl->setVariable(
419 $this->
lng->txt(
'trac_subitems')
421 $this->tpl->parseCurrentBlock();
424 $this->tpl->setCurrentBlock(
"column_action");
425 $this->tpl->parseCurrentBlock();
432 $a_excel->
setCell($a_row, 0, $this->
lng->txt(
"type"));
433 $a_excel->
setCell($a_row, 1, $this->
lng->txt(
"trac_title"));
434 $a_excel->
setCell($a_row, 2, $this->
lng->txt(
"status"));
435 $a_excel->
setCell($a_row, 3, $this->
lng->txt(
"trac_status_changed"));
436 $a_excel->
setCell($a_row, 4, $this->
lng->txt(
"trac_percentage"));
437 $a_excel->
setCell($a_row, 5, $this->
lng->txt(
"trac_mark"));
438 $a_excel->
setCell($a_row, 6, $this->
lng->txt(
"comment"));
439 $a_excel->
setCell($a_row, 7, $this->
lng->txt(
"trac_mode"));
442 $a_excel->
setBold(
"A" . $a_row .
":H" . $a_row);
450 $a_excel->
setCell($a_row, 0, $this->
lng->txt(
'obj_' . $a_set[
"type"]));
451 $a_excel->
setCell($a_row, 1, $a_set[
"title"]);
464 $a_set[
'status_changed'],
470 $a_excel->
setCell($a_row, 4,
'-');
472 $a_excel->
setCell($a_row, 4, $a_set[
"percentage"] .
"%");
474 $a_excel->
setCell($a_row, 5, (
string) $a_set[
"mark"]);
475 $a_excel->
setCell($a_row, 6, (
string) $a_set[
"comment"]);
488 $a_csv->
addColumn($this->
lng->txt(
"trac_status_changed"));
499 $a_csv->
addColumn($this->
lng->txt(
'obj_' . $a_set[
"type"]));
509 $a_set[
'status_changed'],
519 $a_csv->
addColumn(sprintf(
"%d%%", $a_set[
"percentage"]));
521 $a_csv->
addColumn((
string) $a_set[
"mark"]);
522 $a_csv->
addColumn((
string) $a_set[
"comment"]);
const LP_STATUS_COMPLETED_NUM
fillRowCSV(ilCSVWriter $a_csv, array $a_set)
static array static setUseRelativeDates(bool $a_status)
set use relative dates
getCurrentFilter(bool $as_query=false)
static getLPMemberships(int $usr_id, array $obj_ids, ?int $parent_ref_id=null, bool $mapped_ref_ids=false)
Get all objects where given user is member (from LP POV)
setExportFormats(array $formats)
Set available export formats.
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setFormAction(string $a_form_action, bool $a_multipart=false)
static getSubItemsStatusForUser(int $a_user_id, int $a_parent_obj_id, array $a_item_ids)
Get subitems status.
static getObjectivesStatusForUser(int $a_user_id, int $a_obj_id, array $a_objective_ids)
setEnableTitle(bool $a_enabletitle)
fillHeaderCSV(ilCSVWriter $a_csv)
buildPath(array $ref_ids)
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
searchObjects(array $filter, string $permission, ?array $preset_obj_ids=null, bool $a_check_lp_activation=true)
Search objects that match current filters.
static getSCOsStatusForUser(int $a_user_id, int $a_parent_obj_id, array $a_sco_ids)
const LP_MODE_COLLECTION_MANUAL
static getInstance(int $variant=ilLPStatusIcons::ICON_VARIANT_DEFAULT, ?\ILIAS\UI\Renderer $renderer=null, ?\ILIAS\UI\Factory $factory=null)
bool $has_object_subitems
static resetToDefaults()
reset to defaults
const LP_MODE_COLLECTION_TLT
__construct(?object $a_parent_obj, string $a_parent_cmd, ?ilObjUser $a_user=null, ?array $obj_ids=null, bool $details=false, ?int $mode=null, bool $personal_only=false, ?int $a_parent_id=null, ?int $a_parent_ref_id=null, ?int $lp_context=null)
Constructor.
TableGUI class for learning progress.
LP collection of repository objects.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
initBaseFilter(bool $a_split_learning_resources=false, bool $a_include_no_status_filter=true)
Init filter.
setCell(int $a_row, int $col, $value, ?string $datatype=null, bool $disable_strip_tags_for_strings=false)
Set cell value.
setBold(string $a_coords)
Set cell(s) to bold.
TableGUI class for learning progress.
setDefaultOrderField(string $a_defaultorderfield)
isPercentageAvailable(int $a_obj_id)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
setDefaultOrderDirection(string $a_defaultorderdirection)
static _getStatusText(int $a_status, ?ilLanguage $a_lng=null)
Get status alt text.
const LP_CONTEXT_ORG_UNIT
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
static getObjectsStatusForUser(int $a_user_id, array $obj_refs)
setEnableNumInfo(bool $a_val)
const LP_MODE_COLLECTION_MOBS
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
fillRowExcel(ilExcel $a_excel, int &$a_row, array $a_set)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
filter(string $filter_id, $class_path, string $cmd, bool $activated=true, bool $expanded=true)
static isObjectOffline(int $a_obj_id, string $a_type='')
showTimingsWarning(int $a_ref_id, int $a_user_id)
addMultiCommand(string $a_cmd, string $a_text)
static getInstance(int $obj_id)
setEnableHeader(bool $a_enableheader)
fillHeaderExcel(ilExcel $a_excel, int &$a_row)
numericOrdering(string $a_field)
static _mode2Text(int $a_mode)