| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Privacy API implementation for the Rubric strategy. More...
| Static Public Member Functions | |
| static | export_assessment_form (\stdClass $user, context $context, array $subcontext, int $assessmentid) | 
| Return details of the filled assessment form. | |
| static | get_reason () | 
| Explain that this plugin stores no personal data. | |
Privacy API implementation for the Rubric strategy.
| 
 | static | 
Return details of the filled assessment form.
| stdClass | $user | User we are exporting data for | 
| context | $context | The workshop activity context | 
| array | $subcontext | Subcontext within the context to export to | 
| int | $assessmentid | ID of the assessment | 
Implements mod_workshop\privacy\workshopform_provider.
| 
 | static | 
Explain that this plugin stores no personal data.
| string | 
Implements core_privacy\local\metadata\null_provider.