20 if ($skmg_set->get(
"enable_skmg")) {
32 $lng->loadLanguageModule(
"skll");
40 if (is_array($completions[$this->
getUserId()])) {
58 if (is_array($completions[$this->
getUserId()])) {
60 $txt = (
$c[
"trigger_obj_id"] > 0)
61 ?
$lng->txt(
"skll_lhist_skill_self_eval_in")
62 :
$lng->txt(
"skll_lhist_skill_self_eval");
84 $lng->loadLanguageModule(
"skmg");
86 return $lng->txt(
"skills");
An exception for terminatinating execution or to throw for unit testing.
Abstract learning history provider.
getLanguage()
Get language object.
getEmphasizedTitle($title)
Get emphasized title.
static lookupLevelTitle($a_id)
Lookup level title.
static getNewAchievementsPerUser($a_timestamp, $a_timestamp_to=null, $a_user_id=0, $a_self_eval=0)
Get new achievements.
@classDescription Date and time handling
Learning history provider: Skills.
getName()
Get name of provider (in user language)string
getEntries($ts_start, $ts_end)
Get entries.ilLearningHistoryEntry[]
static _lookupTitle($a_obj_id, $a_tref_id=0)
Lookup Title.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
Learning history provider interface.