https://github.com/bfh/moodle-quiz_archive
https://github.com/bfh/moodle-quiz_archive
hacktoberfest moodle-plugin open-source
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bfh/moodle-quiz_archive
- Owner: bfh
- License: gpl-3.0
- Created: 2018-06-19T06:21:07.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2026-03-30T11:56:29.000Z (2 months ago)
- Last Synced: 2026-03-30T13:25:54.963Z (2 months ago)
- Topics: hacktoberfest, moodle-plugin, open-source
- Language: PHP
- Homepage:
- Size: 87.9 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
moodle-quiz_archive
=========================
[](https://github.com/bfh/moodle-quiz_archive/actions/workflows/moodle-plugin-ci.yml)
[](https://github.com/bfh/moodle-quiz_archive/releases)
[](https://github.com/bfh/moodle-quiz_archive/actions)
[](https://github.com/bfh/moodle-quiz_archive/actions)
[](https://github.com/bfh/moodle-quiz_archive/blob/main/LICENSE)
[](https://github.com/bfh/moodle-quiz_archive/graphs/contributors)
Moodle quiz report plugin to achieve archiving your test, by printing out all attempts at once.
Requirements
------------
This plugin requires Moodle 3.9.
Motivation for this report
--------------------------
For some lecturers it is a good practice, that after an Moodle test they want to archive all student's attempts – i.e. print them all out or save them as PDF.
This plugin prints out the 'Review attempt' pages for each student in one single report.
The Moodle tracker issue linked is [MDL-45903](https://tracker.moodle.org/browse/MDL-45903) – "A way to print or export the quiz responses of each student as a document".
Installation
------------
Install the plugin to folder
/mod/quiz/report/archive
See http://docs.moodle.org/en/Installing_plugins for details on installing Moodle plugins