Skip to content
Marcus Green edited this page May 23, 2018 · 9 revisions

The documentation for this Moodle plugin can be found at https://docs.moodle.org/en/BTEC_marking See the roadmap page on the right for possible future features

GDPR/Privacy API

Unfortunately the privacy API was not completed for the initial release of Moodle 3.5 for advanced grading methods so it was not possible to base the BTEC classes on that. See the discussion here https://moodle.org/mod/forum/discuss.php?d=370983#p1495856 I intend to follow that ticket and work on a solution and feedback to Moodle HQ so that my solution is in line with how they will do it for core advanced grading plugins.

Uninstalling

The Moodle interface does not include any way of uninstalling (or disabling) advanced grading plugins (a bit of an oversight which is described in detail here https://tracker.moodle.org/browse/MDL-40473 ).

A user of the BTEC grading plugin posted the following instructions for uninstalling. (I use MySQL Admin instead of Adminer but it does the same thing)

  1. Install My Adminer plugin (this allows access to the database from within Moodle)

  2. SSH into moodle and remove the 'btec' folder from /moodle/grade/grading/forms

  3. Remove the entry from mdl_config_plugins where plugin='gradingform_btec'

  4. Finally remove three tables that where created when the btec plugin is installed. They all begin with "mdl_btec". This needs to be done to allow the plugin to be reinstalled.

Clone this wiki locally