Hi guys,
I am looking at setting up moodle to show a list of completed courses on the user profile. nothing flash, just something along the lines of
"
...
| First access: | Tuesday, 13 March 2012, 12:58 PM (13 days 23 hours) |
| Last access: | Tuesday, 27 March 2012, 12:21 PM (now) |
| Interests: | *nix, Vehicle Safety, Training, Moodle, Al Fresco |
| Courses Completed: |
|
"
at the end of the user profile.
My first instinct, having not found a plugin specifically for this, was that I could modify the /user/profile.php with a quick bit of SQL to pull it out of mdl_course_completions, but I know this will get killed on every update and it's not the best option. I haven't done much work into extending moodle at all, so I am not 100% sure how successful I would be in creating a plugin for the purpose.
I get the feeling though that this seems like a feature which would already exist somewhere, I am mainly just wondering if anyone can point me in the direction of the setting or plugin I have missed if this is the case.