Skip to content

Quiz report plugin for the Moodle LMS, allowing to bulk download student responses and attachments to essay questions

Notifications You must be signed in to change notification settings

PhilippImhof/moodle-quiz_essaydownload

Repository files navigation

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

About

Quiz report plugin for the Moodle LMS, allowing to bulk download student responses and attachments to essay questions

Resources

Stars

Watchers

Forks

Packages

No packages published