This plugin is designed to be the bridge between the VATSIM E-Learning Site and other systems to provide a way to indicate a member has completed a P0 Exam.
The installation of this plugin is based on your own specs for moodle.
Those who wish to use this plugin need to set the follow properties:
The following needs to be set within the plugin settings page to ensure proper usage of the http request:
P0 webhook URL
This will set the URL at which the http request is made.
P0 webhook secret
This will set the API key for the request within the event handler allowing the http request to go though.
P0 quiz ID
This sets the quiz ID so that not every quiz is being used for this plugin, only the P0 exam that is in use.
If you would like to contribute, you may do so by cloning the repo and submitting a pull request with any changes you want to make.