Releases: ngandrass/moodle-quiz_archiver
Releases · ngandrass/moodle-quiz_archiver
Version 3.1.3 (2025052200)
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
mnethostid
to local host when creating the service account user, preventing the user from being deleted using the web interface - Automatically set correct
mnethostid
for the service account user during this plugin upgrade
Version 3.1.0 (2025041900)
- Switch from
.tar.gz
to.zip
format 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_VALIDATION
environment 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
Version 2.3.1 (2025013100)
Changelog
- Make grade display in quiz attempt header independent of quiz review options
Version 2.3.0 (2025012100)
Changelog
- Fix opening job details modal for quizzes with single quotes in their names
- Prepare backup creation routine for Moodle 4.6 and above
- Add support for HTTP and SOCKS proxy servers
- Starting with moodle-quiz-archive-worker version
>= v2.2.0
- Starting with moodle-quiz-archive-worker version
- Add instructions for configuring proxy server usage to the documentation
- Add troubleshooting tips for font rendering problems to the documentation
Version 2.2.0 (2024102900)
Changelog
- Add student ID number to quiz attempt header
- Add student ID number to exported
attempts_metadata.csv
file inside quiz archives - Allow student ID number to be used in attempt filename pattern as
${idnumber}
- Fix creation of quiz archives with duplicate archive names (e.g., when using
quiz-archive-${quizid}-${quizname}
as the archive name pattern) - Improve display of user firstname, lastname, and avatar in quiz attempt header
- Improve display of empty values in quiz attempt header (e.g., feedback, idnumber, ...)
- Fix name of
QUIZ_ARCHIVER_PREVENT_REDIRECT_TO_LOGIN
environment variable in archive worker documentation - Fix single unit test suit execution command in developer documentation
- Improve content spacing in docs
- Only run Moodle CI for commits and PRs on master and develop branches to prevent duplicate runs
Version 2.1.0 (2024101000)
Changelog
- Ensure compatibility with Moodle 4.5 (LTS)
- Create an official Quiz Archiver documentation website: https://quizarchiver.gandrass.de/
- Great thanks to @melanietreitinger for reviewing and providing valuable feedback!
- Automate building and deployment of documentation website
- Cleanup and restructure existing documentation within README
- Add demo quiz archive worker information to admin settings page
- Fix job details dialog not showing up if artifact file was deleted but metadata still remains
- Fix PHP warning on autoinstall admin page
- Add Moodle 4.5 to automated (CI) test matrix