Moodle Plugins directory: QuizExportAttemptsCsv: Versions: 1.0.5a (Build 2025041700) | Moodle.org
QuizExportAttemptsCsv
QuizExportAttemptsCsv 1.0.5a (Build 2025041700)
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
- 2025041700
- Version release name
- 1.0.5a (Build 2025041700)
- Maturity
- Stable version
- MD5 Sum
- 6f7ed4414128846c146690ca0394c509
- Supported software
- Moodle 4.5, Moodle 5.0
- Latest release for Moodle 4.5
- Latest release for Moodle 5.0
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- MOODLE_500_STABLE
Default installation instructions for plugins of the type Quiz reports
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myreport") in the "mod/quiz/report" subdirectory.
- Visit http://yoursite.com/admin to finish the installation