Course Completion Reports - Moodle 2.0

Course Completion Reports - Moodle 2.0

by Rheinard Korf -
Number of replies: 2

Hi all,

I'm a long time moodle user, but never been on the forums (sorry).

Recently I've been using the new Course Completion feature and I love it! I do have a question though, I'm either not seeing the right setting somewhere or the feature is absent.

I am looking to display a list of all the completed courses in a list on a student's profile (for him/her only to see).

Any help would be great!

Also, I didn't know where to post Course Completion queries on the forums.

Average of ratings: -
In reply to Rheinard Korf

Re: Course Completion Reports - Moodle 2.0

by Chad Parmentier -

I think you are refering to a transcript..? If so I don't think there is currently anyway to do this. There are some plug-ins for 1.9 that will do this but I don't think they are available for 2.0 yet. If an admin wanted this Information It probably would not be to difficult to write a SQL query that would pull completed courses by student.

In reply to Chad Parmentier

Re: Course Completion Reports - Moodle 2.0

by Rheinard Korf -

Almost like a transcript.  It simply needs to list all courses marked as completed (2.0), ideally within a date range.  E.g.  2010 - Course 1, Course 2, etc…  2011 - Course 3, Course 4, etc…

I'm a drupal developer and obviously the architecture is a lot different. I was hoping that there would be code hooks as in drupal. To solve my problem I will simply create a new profile field based on 'checkbox' and alter the output pulling data with a SQL query (really didn't want to hack core).

I did search for 1.9 plugins to port to 2.0, but this is a 2.0 feature that didn't exist before (and a handy one at that!).

Thanks for the info though smile