QuizExportAttemptsCsv

Quiz reports ::: quiz_exportattemptscsv
Maintained by Sergio Rabellino
A Quiz report for Moodle to export the attempts history as a CSV file

QuizExportAttemptsCsv 1.0.5c (Build 2025050601)

Moodle 5.0
Released: dimecres, 7 de maig 2025, 4:34 AM

moodle-quiz-exportattemptscsv

A Quiz report plugin for Moodle to export the attempts history as a CSV file

With this plugin every teacher should be able to export the attempts history of a quiz with a plenty of details directly in CSV format. The aim of this plugin is to let each teacher to analyze quiz attempts data with their personal tools, like a spreadsheet or other more powerful tools.

Normally Moodle let the teacher to show the attempt history of a single studente at a time and the information on the attempt could not be downloaded: with this plugin the teacher will have a new optional report named "Export Attempts history as CSV" in the "results" quiz administration menu. The teacher will have some options on which information will be available into the file download (e.g question text, response, right answer or personal information) then selecting the students and clicking on "show report" the collected information will be downloaded to the teacher's computer.

Obviously, the report information could be critical data from privacy point of view, so teachers should be aware that the downloaded data should be adequately protected from stealing.

Installation and set-up

This plugin should be compatible with Moodle 3.11+

Install using git

Or you can install using git. Type this commands in the root of your Moodle install

git clone https://github.com/rabser/moodle-quiz_exportattemptscsv.git mod/quiz/report/exportattemptscsv
echo '/mod/quiz/report/exportattemptscsv/' >> .git/info/exclude

Then run the moodle update process Site administration > Notifications

Version information

Version build number
2025050601
Version release name
1.0.5c (Build 2025050601)
Maturity
Stable version
MD5 Sum
7fb1fe846fdf5aff22e7ee3de48c0857
Supported software
Moodle 5.0
  • Latest release for Moodle 5.0

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Quiz reports

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myreport") in the "mod/quiz/report" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation