19 declare(strict_types=0);
49 if ($tracker->getAllQuestionsCorrect()) {
62 $status = self::LP_STATUS_NOT_ATTEMPTED_NUM;
65 $status = self::LP_STATUS_IN_PROGRESS_NUM;
68 if ($tracker->getAllQuestionsCorrect()) {
69 $status = self::LP_STATUS_COMPLETED_NUM;
static _getCompleted(int $a_obj_id)
Static function to read the users who have the status 'completed'.
determineStatus(int $a_obj_id, int $a_usr_id, ?object $a_obj=null)
static hasAccessed(int $a_obj_id, int $a_usr_id)
Has accessed.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static lookupUsersInProgress(int $a_obj_id)
static _getCompleted(int $a_obj_id)
static getInstanceByObjId(int $a_obj_id, int $a_user_id=0)
static _getInProgress(int $a_obj_id)