Releases: studentquiz/moodle-mod_studentquiz
StudentQuiz 5.3.0
This version works with Moodle 4.3 and 4.4.
• This release fixes some security issues. You are strongly recommended to upgrade.
• This release is compatible with Moodle 4.4.
• Fixed an issue with activity completion in Moodle 4.3.
• History table now supports anonymous users properly.
• Improve performance of statistics calculations.
• Fix some layout issues.
StudentQuiz 5.2.1
This version works with Moodle 4.0, 4.1, 4.2 and 4.3.
- Added Compatability with Moodle 4.3
- Fixed a bug with permission checking of state changes.
StudentQuiz 5.2.0
Mainly a bugfix release, but with one new feature adding activity completion.
This version works with Moodle 4.0, 4.1 and 4.2. (4.3 support is being worked on.)
- New feature: You can now set automatic completion rules like 'Students must author at least 3 questions' or
'Students must score at least 42 points'. - An improvement to set the state of the question in the Moodle question bank (draft/read) based on the state of the question in StudentQuiz.
- New actvity icon to match the Moodle 4.x style.
- Fix to ensure that only the right notifications are sent when using separate groups mode.
- Fix to permission checks on questions in separate groups mode.
- Fix display order of the question list, including pinned questions.
- Fix an issue that prevented the use of question types where the student responds by uploading a file.
- Fix backup and restore of availability information.
- Fix questions sometimes being incorrectly set to state Disapproved.
- Fix the wording of one of the notifications.
- Fix to the 'delete orphaned questions' task.
- Fix the layout of some buttons in Moodle 4.2.
- Technical fixes (automated testing config, coding style, improved tests for backup and restore).
StudentQuiz 5.1.0
This is basically a bugfix release. Also, we can confirm it works with Moodle 4.1 as well as 4.0.
- Show the question version number in StudentQuiz.
- ... but don't show the Status column. We don't want to expose students to the concept of draft questoins.
- Improve validation when editing StudentQuiz settings.
- Fix an issue where StudentQuiz events did not show in the calendar/timeline.
- Fix a bug where names were swapped in emails about anonymous ranking.
- Improvement to make the 3.x -> 4.x upgrade more robust.
StudentQuiz 4.7.1
Compared to version 4.7.0, this just fixes one bug where images in questions do not appear.
StudentQuiz 5.0.0
This version is compatible with Moodle 4.0 and later (and won't work with earlier versions).
StudentQuiz 4.7.0
Changes in this version:
- This is almost certianly the last version which will support Moodle 3.x. We are nearly ready to realease a Moodle 4.0-compatible version, and before we do, here are the latest bug fixes in the old version.
- Compatibile with PHP8
- Comments report can now report on private comments.
- Clearer UI when changing the state of questions.
- Fixed a bug with backup and restore of comments.
- Fixed a bug with deleting student-quizzes.
- Ensure question text is not displayed in the list of questions.
- Fixed a bug with filtering the question list by time.
- Fixed a bug when emailing a user failed.
- Fixed a bug where your preferred page size for the question list got forgotten.
StudentQuiz 4.6.0
This is the first release since The Open University took over maintenance for this plugin.
Also, this is probably the last significant release which will support Moodle 3.11 and below. We are working on a new version which is compatible with Moodle 4.0, but because of the improvements in the question bank in Moodle 4.0, that is requiring significant work, and will be a new version which will be the focus of future development.
- Support for using StudentQuiz with Moodle Separate groups mode.
- A new feature to allow the teacher to pin certain questions at the top of the list.
- When using the approval process, there is now an option to have private comments between the student and the teacher, as well as the public comments on a questions.
- The state history of the approval process is now tracked, and can be seen by the teacher.
- There is also a new 'Reviewable' state so the student can make it clear when they have responded to the teacher's comments.
- In the question list, all the little action icons by each question have been moved into an Action menu.
- Where we print user names, those names now link to the user's profile, as is standard in Moodle.
- There is a new admin setting, which can be used to limit the 'Default roles to exclude from rankings' setting to show only the relevent roles. This is helpful if your site has a lot of custom roles.
- The content of the digest emails is now translatable.
- Fixes to improve accessibility.
- Fixes to the visual design, for example where things were not well aligned.
- The automated tests were improved so they run more efficiently.
StudentQuiz 4.5.0
This is probably the last release I am doing. The Open University (UK) has contributed to StudentQuiz for several years, and has agreed to maintain this activity plug-in going forward. We are very pleased with their support and are very confident that their team will do a great job!
- Continuous Integration (CI) has been moved from travis to Github Actions with all checks and tests activated
- Support for Moodle 3.11 has been added and Moodle 3.5 has been dropped
- Experimental support for MSSQL has been added - please read the Readme for further informations (Thanks @mrkskwsnck)
- Upgrade of StudentQuizzes from and restore of backups with StudentQuizzes older than 3.1.0 have been dropped
- Comment sorting affects now all comments and are now sorted by comment date descending by default (Thanks @JBThong)
- And some small fixes (Thanks @ewallah, @HuongNV13, @JBThong)
StudentQuiz 4.4.2
- Improved capability sync performance (Thank you @timhunt)
- Fixed bug that buttons in the state change dialog weren't always working
- Fixed bug that students weren't able to delete their own questions