Moodle activity report

October 16, 2008 – 18:11

Moodle has a nice way to plugin mod results in the activity reports. Just add a function like this to your mods lib.php and moodle will pick it up:

modname_user_outline($course, $user, $mod, $modinstance){}

Did it for the feedback module, works great. Now looking how to get it into the book module. For the Book module is not relevant to track users as no user info is saved in the module tables

Sorry, comments for this entry are closed at this time.