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 | |
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 | 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) |
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 ilSCORMTrackingItems
Definition at line 25 of file class.ilSCORMTrackingItems.php.
ilSCORMTrackingItems::exportSelectedCore | ( | array | $a_user, |
array | $a_sco, | ||
bool | $b_orderBySCO, | ||
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 289 of file class.ilSCORMTrackingItems.php.
References $data, $DIC, $ilDB, $lng, $query, $res, getScormTrackingValue(), markedLearningStatusForExportSelected(), and scoTitlesForExportSelected().
|
static |
Definition at line 73 of file class.ilSCORMTrackingItems.php.
References $cols, $DIC, $i, and $lng.
Referenced by ilSCORMTrackingItemsTableGUI\getSelectableColumns().
ilSCORMTrackingItems::exportSelectedInteractions | ( | array | $a_user, |
array | $a_sco, | ||
bool | $b_orderBySCO, | ||
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 411 of file class.ilSCORMTrackingItems.php.
References $data, $DIC, $ilDB, $query, $res, getScormTrackingValueForInteractionsOrObjectives(), markedLearningStatusForExportSelected(), and scoTitlesForExportSelected().
|
static |
Definition at line 99 of file class.ilSCORMTrackingItems.php.
References $cols, $DIC, $i, and $lng.
Referenced by ilSCORMTrackingItemsTableGUI\getSelectableColumns().
ilSCORMTrackingItems::exportSelectedObjectives | ( | array | $a_user, |
array | $a_sco, | ||
bool | $b_orderBySCO, | ||
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 637 of file class.ilSCORMTrackingItems.php.
References $data, $DIC, $ilDB, $query, $res, getScormTrackingValueForInteractionsOrObjectives(), markedLearningStatusForExportSelected(), and scoTitlesForExportSelected().
|
static |
Definition at line 124 of file class.ilSCORMTrackingItems.php.
References $cols, $DIC, $i, and $lng.
Referenced by ilSCORMTrackingItemsTableGUI\getSelectableColumns().
ilSCORMTrackingItems::exportSelectedRaw | ( | array | $a_user, |
array | $a_sco, | ||
bool | $b_orderBySCO, | ||
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 174 of file class.ilSCORMTrackingItems.php.
References $data, $DIC, $ilDB, $lng, $query, $res, markedLearningStatusForExportSelected(), and scoTitlesForExportSelected().
|
static |
Definition at line 30 of file class.ilSCORMTrackingItems.php.
References $cols, $DIC, $i, and $lng.
Referenced by ilSCORMTrackingItemsTableGUI\getSelectableColumns().
ilSCORMTrackingItems::exportSelectedSuccess | ( | array | $a_user, |
bool | $allowExportPrivacy, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 796 of file class.ilSCORMTrackingItems.php.
References $data, $DIC, $ilDB, $query, $res, exportSelectedSuccessRows(), and ILIAS\Repository\int().
|
static |
Definition at line 149 of file class.ilSCORMTrackingItems.php.
References $cols, $DIC, $i, and $lng.
Referenced by ilSCORMTrackingItemsTableGUI\getSelectableColumns(), and ilSCORM2004TrackingItemsTableGUI\getSelectableColumns().
ilSCORMTrackingItems::exportSelectedSuccessRows | ( | array | $a_user, |
bool | $allowExportPrivacy, | ||
array | $dbdata, | ||
int | $scoCounter, | ||
array | $u_startedSCO, | ||
array | $u_completedSCO, | ||
array | $u_passedSCO, | ||
int | $obj_id, | ||
string | $lmTitle | ||
) |
Definition at line 890 of file class.ilSCORMTrackingItems.php.
References $data.
Referenced by exportSelectedSuccess(), and ilSCORM2004TrackingItems\exportSelectedSuccess().
ilSCORMTrackingItems::getScormTrackingValue | ( | int | $obj_id, |
array | $a_user, | ||
array | $a_sco, | ||
array | $a_empty, | ||
string | $lvalue | ||
) |
Definition at line 384 of file class.ilSCORMTrackingItems.php.
References $data, $DIC, $ilDB, $query, and $res.
Referenced by exportSelectedCore().
ilSCORMTrackingItems::getScormTrackingValueForInteractionsOrObjectives | ( | int | $obj_id, |
array | $a_user, | ||
array | $a_sco, | ||
string | $lvalue, | ||
int | $counter, | ||
string | $topic | ||
) |
Definition at line 604 of file class.ilSCORMTrackingItems.php.
References $data, $DIC, $ilDB, $query, and $res.
Referenced by exportSelectedInteractions(), and exportSelectedObjectives().
ilSCORMTrackingItems::markedLearningStatusForExportSelected | ( | array | $a_scos, |
int | $obj_id | ||
) |
Definition at line 246 of file class.ilSCORMTrackingItems.php.
References $DIC, $lng, and ilObjectLP\getInstance().
Referenced by ilSCORM2004TrackingItems\exportSelectedCore(), exportSelectedCore(), ilSCORM2004TrackingItems\exportSelectedInteractions(), exportSelectedInteractions(), ilSCORM2004TrackingItems\exportSelectedObjectives(), exportSelectedObjectives(), exportSelectedRaw(), ilSCORM2004TrackingItems\tracInteractionItem(), ilSCORM2004TrackingItems\tracInteractionUser(), and ilSCORM2004TrackingItems\tracInteractionUserAnswers().
ilSCORMTrackingItems::SCORMTimeToSeconds | ( | string | $a_time | ) |
Definition at line 932 of file class.ilSCORMTrackingItems.php.
References ILIAS\Repository\int().
ilSCORMTrackingItems::scoTitlesForExportSelected | ( | int | $obj_id | ) |
Definition at line 223 of file class.ilSCORMTrackingItems.php.
References $DIC, $ilDB, $query, and $res.
Referenced by exportSelectedCore(), exportSelectedInteractions(), exportSelectedObjectives(), and exportSelectedRaw().
|
static |
Definition at line 263 of file class.ilSCORMTrackingItems.php.
References $DIC, $ilUser, and ilObject\_exists().
Referenced by ilObjSCORMLearningModule\exportSelected().
|
static |
Definition at line 56 of file class.ilSCORMTrackingItems.php.
References ilPrivacySettings\getInstance().
Referenced by ilObjSCORMLearningModule\exportSelected().