Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.86 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.86 KB

GitHub Release Automated code checks Automated testing

moodle-quiz_essaydownload

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.

Installation

Install the plugin to the folder $MOODLE_ROOT/mod/quiz/report/essaydownload.

For more information, please see the Moodle docs.

Usage

  1. Go to a quiz.
  2. Click on "Results" in order to access the results tab.
  3. From the dropdown menu, choose "Download essay responses".
  4. Set the available options according to your needs.
  5. 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.

Grouping by attempt or question?

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