| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Interface for plugin classes that want to support Learning Progress. More...
 Collaboration diagram for ilLPStatusPluginInterface:
 Collaboration diagram for ilLPStatusPluginInterface:| Public Member Functions | |
| getLPCompleted () | |
| Get all user ids with LP status completed. | |
| getLPNotAttempted () | |
| Get all user ids with LP status not attempted. | |
| getLPFailed () | |
| Get all user ids with LP status failed. | |
| getLPInProgress () | |
| Get all user ids with LP status in progress. | |
| getLPStatusForUser ($a_user_id) | |
| Get current status for given user. | |
Interface for plugin classes that want to support Learning Progress.
Definition at line 12 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 | ( | $a_user_id | ) | 
Get current status for given user.
| int | $a_user_id |