Releases: ngandrass/moodle-quiz_archiver
Releases · ngandrass/moodle-quiz_archiver
Release list
Version 4.1.0 (2026052200)
Changelog
- Add attempt report setting for showing / hiding overall quiz grade
- Add attempt report setting for showing / hiding question correctness indicators
- Add attempt report setting for showing / hiding raw marks for questions
- Migrate quiz attempt renderer to new quiz attempt summary API
Version 4.0.0 (2026040100)
Changelog
Caution
🚨 BREAKING 🚨 This version requires at least Moodle 4.5 (LTS) and PHP 8.1. If you are still using an older Moodle
version, please upgrade to at least Moodle 4.5 (LTS) or stick to the latest available v3.x release of the plugin.
- Ensure compatibility with Moodle 5.2
- Add PDF/A-3b compliant PDF file export
- Add parallel job execution capability
- Add support for MathJax 4 (used by default by Moodle >= 5.2)
- Various technical improvements of the archive worker service
- Cleanup of old Moodle 4.1 (LTS) compatibility code
Note: Use of moodle-quiz-archive-worker >= v4.0.0 is required.
Version 3.2.0 (2026020500)
Changelog
- Force wrapping of long lines in code boxes to prevent overflowing out of page boundaries
- Reduce padding of comment boxes within code boxes to prevent them from overlapping student code
Version 3.1.4 (2025101200)
Changelog
- Ensure compatibility with Moodle 5.1
- Fix naming of capabilities and migrate old capability assignments to renamed capabilities during upgrade. No manual action is required.
- Add Moodle 5.1 and all supported PHP versions to CI test matrix
- Comply with Moodle coding style version 3.6
Version 3.1.3 (2025052200)
Changelog
- Fix archive job creation for quizzes with forward slashes in names when the
${quizname}variable is used
Version 3.1.2 (2025051700)
Changelog
- Fix Moodle CSS stylelint errors for mkdocs extra CSS file to make Moodle plugin directory prechecks happy
- Fix attempt report generation unit tests for latest Moodle version >= 4.5
Version 3.1.1 (2025042800)
Changelog
- Fix autoinstall not setting
mnethostidto local host when creating the service account user, preventing the user from being deleted using the web interface - Automatically set correct
mnethostidfor the service account user during this plugin upgrade
Version 3.1.0 (2025041900)
- Switch from
.tar.gzto.zipformat for quiz archives - Fix problems with very long archive / attempt names and paths
Version 3.0.0 (2025041600)
Changelog
- Support for Moodle 5.0 and PHP 8.4
- Allow attempt folder names to be fully customized using variables
- Allow attempt folders to create variable sub-folders
- Add group names, group IDs, and group ID numbers as valid variables for attempt folder- and filenames
- Create sub-page allowing to view the attempts that are contained inside each archive, including the number of file submissions per attempt
- Automatically trim attempt and archive filenames
- Create default values for unset filename variables
- Improve webservice API implementation for attempt report and metadata retrieval
- Automatically check code coverage during PHP unit test execution and evaluate results
- Improve references to illustrations in the documentation
- Update images in the documentation and add help for new features
Note: Use of moodle-quiz-archive-worker >= v3.0.0 is required.
Version 2.3.2 (2025040100)
Changelog
- Add new
QUIZ_ARCHIVER_SKIP_HTTPS_CERT_VALIDATIONenvironment variable to docs- Starting with moodle-quiz-archive-worker version
>= v2.3.0
- Starting with moodle-quiz-archive-worker version
- Fix download of Moodle backups by the archive worker for specific webserver and proxy setups
- Starting with moodle-quiz-archive-worker version
>= v2.3.0
- Starting with moodle-quiz-archive-worker version
- Fix privacy metadata provider to include attempts metadata table