Access to class data

Access to class data

by Jacob Webb -
Number of replies: 1

Hello, I'm new here so please forgive me if this isn't the correct place for my question. 

I created a custom assessment for one of our classes on moodle. The "students" take the class, get grades for assignments, and then follow the link to enter their scores and get the results. Ideally, they could just click the link and have the scores get passed as query parameters or something so that there is less chance of the data being lost through user error.... 

Is there any way to transfer data (like grades) from moodle to my own site?

Thank you in advance for your time. 

Average of ratings: -
In reply to Jacob Webb

Re: Access to class data

by Kelly Howell -
Hi Jacob.
If you're using Moodle Quiz, you can access the quiz reports at any time.
If you wanted to set up a notification email, I would suggest using Event monitoring: https://docs.moodle.org/39/en/Event_monitoring
You may then be able to set up some automation to go with your site triggered by the emails in your Inbox? Without knowing more about your site it's hard to know what to suggest but there are services like Zapier and IFTTT that may work.
Hope this helps!