Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Static Public Member Functions | List of all members
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. More...
 

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_rubric\privacy\provider, workshopform_numerrors\privacy\provider, workshopform_comments\privacy\provider, and workshopform_accumulative\privacy\provider.


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