Skip to content

Releases: ngandrass/moodle-quiz_archiver

Version 3.1.3 (2025052200)

22 May 12:21
b532e8b
Compare
Choose a tag to compare

Changelog

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

Version 3.1.2 (2025051700)

17 May 09:47
7fac38a
Compare
Choose a tag to compare

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)

28 Apr 10:07
5c27051
Compare
Choose a tag to compare

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)

19 Apr 13:49
ce5fbe1
Compare
Choose a tag to compare
  • 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)

16 Apr 11:38
7a81e3a
Compare
Choose a tag to compare

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)

01 Apr 10:48
4793690
Compare
Choose a tag to compare

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

Version 2.3.1 (2025013100)

31 Jan 08:43
498d227
Compare
Choose a tag to compare

Changelog

  • Make grade display in quiz attempt header independent of quiz review options

Version 2.3.0 (2025012100)

21 Jan 10:03
df52b74
Compare
Choose a tag to compare

Changelog

Version 2.2.0 (2024102900)

29 Oct 12:59
0132d0b
Compare
Choose a tag to compare

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)

10 Oct 08:49
2ab2987
Compare
Choose a tag to compare

Changelog

  • Ensure compatibility with Moodle 4.5 (LTS)
  • Create an official Quiz Archiver documentation website: https://quizarchiver.gandrass.de/
  • 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