Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Interface for grading strategy subplugins implementing the privacy API. More...
Static Public Member Functions | |
static | export_assessment_form (\stdClass $user, context $context, array $subcontext, int $assessmentid) |
Return details of the filled assessment form. | |
Interface for grading strategy subplugins implementing the privacy API.
|
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 |
Implemented in workshopform_accumulative\privacy\provider, workshopform_comments\privacy\provider, workshopform_numerrors\privacy\provider, and workshopform_rubric\privacy\provider.