153 $this->
ctrl = $DIC->ctrl();
154 $this->
lng = $DIC->language();
155 $this->
help = $DIC[
"ilHelp"];
156 $this->setting = $DIC[
"ilSetting"];
157 $this->
user = $DIC->user();
158 $this->tpl = $DIC[
"tpl"];
159 $this->
tabs = $DIC->tabs();
160 $this->
toolbar = $DIC->toolbar();
161 $this->
access = $DIC->access();
162 $this->ui_fac = $DIC->ui()->factory();
163 $this->ui_ren = $DIC->ui()->renderer();
164 $this->
ui = $DIC->ui();
165 $this->storage = $DIC->resourceStorage();
166 $this->data_fac = new \ILIAS\Data\Factory();
167 $this->tree = $DIC->repositoryTree();
168 $this->obj_definition = $DIC[
"objDefinition"];
169 $this->personal_gui_request = $DIC->skills()->internal()->gui()->personal_request();
170 $this->tree_repo = $DIC->skills()->internal()->repo()->getTreeRepo();
171 $this->tree_service = $DIC->skills()->tree();
172 $this->profile_manager = $DIC->skills()->internal()->manager()->getProfileManager();
173 $this->profile_completion_manager = $DIC->skills()->internal()->manager()->getProfileCompletionManager();
182 $ilHelp->setScreenIdComponent(
"skill");
184 $ilCtrl->saveParameter($this,
"skill_id");
185 $ilCtrl->saveParameter($this,
"tref_id");
186 $ilCtrl->saveParameter($this,
"profile_id");
187 $ilCtrl->saveParameter($this,
"list_mode");
189 $this->requested_list_mode = $this->personal_gui_request->getListMode();
190 $this->requested_node_id = $this->personal_gui_request->getNodeId();
191 $this->requested_profile_id = $this->personal_gui_request->getProfileId();
192 $this->requested_skill_id = $this->personal_gui_request->getSkillId();
193 $this->requested_skill_ids = $this->personal_gui_request->getSkillIds();
194 $this->requested_basic_skill_id = $this->personal_gui_request->getBasicSkillId();
195 $this->requested_tref_id = $this->personal_gui_request->getTrefId();
196 $this->requested_level_id = $this->personal_gui_request->getLevelId();
197 $this->requested_self_eval_level_id = $this->personal_gui_request->getSelfEvaluationLevelId();
198 $this->requested_wsp_id = $this->personal_gui_request->getWorkspaceId();
199 $this->requested_wsp_ids = $this->personal_gui_request->getWorkspaceIds();
201 $this->user_profiles = $this->profile_manager->getProfilesOfUser($this->
user->getId());
202 $this->cont_profiles = [];
204 $this->use_materials = !
$ilSetting->get(
"disable_personal_workspace");
218 $this->profile_id = $a_val;
231 $this->gap_self_eval_levels = $a_val;
244 $this->history_view = $a_val;
254 return ($this->mode ==
"gap" && !$this->history_view);
269 $this->intro_text = $a_val;
293 public function hideSkill(
int $a_skill_id,
int $a_tref_id = 0): void
295 $this->hidden_skills[] = $a_skill_id .
":" . $a_tref_id;
302 if (count($this->cont_profiles) == 0) {
305 $current_prof_id = 0;
306 if ($this->requested_profile_id > 0) {
307 foreach ($this->cont_profiles as $p) {
308 if ($p[
"profile_id"] == $this->requested_profile_id) {
314 if ($current_prof_id == 0 && !(is_array($this->obj_skills) && $this->obj_id > 0)) {
315 $current_prof_id = $this->cont_profiles[0][
"profile_id"];
317 $ilCtrl->setParameter($this,
"profile_id", $current_prof_id);
339 $this->obj_id = $a_obj_id;
340 $this->obj_skills = $a_skills;
357 $next_class = $ilCtrl->getNextClass($this);
360 $cmd = $ilCtrl->getCmd(
"render");
365 switch ($next_class) {
372 public function setTabs(
string $a_activate): void
378 if (count($this->user_profiles) > 0) {
379 $ilCtrl->setParameter($this,
"list_mode", self::LIST_PROFILES);
382 $lng->
txt(
"skmg_assigned_profiles"),
383 $ilCtrl->getLinkTarget($this,
"render")
388 $ilCtrl->setParameter($this,
"list_mode", self::LIST_SELECTED);
391 $lng->
txt(
"skmg_selected_skills"),
392 $ilCtrl->getLinkTarget($this,
"render")
395 $ilCtrl->clearParameterByClass(get_class($this),
"list_mode");
399 $ilTabs->activateTab($a_activate);
404 $this->offline_mode = $a_file_path;
409 if ($this->requested_list_mode == self::LIST_SELECTED || !count($this->user_profiles) > 0) {
424 $tpl =
new ilTemplate(
"tpl.skill_filter.html",
true,
true,
"Services/Skill");
429 $ilToolbar->addFormButton(
430 $lng->
txt(
"skmg_add_skill"),
433 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
436 $filter_toolbar->setFormAction($ilCtrl->getFormAction($this));
437 $this->
getFilter()->addToToolbar($filter_toolbar,
false);
441 foreach ($skills as $s) {
442 $path = $this->tree_service->getSkillTreePath($s[
"skill_node_id"]);
445 foreach (
$path as $p) {
450 $html .= $this->
getSkillHTML($s[
"skill_node_id"], 0,
true);
456 $filter_toolbar->addFormButton($this->
lng->txt(
"skmg_refresh_view"),
"applyFilter");
457 $tpl->
setVariable(
"FILTER", $filter_toolbar->getHTML());
458 $html = $tpl->
get() . $html;
460 $box = $this->ui_fac->messageBox()->info($lng->
txt(
"skmg_no_skills_selected_info"));
461 $html = $this->ui_ren->render($box);
464 $main_tpl->setContent($html);
470 $this->
ctrl->setParameter($this,
"list_mode", self::LIST_SELECTED);
471 $this->
ctrl->redirect($this,
"listSkills");
480 $this->
ctrl->redirect($this,
"listAssignedProfile");
495 bool $a_edit =
false,
503 "personal_skill_html",
504 array(
"personal_skills_gui" => $this,
"top_skill_id" => $a_top_skill_id,
"user_id" => $a_user_id,
505 "edit" => $a_edit,
"tref_id" => $a_tref_id)
508 if (!$uip->replaced()) {
509 $skill_html = $this->
renderSkillHTML($a_top_skill_id, $a_user_id, $a_edit, $a_tref_id);
511 $skill_html = $uip->getHTML($skill_html);
512 $main_tpl->addJavaScript(
"./Services/Skill/js/SkillEntries.js");
520 bool $a_edit =
false,
529 if ($a_user_id == 0) {
535 $tpl =
new ilTemplate(
"tpl.skill_pres.html",
true,
true,
"Services/Skill");
537 $vtree = $this->tree_repo->getVirtualTreeForNodeId($a_top_skill_id);
538 $tref_id = $a_tref_id;
539 $skill_id = $a_top_skill_id;
541 $tref_id = $a_top_skill_id;
544 $b_skills = $vtree->getSubTreeForCSkillId($skill_id .
":" . $tref_id,
true);
546 foreach ($b_skills as $bs) {
547 $bs[
"id"] = $bs[
"skill_id"];
548 $bs[
"tref"] = $bs[
"tref_id"];
550 $path = $this->tree_service->getSkillTreePath($bs[
"id"], $bs[
"tref"]);
556 foreach (
$path as $p) {
564 $level_data = $skill->getLevelData();
570 foreach (
$path as $p) {
572 $title .= $sep . $p[
"title"];
574 $description = $p[
"description"];
576 if ($a_top_skill_id == $p[
"child"]) {
581 $title = $lng->
txt(
"skmg_skill_overview");
590 if (!empty($skl_lvl_desc)) {
593 $acc->addItem($lng->
txt(
'skmg_skill_levels'), $skl_lvl_desc);
594 $panel_comps[] = $this->ui_fac->legacy($acc->getHTML());
597 $prof_comp_head_rendered =
false;
598 $has_at_least_one_entry =
false;
601 if (!empty($self_eval_gap_item_prof = $this->
getSelfEvalGapItem($level_data, $bs[
"tref"]))) {
603 $has_at_least_one_entry =
true;
605 $panel_comps[] = $this->ui_fac->legacy($self_eval_gap_item_prof);
625 if (!empty($self_eval_entries_latest)) {
627 $has_at_least_one_entry =
true;
629 $panel_comps[] = $this->ui_fac->legacy($self_eval_entries_latest);
630 $panel_comps[] = $this->ui_fac->legacy($self_eval_entries_non_latest);
633 if (!$this->skmg_settings->getHideProfileBeforeSelfEval() ||
635 if ($this->
getFilter()->showTargetLevel()) {
637 $prof_comp_head_rendered =
true;
644 if (!empty($actual_gap_item = $this->
getActualGapItem($level_data, $bs[
"tref"]))) {
645 $panel_comps[] = $this->ui_fac->legacy($actual_gap_item);
646 $has_at_least_one_entry =
true;
649 if (!empty($self_eval_gap_item_non_prof = $this->
getSelfEvalGapItem($level_data, $bs[
"tref"]))) {
650 $panel_comps[] = $this->ui_fac->legacy($self_eval_gap_item_non_prof);
651 $has_at_least_one_entry =
true;
674 if (!empty($object_entries_latest) && !$prof_comp_head_rendered) {
677 if (!empty($object_entries_latest)) {
678 $has_at_least_one_entry =
true;
680 $panel_comps[] = $this->ui_fac->legacy($object_entries_latest);
681 $panel_comps[] = $this->ui_fac->legacy($object_entries_non_latest);
701 if (!empty($all_entries_latest) && !$prof_comp_head_rendered) {
704 if (!empty($all_entries_latest)) {
705 $has_at_least_one_entry =
true;
707 $panel_comps[] = $this->ui_fac->legacy($all_entries_latest);
708 $panel_comps[] = $this->ui_fac->legacy($all_entries_non_latest);
712 if (!$has_at_least_one_entry) {
713 $panel_comps[] = $this->ui_fac->legacy(
"<br/>" . $lng->
txt(
"skmg_no_skill_entries"));
717 if ($this->mode !=
"gap") {
723 $panel_comps[] = $this->ui_fac->legacy($mat);
729 if ($this->
getFilter()->showMaterialsRessources() && $this->
getProfileId() == 0 && !$this->gap_mode_obj_id) {
734 $panel_comps[] = $this->ui_fac->legacy($sugg);
737 $sub = $this->ui_fac->panel()->sub($title, $panel_comps);
740 $sub = $sub->withFurtherInformation(
$res);
744 $ilCtrl->setParameterByClass(
"ilpersonalskillsgui",
"skill_id", $a_top_skill_id);
745 $ilCtrl->setParameterByClass(
"ilpersonalskillsgui",
"tref_id", $bs[
"tref"]);
746 $ilCtrl->setParameterByClass(
"ilpersonalskillsgui",
"basic_skill_id", $bs[
"id"]);
747 $ilCtrl->setParameterByClass(
"ilpersonalskillsgui",
"list_mode", $this->requested_list_mode);
748 if ($this->use_materials) {
749 $actions[] = $this->ui_fac->button()->shy(
750 $lng->
txt(
'skmg_assign_materials'),
751 $ilCtrl->getLinkTargetByClass(
"ilpersonalskillsgui",
"assignMaterials")
754 $actions[] = $this->ui_fac->button()->shy(
755 $lng->
txt(
'skmg_self_evaluation'),
756 $ilCtrl->getLinkTargetByClass(
"ilpersonalskillsgui",
"selfEvaluation")
758 $sub = $sub->withActions($this->ui_fac->dropdown()->standard($actions)->withLabel($lng->
txt(
"actions")));
761 $sub_panels[] = $sub;
769 $sub_panels = $this->ui_fac->legacy($des . $this->ui_ren->render($sub_panels));
771 $panel = $this->ui_fac->panel()->standard(
779 $ilCtrl->setParameterByClass(
"ilpersonalskillsgui",
"skill_id", $a_top_skill_id);
780 $actions[] = $this->ui_fac->button()->shy(
781 $lng->
txt(
'skmg_remove_skill'),
782 $ilCtrl->getLinkTargetByClass(
"ilpersonalskillsgui",
"confirmSkillRemove")
785 $panel =
$panel->withActions($this->ui_fac->dropdown()->standard($actions)->withLabel($lng->
txt(
"actions")));
788 return $this->ui_ren->render(
$panel);
800 $obj_id = $ws_tree->lookupObjectId($a_wsp_id);
803 if (!$this->offline_mode) {
804 $url = $ws_access->getGotoLink($a_wsp_id, $obj_id);
806 $url = $this->offline_mode .
"file_" . $obj_id .
"/";
812 $url .= $obj->getOfflineFilename();
817 $url .= $obj->getOfflineFilename();
822 $url .= $obj->getOfflineFilename();
827 $url .= $obj->getOfflineFilename();
832 $url .= $obj->getOfflineFilename();
837 $url .= $obj->getOfflineFilename();
842 $url .= $file->getFileName();
847 return array($caption,
$url);
858 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_object_modified"));
859 $ilCtrl->setParameter($this,
"list_mode", self::LIST_SELECTED);
860 $ilCtrl->redirect($this,
"listSkills");
869 if ($this->requested_skill_id > 0) {
872 if (empty($this->requested_skill_ids)) {
873 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"no_checkbox"),
true);
874 $ilCtrl->setParameter($this,
"list_mode", self::LIST_SELECTED);
875 $ilCtrl->redirect($this,
"listSkills");
878 $cgui->setFormAction($ilCtrl->getFormAction($this));
879 $cgui->setHeaderText($lng->
txt(
"skmg_really_remove_skills"));
880 $cgui->setCancel($lng->
txt(
"cancel"),
"listSkills");
881 $cgui->setConfirm($lng->
txt(
"remove"),
"removeSkills");
883 foreach ($this->requested_skill_ids as
$i) {
897 if (!empty($this->requested_skill_ids)) {
898 foreach ($this->requested_skill_ids as $n_id) {
903 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_object_modified"));
904 $ilCtrl->setParameter($this,
"list_mode", self::LIST_SELECTED);
905 $ilCtrl->redirect($this,
"listSkills");
924 $cmd = ($this->requested_list_mode == self::LIST_SELECTED || !count($this->user_profiles) > 0)
926 :
"listAssignedProfile";
929 $ilCtrl->getLinkTarget($this, $cmd)
932 $ilCtrl->saveParameter($this,
"skill_id");
933 $ilCtrl->saveParameter($this,
"basic_skill_id");
934 $ilCtrl->saveParameter($this,
"tref_id");
942 $vtree = $this->tree_repo->getVirtualTreeForNodeId($this->requested_skill_id);
949 $bs = $vtree->getSubTreeForCSkillId($skill_id .
":" . $tref_id,
true);
952 foreach ($bs as
$b) {
957 $cur_basic_skill_id = ($this->requested_basic_skill_id > 0)
958 ? $this->requested_basic_skill_id
961 $ilCtrl->setParameter($this,
"basic_skill_id", $cur_basic_skill_id);
963 if (count($options) > 1) {
965 $si->setOptions($options);
966 $si->setValue($cur_basic_skill_id);
967 $ilToolbar->addInputItem($si,
true);
968 $ilToolbar->addFormButton(
973 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
980 $this->requested_skill_id,
981 $this->requested_tref_id,
1003 if (!
$ilSetting->get(
"disable_personal_workspace")) {
1004 $url =
'ilias.php?baseClass=ilDashboardGUI&cmd=jumpToWorkspace';
1005 $mbox = $ui->
factory()->messageBox()->info($lng->
txt(
"skmg_ass_materials_from_workspace"))
1006 ->withLinks([$ui->
factory()->link()->standard(
1007 $lng->
txt(
"personal_resources"),
1013 $ilCtrl->saveParameter($this,
"skill_id");
1014 $ilCtrl->saveParameter($this,
"level_id");
1015 $ilCtrl->saveParameter($this,
"tref_id");
1016 $ilCtrl->saveParameter($this,
"basic_skill_id");
1018 $ilTabs->setBackTarget(
1020 $ilCtrl->getLinkTarget($this,
"assignMaterials")
1025 $exp->
setTypeWhiteList(array(
"blog",
"wsrt",
"wfld",
"file",
"tstv",
"excv"));
1026 $exp->setSelectableTypes(array(
"file",
"tstv",
"excv"));
1027 $exp->setSelectMode(
"wsp_ids",
true);
1028 if ($exp->handleCommand()) {
1033 $mtpl =
new ilTemplate(
"tpl.materials_selection.html",
true,
true,
"Services/Skill");
1034 $mtpl->setVariable(
"EXP", $exp->getHTML());
1039 $lng->
txt(
"select"),
1042 $tb->setFormAction($ilCtrl->getFormAction($this));
1043 $tb->setOpenFormTag(
true);
1044 $tb->setCloseFormTag(
false);
1045 $mtpl->setVariable(
"TOOLBAR1", $tb->getHTML());
1046 $tb->setOpenFormTag(
false);
1047 $tb->setCloseFormTag(
true);
1048 $mtpl->setVariable(
"TOOLBAR2", $tb->getHTML());
1060 if (!empty($this->requested_wsp_ids)) {
1061 foreach ($this->requested_wsp_ids as $w) {
1071 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"),
true);
1074 $ilCtrl->saveParameter($this,
"skill_id");
1075 $ilCtrl->saveParameter($this,
"level_id");
1076 $ilCtrl->saveParameter($this,
"tref_id");
1077 $ilCtrl->saveParameter($this,
"basic_skill_id");
1079 $ilCtrl->redirect($this,
"assignMaterials");
1095 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"),
true);
1096 $ilCtrl->redirect($this,
"assignMaterials");
1112 $cmd = ($this->requested_list_mode == self::LIST_SELECTED || !count($this->user_profiles) > 0)
1114 :
"listAssignedProfile";
1117 $ilCtrl->getLinkTarget($this, $cmd)
1120 $ilCtrl->saveParameter($this,
"skill_id");
1121 $ilCtrl->saveParameter($this,
"basic_skill_id");
1122 $ilCtrl->saveParameter($this,
"tref_id");
1130 $vtree = $this->tree_repo->getVirtualTreeForNodeId($this->requested_skill_id);
1137 $bs = $vtree->getSubTreeForCSkillId($skill_id .
":" . $tref_id,
true);
1141 foreach ($bs as
$b) {
1145 $cur_basic_skill_id = ($this->requested_basic_skill_id > 0)
1146 ? $this->requested_basic_skill_id
1149 $ilCtrl->setParameter($this,
"basic_skill_id", $cur_basic_skill_id);
1151 if (count($options) > 1) {
1153 $si->setOptions($options);
1154 $si->setValue($cur_basic_skill_id);
1155 $ilToolbar->addInputItem($si,
true);
1156 $ilToolbar->addFormButton(
1157 $lng->
txt(
"select"),
1161 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
1168 $this->requested_skill_id,
1169 $this->requested_tref_id,
1189 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"),
true);
1196 $cmd = ($this->requested_list_mode == self::LIST_SELECTED || !count($this->user_profiles) > 0)
1197 ?
"render" :
"listAssignedProfile";
1198 $ilCtrl->redirect($this, $cmd);
1209 $ilCtrl->setParameter($this,
"list_mode", self::LIST_SELECTED);
1212 $ilCtrl->getLinkTarget($this,
"render")
1214 $ilCtrl->clearParameterByClass(get_class($this),
"list_mode");
1217 if ($exp->getHasSelectableNodes()) {
1218 if (!$exp->handleCommand()) {
1221 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"skmg_select_skill"));
1223 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"skmg_no_nodes_selectable"));
1235 if (count($this->cont_profiles) == 0 && $this->obj_skills == null) {
1248 $link = $this->ui_fac->link()->standard(
1249 $this->
lng->txt(
"skmg_open_all_assigned_profiles"),
1250 $this->
ctrl->getLinkTargetByClass([
"ilDashboardGUI",
"ilAchievementsGUI",
"ilPersonalSkillsGUI"])
1252 $box = $this->ui_fac->messageBox()->info($this->
lng->txt(
"skmg_cont_profiles_info"))->withLinks([$link]);
1254 return $this->ui_ren->render($box);
1265 if (is_array($this->obj_skills) && $this->obj_id > 0) {
1269 foreach ($this->cont_profiles as $p) {
1270 $cont_options[$p[
"profile_id"]] = $p[
"title"];
1273 asort($cont_options);
1274 $options = $options + $cont_options;
1277 $si->setOptions($options);
1279 $ilToolbar->addInputItem($si,
true);
1280 $ilToolbar->addFormButton(
1281 $lng->
txt(
"select"),
1284 $ilToolbar->setFormAction($ilCtrl->getFormAction($this));
1289 $this->gap_mode =
"max_per_type";
1290 $this->gap_mode_type = $a_type;
1291 $this->gap_cat_title = $a_cat_title;
1292 $this->mode =
"gap";
1297 $this->gap_mode =
"max_per_object";
1298 $this->gap_mode_obj_id = $a_obj_id;
1299 $this->gap_cat_title = $a_cat_title;
1300 $this->mode =
"gap";
1311 if ($a_skills == null) {
1320 $intro_html = $pan->getHTML();
1325 if ($a_user_id == 0) {
1328 $user_id = $a_user_id;
1333 $profile = $this->profile_manager->getById($this->
getProfileId());
1334 $this->profile_levels = $profile->getSkillLevels();
1336 foreach ($this->profile_levels as $l) {
1338 "base_skill_id" => $l[
"base_skill_id"],
1339 "tref_id" => $l[
"tref_id"],
1340 "level_id" => $l[
"level_id"]
1344 $skills = $a_skills;
1348 $this->actual_levels = $this->profile_completion_manager->getActualMaxLevels(
1352 $this->gap_mode_type,
1353 $this->gap_mode_obj_id
1355 $this->next_level_fuls = $this->profile_completion_manager->getActualNextLevelFulfilments(
1359 $this->gap_mode_type,
1360 $this->gap_mode_obj_id
1365 $vtree = $this->tree_service->getGlobalVirtualSkillTree();
1366 $skills = $vtree->getOrderedNodeset($skills,
"base_skill_id",
"tref_id");
1372 foreach ($skills as $s) {
1373 $path = $this->tree_service->getSkillTreePath($s[
"base_skill_id"]);
1376 foreach (
$path as $p) {
1382 $html .= $this->
getSkillHTML($s[
"base_skill_id"], $user_id,
false, $s[
"tref_id"]);
1387 $all_chart_html = $this->getBarChartHTML($bc_skills);
1389 if (!empty($all_chart_html)) {
1392 $pan->setBody($all_chart_html);
1393 $all_chart_html = $pan->getHTML();
1398 return $intro_html . $all_chart_html . $html;
1404 protected function getBarChartHTML(array $skills):
string 1409 $target_dim = $lng->
txt(
"skmg_target_level");
1410 $eval_dim = $lng->
txt(
"skmg_eval_type_1");
1411 if ($this->gap_cat_title !=
"") {
1413 } elseif ($this->gap_mode ==
"max_per_type") {
1414 $eval_dim = $lng->
txt(
"objs_" . $this->gap_mode_type);
1415 } elseif ($this->gap_mode ==
"max_per_object") {
1418 $self_eval_dim = $lng->
txt(
"skmg_self_evaluation");
1420 $incl_self_eval =
false;
1423 $incl_self_eval =
true;
1430 $all_chart_data = [];
1431 $render_eval_dim =
false;
1432 foreach ($skills as $l) {
1434 $levels = $bs->getLevelData();
1436 if (empty($levels)) {
1443 $labels = [0 =>
""];
1444 foreach ($levels as $lv) {
1447 $labels[] = $lv[
"title"];
1449 if ($l[
"level_id"] == $lv[
"id"]) {
1450 $points[$target_dim] = [$cnt - 0.01, $cnt];
1451 $tooltips[$target_dim] = $lv[
"title"];
1453 $points[$target_dim] = $points[$target_dim] ?? null;
1454 $tooltips[$target_dim] = $tooltips[$target_dim] ?? null;
1457 if ($this->actual_levels[$l[
"base_skill_id"]][$l[
"tref_id"]] == $lv[
"id"]) {
1458 $perc = $this->next_level_fuls[$l[
"base_skill_id"]][$l[
"tref_id"]];
1459 $points[$eval_dim] = $cnt + $perc;
1460 $tooltips[$eval_dim] = null;
1462 $tooltips[$eval_dim] = $lv[
"title"] .
" + " . $perc * 100 .
"%";
1464 $render_eval_dim =
true;
1466 $points[$eval_dim] = $points[$eval_dim] ?? null;
1467 $tooltips[$eval_dim] = $tooltips[$eval_dim] ?? null;
1468 if (!is_null($points[$eval_dim])) {
1469 $render_eval_dim =
true;
1472 if ($incl_self_eval) {
1473 if (($self_vals[$l[
"base_skill_id"]][$l[
"tref_id"]] ?? 0) == $lv[
"id"]) {
1474 $points[$self_eval_dim] = $cnt;
1475 $tooltips[$self_eval_dim] = null;
1477 $points[$self_eval_dim] = $points[$self_eval_dim] ?? null;
1478 $tooltips[$self_eval_dim] = $tooltips[$self_eval_dim] ?? null;
1484 if (!$render_eval_dim) {
1485 unset($points[$eval_dim]);
1486 unset($tooltips[$eval_dim]);
1493 if (!empty($tmp_labels) && $tmp_labels !== $labels) {
1497 $tmp_labels = $labels;
1500 $l[
"base_skill_id"],
1503 $all_chart_data[$chart_counter][$bar_counter][
"levels"] = $labels;
1504 $all_chart_data[$chart_counter][$bar_counter][
"points"] = $points;
1505 $all_chart_data[$chart_counter][$bar_counter][
"tooltips"] = $tooltips;
1510 $all_chart_html =
"";
1511 foreach ($all_chart_data as $chart_data) {
1512 $c_dimension = $this->data_fac->dimension()->cardinal($chart_data[0][
"levels"]);
1513 $r_dimension = $this->data_fac->dimension()->range($c_dimension);
1521 $target_bar = $target_bar->withRelativeWidth(1.1);
1522 $target_bar = $target_bar->withColor($this->data_fac->color(
"#333333"));
1523 $ds[$target_dim] = $r_dimension;
1524 $bars[$target_dim] = $target_bar;
1527 if ($render_eval_dim) {
1529 $eval_bar = $eval_bar->withRelativeWidth(0.5);
1530 $eval_bar = $eval_bar->withColor($this->data_fac->color(
"#307C88"));
1532 $eval_bar = $eval_bar->withColor($this->data_fac->color(
"#d38000"));
1534 $ds[$eval_dim] = $c_dimension;
1535 $bars[$eval_dim] = $eval_bar;
1538 if ($incl_self_eval) {
1540 $self_eval_bar = $self_eval_bar->withRelativeWidth(0.5);
1541 $self_eval_bar = $self_eval_bar->withColor($this->data_fac->color(
"#557b2e"));
1542 $ds[$self_eval_dim] = $c_dimension;
1543 $bars[$self_eval_dim] = $self_eval_bar;
1546 $dataset = $this->data_fac->dataset($ds);
1548 $render_chart =
false;
1549 foreach ($chart_data as
$a) {
1550 if ($render_eval_dim && !isset($a[
"points"][$eval_dim])) {
1551 $a[
"points"][$eval_dim] = null;
1552 $a[
"tooltips"][$eval_dim] = null;
1554 $dataset = $dataset->withPoint($a[
"item_title"], $a[
"points"]);
1555 $dataset = $dataset->withAlternativeInformation($a[
"item_title"], $a[
"tooltips"]);
1556 foreach ($a[
"points"] as $dim => $p) {
1558 if (!is_null($p) && $dim != $target_dim) {
1559 $render_chart =
true;
1564 if ($render_chart) {
1565 $bar_chart = $this->ui_fac->chart()->bar()->horizontal(
1571 $x_axis =
new XAxis();
1572 $x_axis = $x_axis->withMaxValue(count($chart_data[0][
"levels"]) - 1);
1574 $bar_chart = $bar_chart->withCustomXAxis($x_axis);
1575 $bar_chart = $bar_chart->withTitleVisible(
false);
1577 $all_chart_html .= $this->ui_ren->render($bar_chart);
1581 return $all_chart_html;
1588 $ilCtrl->
setParameter($this,
"profile_id", $this->requested_profile_id);
1589 if ($this->mode ==
"gap") {
1590 $ilCtrl->redirect($this,
"listProfilesForGap");
1592 $ilCtrl->redirect($this,
"listAssignedProfile");
1596 public function getMaterials(array $a_levels,
int $a_tref_id = 0,
int $a_user_id = 0): string
1601 if ($a_user_id == 0) {
1602 $a_user_id =
$ilUser->getId();
1607 foreach ($a_levels as $v) {
1621 $tpl =
new ilTemplate(
"tpl.skill_materials.html",
true,
true,
"Services/Skill");
1622 foreach ($a_levels as $k => $v) {
1651 $profile = $this->profile_manager->getById($a_profile_id);
1652 $profile_levels = $profile->getSkillLevels();
1654 $a_activated_levels = [];
1656 foreach ($a_levels as $k => $v) {
1657 foreach ($profile_levels as $pl) {
1658 if ($pl[
"level_id"] == $v[
"id"] &&
1659 $pl[
"base_skill_id"] == $v[
"skill_id"] &&
1660 $a_tref_id == $pl[
"tref_id"]) {
1661 $a_activated_levels[] = $pl[
"level_id"];
1666 $tpl =
new ilTemplate(
"tpl.skill_eval_item.html",
true,
true,
"Services/Skill");
1679 $a_activated_levels = [];
1680 foreach ($a_levels as $k => $v) {
1681 if ($this->actual_levels[$v[
"skill_id"]][$a_tref_id] == $v[
"id"]) {
1682 $a_activated_levels[] = $v[
"id"];
1686 if (empty($a_activated_levels)) {
1691 if ($this->gap_cat_title !=
"") {
1693 } elseif ($this->gap_mode ==
"max_per_type") {
1694 $title = $lng->
txt(
"objs_" . $this->gap_mode_type);
1695 } elseif ($this->gap_mode ==
"max_per_object") {
1699 $tpl =
new ilTemplate(
"tpl.skill_eval_item.html",
true,
true,
"Services/Skill");
1709 if ($title != $lng->
txt(
"skmg_eval_type_" .
$type)) {
1721 if (empty($self_vals)) {
1725 $a_activated_levels = [];
1726 foreach ($a_levels as $k => $v) {
1727 if (isset($self_vals[$v[
"skill_id"]][$a_tref_id]) &&
1728 $self_vals[$v[
"skill_id"]][$a_tref_id] == $v[
"id"]) {
1729 $a_activated_levels[] = $v[
"id"];
1733 if (empty($a_activated_levels)) {
1737 $tpl =
new ilTemplate(
"tpl.skill_eval_item.html",
true,
true,
"Services/Skill");
1755 public function getScaleBar(array $a_levels, $a_activated_levels): string
1759 if (!is_array($a_activated_levels)) {
1760 $a_activated_levels = array($a_activated_levels);
1763 foreach ($a_levels as $level) {
1764 $vals[$level[
"title"]] = (in_array($level[
"id"], $a_activated_levels));
1766 $scale_bar = $this->ui_fac->chart()->scaleBar($vals);
1768 return $this->ui_ren->render($scale_bar);
1771 public function getEvalItem(array $a_levels, array $a_level_entry,
bool $is_latest =
false): string
1776 $tpl =
new ilTemplate(
"tpl.skill_eval_item.html",
true,
true,
"Services/Skill");
1781 if ($a_level_entry[
"self_eval"] == 1) {
1785 if ($a_level_entry[
"trigger_obj_type"] ==
"tst") {
1791 if ($a_level_entry[
"trigger_obj_id"] > 0) {
1795 $title = $del_data[
"title"];
1797 $title = ($a_level_entry[
"trigger_title"]) ??
"";
1801 if ($a_level_entry[
"trigger_ref_id"] > 0
1802 && $ilAccess->checkAccess(
"read",
"", $a_level_entry[
"trigger_ref_id"])) {
1803 $title =
"<a href='" .
ilLink::_getLink($a_level_entry[
"trigger_ref_id"]) .
"'>" . $title .
"</a>";
1836 $tpl =
new ilTemplate(
"tpl.skill_entries_latest.html",
true,
true,
"Services/Skill");
1838 $user_entries = $skill->getAllHistoricLevelEntriesOfUser($bs[
"tref"], $user->
getId(), $eval_type);
1851 $latest_entries_html =
"";
1852 foreach ($latest_entries as $entry) {
1853 $latest_entries_html .= $this->ui_ren->render(
1854 $this->ui_fac->legacy($this->getEvalItem($level_data, $entry,
true))
1858 if (!empty($latest_entries_html)) {
1859 $tpl->
setVariable(
"SKILL_ENTRIES", $latest_entries_html);
1861 if (count($user_entries_filtered) != count($latest_entries)) {
1863 $show_all_button = $this->ui_fac->button()->standard($lng->
txt(
"skmg_show_all"),
"#")
1865 return "$('#$id').on('click', function() {SkillEntries.showNonLatest($id); return false;})";
1867 $tpl->
setVariable(
"BUTTON", $this->ui_ren->render($show_all_button));
1887 $tpl =
new ilTemplate(
"tpl.skill_entries_non_latest.html",
true,
true,
"Services/Skill");
1889 $user_entries = $skill->getAllHistoricLevelEntriesOfUser($bs[
"tref"], $user->
getId(), $eval_type);
1902 $non_latest_entries_filtered_html =
"";
1903 foreach ($non_latest_entries as $entry) {
1904 $non_latest_entries_filtered_html .= $this->ui_ren->render(
1905 $this->ui_fac->legacy($this->getEvalItem($level_data, $entry,
false))
1909 if (!empty($non_latest_entries_filtered_html)) {
1910 $tpl->
setVariable(
"SKILL_ENTRIES", $non_latest_entries_filtered_html);
1912 $show_latest_button = $this->ui_fac->button()->standard($lng->
txt(
"skmg_show_latest_entries"),
"#")
1914 return "$('#$id').on('click', function() {SkillEntries.hideNonLatest($id); return false;})";
1916 $tpl->
setVariable(
"BUTTON", $this->ui_ren->render($show_latest_button));
1932 $se_rendered = $se_date ==
"";
1934 $filtered_entries = [];
1935 foreach ($entries as $level_entry) {
1944 if ($se_date > $level_entry[
"status_date"] && !$se_rendered) {
1945 $se_rendered =
true;
1947 if ($this->
getFilter()->isInRange($level_entry)) {
1948 $filtered_entries[] = $level_entry;
1952 return $filtered_entries;
1957 if (!empty($entries)) {
1958 $last_entry[] = $entries[0];
1967 if (count($entries) > 1) {
1968 array_shift($entries);
1977 $first_self_added =
false;
1978 $first_measurement_added =
false;
1979 $first_appraisal_added =
false;
1980 $latest_entries = [];
1981 foreach ($entries as $entry) {
1982 if (!$first_self_added && $entry[
"self_eval"] == 1) {
1983 $latest_entries[] = $entry;
1984 $first_self_added =
true;
1987 if (!$first_measurement_added && $entry[
"trigger_obj_type"] ==
"tst") {
1988 $latest_entries[] = $entry;
1989 $first_measurement_added =
true;
1992 if (!$first_appraisal_added && $entry[
"self_eval"] != 1 && $entry[
"trigger_obj_type"] !=
"tst") {
1993 $latest_entries[] = $entry;
1994 $first_appraisal_added =
true;
1998 return $latest_entries;
2003 $first_self_filtered =
false;
2004 $first_measurement_filtered =
false;
2005 $first_appraisal_filtered =
false;
2006 $non_latest_entries = [];
2007 foreach ($entries as $entry) {
2008 if (!$first_self_filtered && $entry[
"self_eval"] == 1) {
2009 $first_self_filtered =
true;
2012 if (!$first_measurement_filtered && $entry[
"trigger_obj_type"] ==
"tst") {
2013 $first_measurement_filtered =
true;
2016 if (!$first_appraisal_filtered && $entry[
"self_eval"] != 1 && $entry[
"trigger_obj_type"] !=
"tst") {
2017 $first_appraisal_filtered =
true;
2020 $non_latest_entries[] = $entry;
2023 return $non_latest_entries;
2028 $tpl =
new ilTemplate(
"tpl.skill_entries_header.html",
true,
true,
"Services/Skill");
2031 $tpl->
setVariable(
"HEADING", $this->
lng->txt(
"skmg_self_evaluation"));
2033 $tpl->
setVariable(
"BYLINE", $this->
lng->txt(
"skmg_self_evaluation_byline"));
2037 $tpl->
setVariable(
"HEADING", $this->
lng->txt(
"skmg_skill_profile_records"));
2046 $tpl =
new ilTemplate(
"tpl.skill_description_category.html",
true,
true,
"Services/Skill");
2062 $tpl =
new ilTemplate(
"tpl.skill_description_basic.html",
true,
true,
"Services/Skill");
2064 if (!empty($description)) {
2066 $tpl->
setVariable(
"DESCRIPTION_BASIC", $description);
2075 $level_data = $skill->getLevelData();
2076 $tpl =
new ilTemplate(
"tpl.skill_desc.html",
true,
true,
"Services/Skill");
2078 $desc_exists =
false;
2079 foreach ($level_data as $l) {
2080 if ($l[
"description"] !=
"") {
2081 $desc_exists =
true;
2086 foreach ($level_data as $l) {
2089 $tpl->
setVariable(
"LEVEL_DESC", nl2br($l[
"description"]));
2101 int $gap_mode_obj_id = 0
2108 if ($gap_mode_obj_id > 0 && !$this->obj_definition->isContainer($gap_mode_obj_type)) {
2113 if ($this->skmg_settings->getHideProfileBeforeSelfEval() &&
2115 $sec_panel_content = $this->ui_fac->legacy($lng->
txt(
"skmg_skill_needs_self_eval"));
2116 $sec_panel = $this->ui_fac->panel()->secondary()->legacy(
"", $sec_panel_content);
2121 if ($res_manager->isLevelTooLow($a_levels, $this->profile_levels, $this->actual_levels)) {
2122 $imp_resources = $res_manager->getSuggestedResources();
2123 $info[] = $this->ui_fac->item()->standard($lng->
txt(
"skmg_recommended_learning_material_info"));
2124 $info_group = $this->ui_fac->item()->group(
"", $info);
2128 $is_container =
false;
2129 if ($gap_mode_obj_id > 0 && $this->obj_definition->isContainer($gap_mode_obj_type)) {
2130 $is_container =
true;
2131 $sub_objects = $this->tree->getSubTree(
2137 foreach ($imp_resources as $r) {
2140 if ($is_container && !in_array(
$ref_id, $sub_objects)) {
2145 $icon = $this->ui_fac->symbol()->icon()->standard(
2151 $items[] = $this->ui_fac->item()->standard($link)->withLeadIcon($icon);
2153 if (count($items) > 0) {
2154 switch ($gap_mode_obj_type) {
2156 $sec_panel_title = $lng->
txt(
"skmg_recommended_learning_material_crs");
2159 $sec_panel_title = $lng->
txt(
"skmg_recommended_learning_material_grp");
2162 $sec_panel_title = $lng->
txt(
"skmg_recommended_learning_material_global");
2165 $item_group = $this->ui_fac->item()->group(
"", $items);
2166 $sec_panel = $this->ui_fac->panel()->secondary()->listing(
2168 [$info_group, $item_group]
2171 $sec_panel_content = $this->ui_fac->legacy($lng->
txt(
"skmg_skill_needs_impr_no_res"));
2172 $sec_panel = $this->ui_fac->panel()->secondary()->legacy(
"", $sec_panel_content);
2175 $sec_panel_content = $this->ui_fac->legacy($lng->
txt(
"skmg_skill_no_needs_impr_info"));
2176 $sec_panel = $this->ui_fac->panel()->secondary()->legacy($lng->
txt(
"skmg_skill_no_needs_impr"), $sec_panel_content);
2186 $tpl =
new ilTemplate(
"tpl.suggested_resources.html",
true,
true,
"Services/Skill");
2189 $res = $skill_res->getResources();
2192 foreach (
$res as $level) {
2195 foreach ($level as $r) {
2196 if ($r[
"imparting"]) {
2206 $cl = $r[
"level_id"];
2218 $tpl->
setVariable(
"SUGGESTED_MAT_MESS", $lng->
txt(
"skmg_suggested_resources"));
2227 if (empty($this->user_profiles)) {
2228 $this->
ctrl->redirect($this,
"listSkills");
2235 foreach ($this->user_profiles as $p) {
2236 $image_id = $p[
"image_id"];
2238 $identification = $this->storage->manage()->find($image_id);
2239 $src = $this->storage->consume()->src($identification);
2240 $image = $this->ui_fac->image()->responsive($src->getSrc(), $this->
lng->txt(
"skmg_custom_image_alt"));
2242 $image = $this->ui_fac->image()->responsive(
2243 "./templates/default/images/logo/ilias_logo_72x72.png",
2248 $this->
ctrl->setParameter($this,
"profile_id", $p[
"id"]);
2249 $link = $this->ui_fac->link()->standard(
2251 $this->
ctrl->getLinkTarget($this,
"listassignedprofile")
2253 $this->
ctrl->setParameter($this,
"profile_id",
"");
2255 $chart_value = $this->profile_completion_manager->getProfileProgress($this->
user->getId(), $p[
"id"]);
2256 $prof_item = $this->ui_fac->item()->standard($link)
2257 ->withDescription($p[
"description"])
2258 ->withLeadImage($image)
2259 ->withProgress($this->ui_fac->chart()->progressMeter()->standard(100, $chart_value));
2261 $prof_items[] = $prof_item;
2264 $prof_list = $this->ui_fac->panel()->listing()->standard(
"", array(
2265 $this->ui_fac->item()->group(
"", $prof_items)
2268 $this->tpl->setContent($this->ui_ren->render($prof_list));
2278 $tpl =
new ilTemplate(
"tpl.skill_filter.html",
true,
true,
"Services/Skill");
2280 $this->
tabs->clearTargets();
2281 $this->
tabs->setBackTarget(
2282 $this->
lng->txt(
"back"),
2283 $ilCtrl->getLinkTarget($this,
"listallassignedprofiles")
2287 $main_tpl->setTitle($this->profile_manager->lookupTitle($this->getProfileId()));
2290 $filter_toolbar->setFormAction($ilCtrl->getFormAction($this));
2291 $this->
getFilter()->addToToolbar($filter_toolbar,
true);
2295 $profile = $this->profile_manager->getById($this->
getProfileId());
2296 $this->profile_levels = $profile->getSkillLevels();
2298 foreach ($this->profile_levels as $l) {
2300 "base_skill_id" => $l[
"base_skill_id"],
2301 "tref_id" => $l[
"tref_id"],
2302 "level_id" => $l[
"level_id"]
2307 $this->actual_levels = $this->profile_completion_manager->getActualMaxLevels(
2308 $this->
user->getId(),
2317 $not_all_self_evaluated =
false;
2318 foreach ($skills as $s) {
2319 if ($this->skmg_settings->getHideProfileBeforeSelfEval() &&
2321 $not_all_self_evaluated =
true;
2325 $html .= $this->
getSkillHTML($s[
"base_skill_id"], 0,
true, $s[
"tref_id"]);
2329 $filter_toolbar->addFormButton($this->
lng->txt(
"skmg_refresh_view"),
"applyFilterAssignedProfiles");
2331 $tpl->
setVariable(
"FILTER", $filter_toolbar->getHTML());
2333 $html = $tpl->
get() . $html;
2336 if ($not_all_self_evaluated) {
2337 $box = $this->ui_fac->messageBox()->info($lng->
txt(
"skmg_skill_needs_self_eval_box"));
2338 $html = $this->ui_ren->render($box) . $html;
2341 $main_tpl->setContent($html);
setGapAnalysisActualStatusModePerObject(int $a_obj_id, string $a_cat_title="")
getGapAnalysisHTML(int $a_user_id=0, array $a_skills=null)
static getAssignedMaterial(int $a_user_id, int $a_tref_id, int $a_level)
Get assigned material (for a skill level and user)
getSkillCategoryDescription(int $skill_id, int $tref_id)
setOfflineMode(string $a_file_path)
getTriggerObjectsFilter()
static _lookupTemplateId(int $a_obj_id)
getNonHistoricGapModeView()
ilObjectDefinition $obj_definition
An entity that renders components to a string output.
setGapAnalysisSelfEvalLevels(array $a_val)
setObjectSkills(int $a_obj_id, array $a_skills)
setObjectSkillProfiles(ilContainerGlobalProfiles $a_g_profiles, ilContainerLocalProfiles $a_l_profils)
getEvalItem(array $a_levels, array $a_level_entry, bool $is_latest=false)
static getSelfEvaluationDate(int $a_user_id, int $a_top_skill, int $a_tref_id, int $a_basic_skill)
static removeSkill(int $a_user_id, int $a_skill_node_id)
int $requested_basic_skill_id
getMaterials(array $a_levels, int $a_tref_id=0, int $a_user_id=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
int $requested_self_eval_level_id
hideSkill(int $a_skill_id, int $a_tref_id=0)
touchBlock(string $block)
overwrites ITX::touchBlock.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
if(isset($_FILES['img_file']) &&is_array($_FILES['img_file'])) $panel
SkillProfileCompletionManager $profile_completion_manager
array $trigger_user_filter
const PANEL_STYLE_PRIMARY
Class ChatMainBarProvider .
SkillPersonalGUIRequest $personal_gui_request
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTypeWhiteList(array $a_val)
Set type white list.
static _getAllReferences(int $id)
get all reference ids for object ID
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
static _lookupTitle(int $a_obj_id, int $a_tref_id=0)
Explorer for selecting a personal skill.
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
setIntroText(string $a_val)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
loadLanguageModule(string $a_module)
Load language module.
getMaterialInfo(int $a_wsp_id, int $a_user_id)
Get material file name and goto url.
SkillProfileManager $profile_manager
Filter for personal skills.
static lookupLevelTitle(int $a_id)
setVariable(string $variable, $value='')
Sets the given variable to the given value.
renderSkillHTML(int $a_top_skill_id, int $a_user_id=0, bool $a_edit=false, int $a_tref_id=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static removeMaterial(int $a_user_id, int $a_tref_id, int $a_level_id, int $a_wsp_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupType(int $a_obj_id)
getProfileTargetItem(int $a_profile_id, array $a_levels, int $a_tref_id=0)
setTitleIcon(string $a_icon_path, string $a_icon_desc="")
set title icon
array $gap_self_eval_levels
static getInstance(int $a_id=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setHistoryView(bool $a_val)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setGapAnalysisActualStatusModePerType(string $a_type, string $a_cat_title="")
static _lookupDescription(int $a_obj_id)
getAllEntriesLatestOnly(array $entries)
withOnLoadCode(Closure $binder)
static _lookupObjId(int $ref_id)
static hasSelfEvaluated(int $a_user_id, int $a_skill_id, int $a_tref_id)
getSkillLevelDescription(ilSkillTreeNode $skill)
ilSkillManagementSettings $skmg_settings
getSkillHTML(int $a_top_skill_id, int $a_user_id=0, bool $a_edit=false, int $a_tref_id=0)
Get skill presentation HTML.
assignMaterial()
Assign materials to skill level.
Personal skills GUI class.
setTabs(string $a_activate)
parses the objects.xml it handles the xml-description of all ilias objects
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTriggerObjectsFilter(array $trigger_objects_filter)
Provides fluid interface to RBAC services.
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
getSelfEvalGapItem(array $a_levels, int $a_tref_id=0)
getGapAnalysisSelfEvalLevels()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupTitle(int $obj_id)
setContent(string $a_html)
Sets content for standard template.
getActualGapItem(array $a_levels, int $a_tref_id=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
array $requested_skill_ids
setTriggerUserFilter(array $trigger_user_filter)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilPersonalSkillsFilterGUI $filter
renderer()
Get a renderer for UI components.
array $trigger_objects_filter
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
applyFilterAssignedProfiles()
Apply filter for profiles view.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
determineCurrentProfile()
setBackTarget(string $a_title, string $a_target, string $a_frame="")
Explorer for selecting a personal workspace item.
static getSelectedUserSkills(int $a_user_id)
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
Request wrapper for personal skills guis.
showProfileSelectorToolbar()
setTitle(string $a_title, bool $hidden=false)
Sets title in standard template.
static countAssignedMaterial(int $a_user_id, int $a_tref_id, int $a_level)
Count assigned material (for a skill level and user)
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
string $requested_list_mode
ilGlobalTemplateInterface $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
listAllAssignedProfiles()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getNonLatestEntriesForSkillHTML(int $top_skill_id, array $bs, ilSkillTreeNode $skill, ilObjUser $user, int $eval_type, array $level_data)
static addPersonalSkill(int $a_user_id, int $a_skill_node_id)
assignMaterials()
Assign materials to skill levels.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
getBasicSkillDescription(string $description)
getFilteredEntriesForSkill(array $entries, int $top_skill_id, array $bs, ilObjUser $user)
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples
getSuggestedResourcesForProfile(array $a_levels, int $a_base_skill, int $a_tref_id, int $gap_mode_obj_id=0)
Manages skill profile completion.
getSkillEntriesHeader(int $eval_type)
factory()
Get the factory that crafts UI components.
SkillTreeService $tree_service
static get(int $a_object_id)
static saveSelfEvaluation(int $a_user_id, int $a_top_skill, int $a_tref_id, int $a_basic_skill, int $a_level)
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
getAllSuggestedResources(int $a_base_skill, int $a_tref_id)
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.
static _lookupType(int $id, bool $reference=false)
static assignMaterial(int $a_user_id, int $a_top_skill, int $a_tref_id, int $a_basic_skill, int $a_level, int $a_wsp_id)
Assign material to skill level.
int $requested_profile_id
static setUseRelativeDates(bool $a_status)
set use relative dates
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getSelfEvalEntriesWithoutLatest(array $entries)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLatestEntriesForSkillHTML(int $top_skill_id, array $bs, ilSkillTreeNode $skill, ilObjUser $user, int $eval_type, array $level_data)
ilSkillTreeRepository $tree_repo
getSelfEvalEntriesLatestOnly(array $entries)
getScaleBar(array $a_levels, $a_activated_levels)
getAllEntriesWithoutLatest(array $entries)
addTab(string $a_id, string $a_text, string $a_link, string $a_frame="")
Add a Tab.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...