3 declare(strict_types=1);
29 public const ID =
'sahs_context_lp';
39 $lng = $DIC->language();
41 $lng->loadLanguageModule(
'sahs');
43 return $lng->txt(
'sahs_mail_context_lp');
49 $lng = $DIC->language();
51 $lng->loadLanguageModule(
'sahs');
53 return $lng->txt(
'sahs_mail_context_lp_info');
66 $lng = $DIC->language();
68 $lng->loadLanguageModule(
'trac');
75 $placeholders[
'sahs_title'] = [
76 'placeholder' =>
'SCORM_TITLE',
77 'label' =>
$lng->txt(
'obj_sahs')
80 $placeholders[
'sahs_status'] = [
81 'placeholder' =>
'SCORM_STATUS',
82 'label' =>
$lng->txt(
'trac_status')
85 $placeholders[
'sahs_mark'] = [
86 'placeholder' =>
'SCORM_MARK',
87 'label' =>
$lng->txt(
'trac_mark')
91 $lng->loadLanguageModule(
'content');
92 $placeholders[
'sahs_score'] = [
93 'placeholder' =>
'SCORM_SCORE',
94 'label' =>
$lng->txt(
'cont_score')
98 $placeholders[
'sahs_time_spent'] = [
99 'placeholder' =>
'SCORM_TIME_SPENT',
100 'label' =>
$lng->txt(
'trac_spent_seconds')
105 $placeholders[
'sahs_first_access'] = [
106 'placeholder' =>
'SCORM_FIRST_ACCESS',
107 'label' =>
$lng->txt(
'trac_first_access')
110 $placeholders[
'sahs_last_access'] = [
111 'placeholder' =>
'SCORM_LAST_ACCESS',
112 'label' =>
$lng->txt(
'trac_last_access')
117 $placeholders[
'sahs_link'] = [
118 'placeholder' =>
'SCORM_LINK',
119 'label' =>
$lng->txt(
'perma_link')
122 return $placeholders;
129 string $placeholder_id,
130 array $context_parameters,
132 bool $html_markup =
false 138 $ilObjDataCache = $DIC[
'ilObjDataCache'];
140 if (!in_array($placeholder_id, [
'sahs_title',
'sahs_link'])) {
144 $obj_id = $ilObjDataCache->lookupObjId((
int) $context_parameters[
'ref_id']);
147 switch ($placeholder_id) {
149 return $ilObjDataCache->lookupTitle($obj_id);
155 if ($recipient === null) {
165 if ($recipient === null) {
169 return strlen(trim($mark)) ? $mark :
'-';
172 if ($recipient === null) {
179 if ($coll !== null && $coll->getItems()) {
187 foreach ($SCOStatusForUser as $item) {
188 $scores[] = $item[
'title'] .
': ' . $item[
'score'];
191 return implode(
"\n", $scores);
193 case 'sahs_time_spent':
194 if ($recipient === null) {
200 if (isset($progress[
'spent_seconds'])) {
202 $progress[
'spent_seconds'],
210 case 'sahs_first_access':
211 if ($recipient === null) {
217 if (isset($progress[
'access_time_min'])) {
219 $progress[
'access_time_min'],
226 case 'sahs_last_access':
227 if ($recipient === null) {
233 if (isset($progress[
'access_time'])) {
const EXTENDED_DATA_LAST_ACCESS
static _getProgress(int $a_user_id, int $a_obj_id)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
static getSCOsStatusForUser(int $a_user_id, int $a_parent_obj_id, array $a_sco_ids)
resolveSpecificPlaceholder(string $placeholder_id, array $context_parameters, ilObjUser $recipient=null, bool $html_markup=false)
getSpecificPlaceholders()
static secondsToString(int $seconds, bool $force_with_seconds=false, ?ilLanguage $a_lng=null)
converts seconds to string: Long: 7 days 4 hour(s) ...
static _lookupObjId(int $ref_id)
Class ilMailTemplateContext.
static _getStatusText(int $a_status, ?ilLanguage $a_lng=null)
Get status alt text.
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
static _lookupStatus(int $a_obj_id, int $a_user_id, bool $a_create=true)
Lookup status.
const EXTENDED_DATA_SPENT_SECONDS
const LP_STATUS_NOT_ATTEMPTED_NUM
static _lookupMark(int $a_usr_id, int $a_obj_id)
static getInstance(int $obj_id)