ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct () | |
scoTitlesForExportSelected (int $obj_id) | |
exportSelectedCore (array $a_user, array $a_sco, bool $b_orderBySCO, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
exportSelectedInteractions (array $a_user, array $a_sco, bool $b_orderBySCO, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
exportSelectedObjectives (array $a_user, array $a_sco, bool $b_orderBySCO, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
exportObjGlobalToSystem (array $a_user, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
tracInteractionItem (array $a_user, array $a_sco, bool $b_orderBySCO, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
tracInteractionUser (array $a_user, array $a_sco, bool $b_orderBySCO, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
tracInteractionUserAnswers (array $a_user, array $a_sco, bool $b_orderBySCO, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
exportSelectedSuccess (array $a_user, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
![]() | |
exportSelectedRaw (array $a_user, array $a_sco, bool $b_orderBySCO, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
scoTitlesForExportSelected (int $obj_id) | |
markedLearningStatusForExportSelected (array $a_scos, int $obj_id) | |
exportSelectedCore (array $a_user, array $a_sco, bool $b_orderBySCO, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
getScormTrackingValue (int $obj_id, array $a_user, array $a_sco, array $a_empty, string $lvalue) | |
exportSelectedInteractions (array $a_user, array $a_sco, bool $b_orderBySCO, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
getScormTrackingValueForInteractionsOrObjectives (int $obj_id, array $a_user, array $a_sco, string $lvalue, int $counter, string $topic) | |
exportSelectedObjectives (array $a_user, array $a_sco, bool $b_orderBySCO, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
exportSelectedSuccess (array $a_user, bool $allowExportPrivacy, int $obj_id, string $lmTitle) | |
exportSelectedSuccessRows (array $a_user, bool $allowExportPrivacy, array $dbdata, int $scoCounter, array $u_startedSCO, array $u_completedSCO, array $u_passedSCO, int $obj_id, string $lmTitle) | |
SCORMTimeToSeconds (string $a_time) | |
Static Public Member Functions | |
static | exportSelectedCoreColumns (bool $b_orderBySCO, bool $b_allowExportPrivacy) |
static | exportSelectedInteractionsColumns () |
static | exportSelectedObjectivesColumns () |
static | exportObjGlobalToSystemColumns () |
static | tracInteractionItemColumns (bool $b_orderBySCO, bool $b_allowExportPrivacy) |
static | tracInteractionUserColumns (bool $b_orderBySCO, bool $b_allowExportPrivacy) |
static | tracInteractionUserAnswersColumns (array $a_user, array $a_sco, bool $b_orderBySCO, bool $b_allowExportPrivacy) |
![]() | |
static | exportSelectedRawColumns () |
static | userDataHeaderForExport () |
static | exportSelectedCoreColumns (bool $b_orderBySCO, bool $b_allowExportPrivacy) |
static | exportSelectedInteractionsColumns () |
static | exportSelectedObjectivesColumns () |
static | exportSelectedSuccessColumns () |
static | userDataArrayForExport (int $user, bool $b_allowExportPrivacy=false) |
Protected Attributes | |
ilDBInterface | $db |
ilLanguage | $lng |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilSCORM2004TrackingItems
Definition at line 27 of file class.ilSCORM2004TrackingItems.php.
ilSCORM2004TrackingItems::__construct | ( | ) |
Definition at line 39 of file class.ilSCORM2004TrackingItems.php.
References $DIC, and ILIAS\Repository\lng().
ilSCORM2004TrackingItems::exportObjGlobalToSystem | ( | array | $a_user, |
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 419 of file class.ilSCORM2004TrackingItems.php.
References $data, $db, $ilDB, $lng, $query, $res, and ilLanguage\loadLanguageModule().
|
static |
Definition at line 393 of file class.ilSCORM2004TrackingItems.php.
References $cols, $DIC, $i, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Referenced by ilSCORM2004TrackingItemsTableGUI\getSelectableColumns().
ilSCORM2004TrackingItems::exportSelectedCore | ( | array | $a_user, |
array | $a_sco, | ||
bool | $b_orderBySCO, | ||
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 103 of file class.ilSCORM2004TrackingItems.php.
References $data, $db, $ilDB, $lng, $query, $res, ilObjSCORM2004LearningModule\_ISODurationToCentisec(), ilLanguage\loadLanguageModule(), ilSCORMTrackingItems\markedLearningStatusForExportSelected(), and scoTitlesForExportSelected().
|
static |
Definition at line 74 of file class.ilSCORM2004TrackingItems.php.
References $cols, $DIC, $i, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Referenced by ilSCORM2004TrackingItemsTableGUI\getSelectableColumns().
ilSCORM2004TrackingItems::exportSelectedInteractions | ( | array | $a_user, |
array | $a_sco, | ||
bool | $b_orderBySCO, | ||
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 224 of file class.ilSCORM2004TrackingItems.php.
References $data, $db, $ilDB, $lng, $query, $res, ilObjSCORM2004LearningModule\_ISODurationToCentisec(), ilLanguage\loadLanguageModule(), ilSCORMTrackingItems\markedLearningStatusForExportSelected(), and scoTitlesForExportSelected().
|
static |
Definition at line 195 of file class.ilSCORM2004TrackingItems.php.
References $cols, $DIC, $i, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Referenced by ilSCORM2004TrackingItemsTableGUI\getSelectableColumns().
ilSCORM2004TrackingItems::exportSelectedObjectives | ( | array | $a_user, |
array | $a_sco, | ||
bool | $b_orderBySCO, | ||
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 322 of file class.ilSCORM2004TrackingItems.php.
References $data, $db, $ilDB, $lng, $query, $res, ilLanguage\loadLanguageModule(), ilSCORMTrackingItems\markedLearningStatusForExportSelected(), and scoTitlesForExportSelected().
|
static |
Definition at line 296 of file class.ilSCORM2004TrackingItems.php.
References $cols, $DIC, $i, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Referenced by ilSCORM2004TrackingItemsTableGUI\getSelectableColumns().
ilSCORM2004TrackingItems::exportSelectedSuccess | ( | array | $a_user, |
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 953 of file class.ilSCORM2004TrackingItems.php.
References $data, $db, $ilDB, $query, $res, ilSCORMTrackingItems\exportSelectedSuccessRows(), and ILIAS\Repository\int().
ilSCORM2004TrackingItems::scoTitlesForExportSelected | ( | int | $obj_id | ) |
Definition at line 50 of file class.ilSCORM2004TrackingItems.php.
References $db, $ilDB, $query, and $res.
Referenced by exportSelectedCore(), exportSelectedInteractions(), exportSelectedObjectives(), tracInteractionItem(), tracInteractionUser(), and tracInteractionUserAnswers().
ilSCORM2004TrackingItems::tracInteractionItem | ( | array | $a_user, |
array | $a_sco, | ||
bool | $b_orderBySCO, | ||
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 492 of file class.ilSCORM2004TrackingItems.php.
References $data, $db, $ilDB, $lng, $query, $res, ilLanguage\loadLanguageModule(), ilSCORMTrackingItems\markedLearningStatusForExportSelected(), and scoTitlesForExportSelected().
|
static |
Definition at line 464 of file class.ilSCORM2004TrackingItems.php.
References $cols, $DIC, $i, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Referenced by ilSCORM2004TrackingItemsTableGUI\getSelectableColumns().
ilSCORM2004TrackingItems::tracInteractionUser | ( | array | $a_user, |
array | $a_sco, | ||
bool | $b_orderBySCO, | ||
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 610 of file class.ilSCORM2004TrackingItems.php.
References $data, $db, $ilDB, $lng, $query, $res, ilObjSCORM2004LearningModule\_ISODurationToCentisec(), ilLanguage\loadLanguageModule(), ilSCORMTrackingItems\markedLearningStatusForExportSelected(), and scoTitlesForExportSelected().
ilSCORM2004TrackingItems::tracInteractionUserAnswers | ( | array | $a_user, |
array | $a_sco, | ||
bool | $b_orderBySCO, | ||
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 845 of file class.ilSCORM2004TrackingItems.php.
References $data, $db, $i, $ilDB, ILIAS\LTI\ToolProvider\$key, $lng, $query, $res, ilLanguage\loadLanguageModule(), ilSCORMTrackingItems\markedLearningStatusForExportSelected(), and scoTitlesForExportSelected().
|
static |
Definition at line 765 of file class.ilSCORM2004TrackingItems.php.
References $cols, $data, $DIC, $i, $ilDB, ILIAS\LTI\ToolProvider\$key, $query, $res, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Referenced by ilSCORM2004TrackingItemsTableGUI\getSelectableColumns().
|
static |
Definition at line 574 of file class.ilSCORM2004TrackingItems.php.
References $cols, $DIC, $i, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Referenced by ilSCORM2004TrackingItemsTableGUI\getSelectableColumns().
|
protected |
Definition at line 32 of file class.ilSCORM2004TrackingItems.php.
Referenced by exportObjGlobalToSystem(), exportSelectedCore(), exportSelectedInteractions(), exportSelectedObjectives(), exportSelectedSuccess(), scoTitlesForExportSelected(), tracInteractionItem(), tracInteractionUser(), and tracInteractionUserAnswers().
|
protected |
Definition at line 37 of file class.ilSCORM2004TrackingItems.php.
Referenced by exportObjGlobalToSystem(), exportSelectedCore(), exportSelectedInteractions(), exportSelectedObjectives(), tracInteractionItem(), tracInteractionUser(), and tracInteractionUserAnswers().