This is a quiz report plugin that allows bulk downloading of text answers and attachment files submitted in response to essay questions in a quiz.
It has been inspired by the quiz_downloadsubmissions plugin which offers similar functionality.
Install the plugin to the folder $MOODLE_ROOT/mod/quiz/report/essaydownload
.
For more information, please see the Moodle docs.
- Go to a quiz.
- Click on "Results" in order to access the results tab.
- From the dropdown menu, choose "Download essay responses".
- Set the available options according to your needs.
- Click "Download".
The plugin will then generate a ZIP archive containing the requested data and initiate the download in your browser.
Note: No confirmation will be shown. Once you get your ZIP file, the work is done.
You can group the data in two different ways. If you group by attempt, your ZIP file will have the following structure:
- StudentX/Question1
- StudentX/Question2
- StudentY/Question1
- StudentY/Question2
If you group by question, the structure will be as follows:
- Question1/StudentX
- Question1/StudentY
- Question2/StudentX
- Question2/StudentY