Skip to content

Releases: marcusgreen/moodle-qtype_gapfill

Regex disabled by default

24 May 21:24
Compare
Choose a tag to compare

Fixed issue with case sensitivity when using | operator and ignore duplicates Thanks to Jason Rogers of the South Carolina Dept of Education and Dipak Kumar of Blackboard for reporting this and helping test the solution.

Fix for when force clean is on, which is planned to be a default, see https://tracker.moodle.org/browse/MDL-62352 Thanks to Hubong Nguen for the UK OU who contributed a patch for wordselect without which I would not have known about this.

A fix for an error triggered in the question analysis in the quiz statistics report. Thanks to Chris Kenniburg of Dearborn schools for reporting this.

The editing form was ignoring the settings/default for fixedgapsize. It is now recognising this and by default on installation the widths gaps will be set to that of the largest gap. See docs at https://docs.moodle.org/en/Gapfill_question_type#Fixed_Gapsize. I noticed that myself.

Regular expressions are now disabled by default. Thanks to the suggestion from Howard Miller, legendry contributor at the Moodle.org forums. #31

Chrome Windows fix

12 Oct 08:14
Compare
Choose a tag to compare

Fix for Chrome windows where draggables didn't wrap. Switched to amd for question edit. Defence against themes with css that interfered with text layout.

New svg icon and more english language examples

19 May 08:19
Compare
Choose a tag to compare

New svg icon with a touch of colour similar to the Wordselect question type. More english language example questions in xml format (about 450 now). Further code compliance.

More english language examples

16 Feb 07:20
Compare
Choose a tag to compare

Ten minor fixes and more english language example questions in xml format

Found a spurious debugger statement

16 Sep 08:07
Compare
Choose a tag to compare

Found a spurious debugger statement in the mobile javascript. Probably wouldn't have caused a problem but I'd rather be cautious.

Forgot to update release in version.php

16 Sep 08:22
Compare
Choose a tag to compare

Support for the new Moodle 3.5 mobile app.

16 Sep 06:50
Compare
Choose a tag to compare

Support for the new Moodle 3.5 mobile app. Huge thanks to Dani Palou from Moodle HQ, without his help I would not have been able to add this capability. Thanks to Elton LaClare for help with testing.

Privacy API for GDPR compliance

15 May 20:22
Compare
Choose a tag to compare

Fixed a bug where correct answers were shown even thought it was turned off in the quiz settings checkbox. Thanks to Matthias Giger and contributors to the Moodle German language for reporting this. Fixed a bug introduced in the last release whereby the value of optionaftertext was not being saved. Thanks to Elton LaClare for reporting that. Additional PHPDocs, code standards compliance and confirmation that it works with Moodle 3.5.

Implemented privacy API for GDPR compliance, see discussion here https://moodle.org/mod/forum/discuss.php?d=365857

Privacy API for GDPR compliance

15 May 19:56
Compare
Choose a tag to compare

Fixed a bug where correct answers were shown even thought it was turned off in the quiz settings checkbox. Thanks to Matthias Giger and contributors to the Moodle German language for reporting this. Fixed a bug introduced in the last release whereby the value of optionaftertext was not being saved. Thanks to Elton LaClare for reporting that. Additional PHPDocs, code standards compliance and confirmation that it works with Moodle 3.5.

Implemented privacy API for GDPR compliance, see discussion here https://moodle.org/mod/forum/discuss.php?d=365857

Fix for iOS dradgrop bug

04 Feb 16:04
Compare
Choose a tag to compare

Version 1.971 of the Moodle Gapfill question type Feb 2018

Bug fix for issue where dragdrop did not work on iOS. Improvements in code standards compliance.

Replaced various hard coded strings with get_string calls to allow for translation. Thanks to Dinis Medeiros for reporting this.