Email notification to student of grades on completion of interactive videos_Moodle

I've just completed a Moodle course with 6 interactive videos. Each video has about 5 mutliple choice questions.

The grades are recording in the Moodle gradebook correctly.

How do i setup an automatic email notification to the student of their grade, when they complete each video, or when they complete the course?

At the moment, i cant seem to get any email notification working

Thanks for any help

Michael

BV52's picture

Hi Michael,

This is not possible by just using H5P contents. Afaik the is a setting in Moodle or plugin that you can use to send e-mail notifications of courses that have been completed. H5Ps goal is to provide the interactive content and H5P emits data in the form of xAPI statements and you will need a plugin or custom code to listen to these statements and a data store such as a learning record store to save them in. This in turn will provide the necesarry information that will trigger for Moodle or another plugin to send the e-mail.

-BV52

otacke's picture

Hi Michael!

The feature is called "event monitoring" in moodle. You will find more information on that topic in the moodle documentation.

Ok, thanks guys