mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Added "graphical structure".
Added label_get_participants() function.
This commit is contained in:
parent
27a026c7e8
commit
2b9f062552
3 changed files with 36 additions and 1 deletions
|
@ -72,4 +72,11 @@ function label_user_complete($course, $user, $mod, $label) {
|
|||
return false;
|
||||
}
|
||||
|
||||
function label_get_participants($labelid) {
|
||||
//Returns the users with data in one resource
|
||||
//(NONE, byt must exists on EVERY mod !!)
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue