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.3c (Build 2024032400)

Moodle 3.11, 4.0, 4.1, 4.2, 4.3, 4.4
Released: diumenge, 24 de març 2024, 07:44

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
2024032400
Version release name
1.0.3c (Build 2024032400)
Maturity
Versió estable
MD5 Sum
f9dc4596bdea4fe5c0d198f2dd070456
Supported software
Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4
  • Latest release for Moodle 3.11
  • Latest release for Moodle 4.0
  • Latest release for Moodle 4.1
  • Latest release for Moodle 4.2
  • Latest release for Moodle 4.3
  • Latest release for Moodle 4.4

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