|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilLPStatusPluginInterface:Public Member Functions | |
| getLPCompleted () | |
| Get all user ids with LP status completed. More... | |
| getLPNotAttempted () | |
| Get all user ids with LP status not attempted. More... | |
| getLPFailed () | |
| Get all user ids with LP status failed. More... | |
| getLPInProgress () | |
| Get all user ids with LP status in progress. More... | |
| getLPStatusForUser (int $a_user_id) | |
| Get current status for given user. More... | |
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 Interface for plugin classes that want to support Learning Progress
Definition at line 25 of file interface.ilLPStatusPlugin.php.
| ilLPStatusPluginInterface::getLPCompleted | ( | ) |
Get all user ids with LP status completed.
| ilLPStatusPluginInterface::getLPFailed | ( | ) |
Get all user ids with LP status failed.
| ilLPStatusPluginInterface::getLPInProgress | ( | ) |
Get all user ids with LP status in progress.
| ilLPStatusPluginInterface::getLPNotAttempted | ( | ) |
Get all user ids with LP status not attempted.
| ilLPStatusPluginInterface::getLPStatusForUser | ( | int | $a_user_id | ) |
Get current status for given user.
| int | $a_user_id |