Show
Create a few feedback modules with a few questions and pages:
Feedback 1: On the front page
Feedback 2: In a course C1
Enrol users 1 and 2 to C1.
User 1: Answer both feedback and complete the submission.
User 2: Answer both feedback, but do not complete it (e.g. answer one question then navigate away from the feedback). Make sure to provide different answers than User 1 for easier verification later.
Download and install the data privacy tool: (extract the archive in " admin/tool " and rename the folder as " dataprivacy ")
master: https://github.com/moodlehq/moodle-tool_dataprivacy/archive/master.zip
34: https://github.com/moodlehq/moodle-tool_dataprivacy/archive/MOODLE_34_STABLE.zip
33: https://github.com/moodlehq/moodle-tool_dataprivacy/archive/MOODLE_33_STABLE.zip
On a separate browser window (e.g. incognito mode), log in as User 1.
Go to your profile
Click Data requests and create a new data export request
Open a terminal and go to your Moodle root directory.
Run " php admin/cli/cron.php "
On the browser window where you're an admin, go to " Site administration / Privacy and policies / Data requests "
Approve User 1's request.
In the terminal, run " php admin/cli/cron.php " again
On User 1's window, refresh the data requests page.
Download the zip file.
Inspect the zip file's contents.
Confirm that it contains the folders for the feedback activities.
Confirm for each feedback folder, there is a data.json that contains User 1's responses to the respective feedback.
Repeat the same steps for User 2 and confirm that the User 2's responses for the feedbacks are correctly exported.