|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilSCORM2004Tracking. More...
Collaboration diagram for ilSCORM2004Tracking:Public Member Functions | |
| ilObjSCORM2004Tracking () | |
| Constructor public. | |
| _getInProgress ($scorm_item_id, $a_obj_id) | |
| _getCompleted ($scorm_item_id, $a_obj_id) | |
| _getFailed ($scorm_item_id, $a_obj_id) | |
| _getCountCompletedPerUser ($a_scorm_item_ids, $a_obj_id) | |
| _getProgressInfo ($a_obj_id) | |
| _getItemProgressInfo ($a_scorm_item_ids, $a_obj_id) | |
Static Public Member Functions | |
| static | _isCompleted ($a_status, $a_satisfied) |
| static | _isInProgress ($a_status, $a_satisfied) |
| static | _isFailed ($a_status, $a_satisfied) |
Class ilSCORM2004Tracking.
Definition at line 31 of file class.ilSCORM2004Tracking.php.
| ilSCORM2004Tracking::_getCompleted | ( | $scorm_item_id, | |
| $a_obj_id | |||
| ) |
Definition at line 77 of file class.ilSCORM2004Tracking.php.
| ilSCORM2004Tracking::_getCountCompletedPerUser | ( | $a_scorm_item_ids, | |
| $a_obj_id | |||
| ) |
Definition at line 136 of file class.ilSCORM2004Tracking.php.
References $res, DB_FETCHMODE_OBJECT, and ilUtil\quoteArray().
Referenced by ilLPStatusSCORM\_getStatusInfo().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSCORM2004Tracking::_getFailed | ( | $scorm_item_id, | |
| $a_obj_id | |||
| ) |
Definition at line 107 of file class.ilSCORM2004Tracking.php.
| ilSCORM2004Tracking::_getInProgress | ( | $scorm_item_id, | |
| $a_obj_id | |||
| ) |
Definition at line 41 of file class.ilSCORM2004Tracking.php.
| ilSCORM2004Tracking::_getItemProgressInfo | ( | $a_scorm_item_ids, | |
| $a_obj_id | |||
| ) |
Definition at line 190 of file class.ilSCORM2004Tracking.php.
References $res, DB_FETCHMODE_ASSOC, and ilUtil\quoteArray().
Referenced by ilLPStatusSCORM\_getStatusInfo().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSCORM2004Tracking::_getProgressInfo | ( | $a_obj_id | ) |
Definition at line 157 of file class.ilSCORM2004Tracking.php.
References $res, and DB_FETCHMODE_ASSOC.
Referenced by ilLPStatusSCORMPackage\_getStatusInfo().
Here is the caller graph for this function:
|
static |
Definition at line 227 of file class.ilSCORM2004Tracking.php.
|
static |
Definition at line 253 of file class.ilSCORM2004Tracking.php.
|
static |
Definition at line 240 of file class.ilSCORM2004Tracking.php.
| ilSCORM2004Tracking::ilObjSCORM2004Tracking | ( | ) |