Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
mod_workshop\privacy\workshopform_provider Interface Reference

Interface for grading strategy subplugins implementing the privacy API. More...

Inheritance diagram for mod_workshop\privacy\workshopform_provider:
core_privacy\local\request\plugin\subplugin_provider core_privacy\local\request\shared_userlist_provider core_privacy\local\request\shared_data_provider core_privacy\local\request\userlist_provider core_privacy\local\request\data_provider workshopform_accumulative\privacy\provider workshopform_comments\privacy\provider workshopform_numerrors\privacy\provider workshopform_rubric\privacy\provider

Static Public Member Functions

static export_assessment_form (\stdClass $user, context $context, array $subcontext, int $assessmentid)
 Return details of the filled assessment form.
 

Detailed Description

Interface for grading strategy subplugins implementing the privacy API.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ export_assessment_form()

static mod_workshop\privacy\workshopform_provider::export_assessment_form ( \stdClass $user,
context $context,
array $subcontext,
int $assessmentid )
static

Return details of the filled assessment form.

Parameters
stdClass$userUser we are exporting data for
context$contextThe workshop activity context
array$subcontextSubcontext within the context to export to
int$assessmentidID of the assessment

Implemented in workshopform_accumulative\privacy\provider, workshopform_comments\privacy\provider, workshopform_numerrors\privacy\provider, and workshopform_rubric\privacy\provider.


The documentation for this interface was generated from the following file: