Email notification to student of grades on completion of interactive videos_Moodle
Submitted by MichaelC on Mon, 02/19/2018 - 05:09
Forums:
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
Mon, 02/19/2018 - 06:24
Permalink
Hi Michael,This is not
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
Mon, 02/19/2018 - 07:08
Permalink
Hi Michael!The feature is
Hi Michael!
The feature is called "event monitoring" in moodle. You will find more information on that topic in the moodle documentation.
MichaelC
Tue, 02/20/2018 - 20:22
Permalink
Ok, thanks guys
Ok, thanks guys