Skip to content

Releases: studentquiz/moodle-mod_studentquiz

StudentQuiz 4.0.4

29 Aug 13:36
3adbaae
Compare
Choose a tag to compare
  • Fix error StudentQuiz not usable in latest weekly Moodle release due to changes in the date filter form fields #159

StudentQuiz 4.0.3

22 Aug 10:57
92e10f7
Compare
Choose a tag to compare
  • Fix for Difficulty bar not work with PostgreSQL Database. Thanks @HuongNV13
  • Improving help text. Thanks @lucaboesch
  • Improving various strings. Thanks @lucaboesch
  • Fixing problem that state cannot be changed on Moodle versions prior to 3.7. Thanks @HuongNV13
  • Automatically create Question to Studentquiz_questions table when import question from MoodleXML file do not work. Thanks @HuongNV13
  • Setting state of imported questions to 'new' on Moodle versions prior to 3.7. Thanks @HuongNV13
  • Improving Change State when answering/previewing question. Thanks @HuongNV13

StudentQuiz 4.0.2

14 Aug 16:25
124b1f9
Compare
Choose a tag to compare
  • Improved upgrade migration code performance. Thanks @timhunt
  • User names in email notification are now anonymous if this option is set in the settings. Thanks @HuongNV13
  • Visual and accessibility fixes. Thanks @HuongNV13

StudentQuiz 4.0.1

23 Jul 09:01
ae884f0
Compare
Choose a tag to compare
  • Fixed missing notification language strings

StudentQuiz 4.0.0

22 Jul 13:09
15bc924
Compare
Choose a tag to compare
  • Introduced new question states and visibility settings. Questions created start in state "New", where edited questions get the state "Changed", which allows the teacher to Approve/Disapprove the question again, and questions can also be hidden. Thanks @HuongNV13
  • Calculations are now based on the aggregated table instead of the raw Moodle question engine data. All activities are automatically migrated during StudentQuiz upgrade and in Moodle course backup restores.
  • Implemented more improvements and fixes to help StudentQuiz getting into the Moodle core. See the progress in the Moodle tracker
  • Fixed various missing accessibility features. Thanks @HuongNV13
  • Fixed filtering and pagination issues in the question table
  • And some other improvements and fixes. Thanks @HuongNV13 @lucaboesch @mkassaei @KietChan

StudentQuiz 3.3.0

01 Apr 23:06
Compare
Choose a tag to compare
  • Added setting that roles can be excluded from the ranking table (e.g. teachers)
  • Added setting to enforce rating (by default enabled)
  • Added setting to enforce commenting (by default disabled)
  • Fixed bug about a comment listing error after commenting
  • Fixed bug stylesheet affecting other sites outside StudentQuiz

StudentQuiz 3.2.3

12 Mar 00:33
Compare
Choose a tag to compare
  • students will be informed about data loss, when they try to navigate without saving their comment
  • comment list is now chronologically descending, retain their formatting (and newlines), are now below the navigation and longer before the "show more" button appears
  • improved the display of the question table and the sidebar in the overview for smaller screens
  • A lot of various fixes and improvements to help integrate StudentQuiz into moodle core, see MDL-62822(https://tracker.moodle.org/browse/MDL-62822), almost all of them are not visible to the users
  • fixed attempt calculation when questions got deleted

StudentQuiz 3.2.2

13 Feb 03:11
Compare
Choose a tag to compare
  • Implemented GDPR core_userlist_provider
  • Fixed difficulty/star bar rendering bug
  • Fixed multiplechoice shuffle bug
  • New feature: Manage availability of question submission phase and question answering phase. #77
  • Refactoring and bug fixing: #90, #89, #87, #86, #85, #84, #83, #82

StudentQuiz 3.2.1

19 Dec 17:30
Compare
Choose a tag to compare

#73 Add unique key to studentquiz_progress to ensure data consistency
#73 manual migration
#72 Performance optimization: Don't load all attempts on start
Merge branch 'HuongNV13-wip296757' into develop4
Merge branch 'HuongNV13-wip296761' into develop4
Merge branch 'wip296761' of git://github.com/HuongNV13/moodle-mod_stu… …
Fixed issue with deprecated step in behat test and replaced it.
Enhancement: Ranking to include ‘Anonymised’ in block title if activi… …
Changed pgsql version from 9.3 to 9.4
Removed php version 5.6
Added moodle version 3.6 to travis
Minor performance optimization with manual caching
Performance optimization of view.php

StudentQuiz 3.2.0

29 Nov 17:20
Compare
Choose a tag to compare
  • Enhancement: Setting default question types at server-level
  • Improve auto set-up of question caps when a StudentQuiz is created
  • Question bank capabilities are relevant to Student Quiz
  • Removed all sql debug lines
  • Fixed compatibility versions of moodle and php in readme
  • Fixed codecheker & phpcpd
  • fixed "invalid course module ID " when filtering questions
  • fixed pointsystem (userstats block) wrong calculation
  • fixed Ranking System wrong calculation
  • fixed Anonymous setting when filtering by firstname or lastname