Skip to content

Releases: ngandrass/moodle-quiz_archiver

Version 4.1.0 (2026052200)

Choose a tag to compare

@ngandrass ngandrass released this 22 May 07:21
5d6c849

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)

Choose a tag to compare

@ngandrass ngandrass released this 01 Apr 10:37
e55aefc

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)

Choose a tag to compare

@ngandrass ngandrass released this 05 Feb 17:46
db75ccc

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)

Choose a tag to compare

@ngandrass ngandrass released this 12 Oct 12:47
e554ead

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)

Choose a tag to compare

@ngandrass ngandrass released this 22 May 12:21
b532e8b

Changelog

  • Fix archive job creation for quizzes with forward slashes in names when the ${quizname} variable is used

Version 3.1.2 (2025051700)

Choose a tag to compare

@ngandrass ngandrass released this 17 May 09:47
7fac38a

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)

Choose a tag to compare

@ngandrass ngandrass released this 28 Apr 10:07
5c27051

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)

Choose a tag to compare

@ngandrass ngandrass released this 19 Apr 13:49
ce5fbe1
  • 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)

Choose a tag to compare

@ngandrass ngandrass released this 16 Apr 11:38
7a81e3a

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)

Choose a tag to compare

@ngandrass ngandrass released this 01 Apr 10:48
4793690

Changelog

  • Add new QUIZ_ARCHIVER_SKIP_HTTPS_CERT_VALIDATION environment variable to docs
  • Fix download of Moodle backups by the archive worker for specific webserver and proxy setups
  • Fix privacy metadata provider to include attempts metadata table