| 
    Moodle APIs
    3.8
    
   Moodle 3.8.6 (Build: 20201109) 
   | 
 
Privacy API implementation for the Comments grading 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.  More... | |
| static | get_reason () | 
| Explain that this plugin stores no personal data.  More... | |
Privacy API implementation for the Comments grading 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.