19 declare(strict_types=0);
48 $self = self::getInstanceByObjId($a_obj_id);
49 return count($self->getNotAttempted());
57 $self = self::getInstanceByObjId($a_obj_id);
58 return $self->getNotAttempted();
74 $self = self::getInstanceByObjId($a_obj_id);
75 return count($self->getInProgress());
83 $self = self::getInstanceByObjId($a_obj_id);
84 return $self->getInProgress();
100 $self = self::getInstanceByObjId($a_obj_id);
101 return count($self->getCompleted());
109 $self = self::getInstanceByObjId($a_obj_id);
110 return $self->getCompleted();
126 $self = self::getInstanceByObjId($a_obj_id);
127 return $self->getStatusInfo();
142 $database = $DIC->database();
143 $query =
'select status,usr_id from ut_lp_marks ' .
144 'where obj_id = ' . $database->quote(
145 $this->target_obj_id,
148 $res = $database->query($query);
157 if (array_key_exists((
int) $row->status, $info)) {
158 $info[(
int) $row->status][] = (
int) $row->usr_id;
161 $this->status_info = $info;
170 ?
object $a_obj =
null 173 $this->target_obj_id,
180 return \ilLPStatus::LP_STATUS_NOT_ATTEMPTED_NUM;
184 int $a_reference_obj_id
186 if (!isset(self::$instances[$a_reference_obj_id])) {
187 self::$instances[$a_reference_obj_id] =
new self(
191 return self::$instances[$a_reference_obj_id];
const LP_STATUS_COMPLETED_NUM
static _getStatusInfo(int $a_obj_id)
static _getCompleted(int $a_obj_id)
readStatusInfo(int $a_obj_id)
readTargetObjId(int $a_obj_id)
determineStatus(int $a_obj_id, int $a_usr_id, ?object $a_obj=null)
static _getNotAttempted(int $a_obj_id)
const LP_STATUS_IN_PROGRESS_NUM
static _getCountInProgress(int $a_obj_id)
static _lookupObjId(int $ref_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _getCountNotAttempted(int $a_obj_id)
Class ilLPStatusCourseReference.
__construct(int $a_obj_id)
static getInstanceByObjId(int $a_reference_obj_id)
static _lookupStatus(int $a_obj_id, int $a_user_id, bool $a_create=true)
Lookup status.
const LP_STATUS_NOT_ATTEMPTED_NUM
static _getInProgress(int $a_obj_id)
__construct(Container $dic, ilPlugin $plugin)
static _lookupTargetRefId(int $a_obj_id)
static _getCountCompleted(int $a_obj_id)
const LP_STATUS_FAILED_NUM