mirror of
https://github.com/moodle/moodle.git
synced 2025-07-14 02:46:30 +02:00
On low level, standard grading strategies subplugins do not store personal themselves. They make use of the grades storage provided by the workshop itself. What they do contain though is the information about how the assessment forms were defined. And they are also responsible for correctly interpreting the values in the central grades table. Grading strategies fulfil the contract with the parent workshop module by implementing the workshopform_provider interface. That gives them a chance to export data about the assessment form to each of exported assessment.