Here’s a simple relational module for Moodle that let’s you include the final grade of a course as an activity for another course in Moodle. This might be a way to unlock exclusive content for students who’ve finished a prerequisite or training course, or a way to simply aggregate grades across a site into a single place. Seems like a handy little activity plugin to help tie coursework together across your site.
The activity module is available for both Moodle 2.8 and 2.9 and was developed by David Mudrák, Matt Gibson, and Vadim Dvorovenko. Check it out here: https://moodle.org/plugins/view/mod_subcourse
According to the description,
Subcourse is an activity module that represents the final grade obtained in another course. This allows to create “meta-gradebook” in one course, where all final grades from other courses are aggregated.
Grades are automatically fetched via a cron job every 10 minutes or can be fetched manually any time.
The grade type and other grade item settings are copied from the original grade total item and can not be changed.