ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
interface.ilLPStatusPlugin.php
Go to the documentation of this file.
1<?php
2
26{
31 public function getLPCompleted(): array;
32
37 public function getLPNotAttempted(): array;
38
43 public function getLPFailed(): array;
44
49 public function getLPInProgress(): array;
50
56 public function getLPStatusForUser(int $a_user_id): int;
57}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLPNotAttempted()
Get all user ids with LP status not attempted.
getLPInProgress()
Get all user ids with LP status in progress.
getLPFailed()
Get all user ids with LP status failed.
getLPStatusForUser(int $a_user_id)
Get current status for given user.
getLPCompleted()
Get all user ids with LP status completed.