Skip to content

Releases: marcusgreen/moodle-qtype_gapfill

Letter hints feature

28 Jan 21:49
Compare
Choose a tag to compare

Letter hints, new feature which only works when Interactive with multiple tries behaviour is used. A new checkbox in the question creation form toggles letterhints mode. This takes effect when an interactive question behaviour is selected. There is a global checkbox setting for letterhints. If this is on, when a new question is created hints will be inserted into the first and second boxes under multiple tries block. If it is toggled on with an existing question the hints will have to be added by hand in the multiple tries section. Then when a student gives an incorrect response they will be given incrementing letters from the correct answer when they press try again. Thanks to Elton LaClare for the idea for this and to his employer Sojo University Japan http://www.sojo-u.ac.jp/en for funding.

Bug fix that broke the display of the quiz menu when optionsaftertext was selected but gapfill mode was selected. Thanks to Lizardo Flores for reporting this.

MS SQL Server Upgrade bug fix

31 Dec 19:57
Compare
Choose a tag to compare

Mainly a bugfix where MS SQL server installations would not create the gapfill settings table. Improvements to phpdoc comments

MS SQL server update bugfix

31 Dec 20:06
Compare
Choose a tag to compare

Mainly a bugfix where MS SQL server installations would not create the gapfill settings table. Improvements to phpdoc comments

Per Gap Feedback

25 Nov 21:52
Compare
Choose a tag to compare

per gap feedback entered via a popup form by clicking on the gap when editing

Added optionsaftertext and more behat testing

02 Jul 07:18
Compare
Choose a tag to compare

Optionsaftertext shows draggables after body of text. This means less scrolling on small screens. The second release of 1.95 is because of a switch from checking the version number to create the optionsaftertext field to checking for that tables existance. The previous version had caused errors in testing and I had not realised the cause.

Added optionsaftertext and more behat testing

02 Jul 06:38
Compare
Choose a tag to compare

Optionsaftertext shows draggables after body of text. This means less scrolling on small screens. The second release of 1.95 is because of a switch from checking the version number to create the optionsaftertext field to checking for that tables existance. The previous version had caused errors in testing and I had not realised the cause.

Added optionsaftertext and more behat testing

02 Jul 06:33
Compare
Choose a tag to compare

Optionsaftertext shows draggables after body of text. This means less scrolling on small screens.

Added prompt in mobile app saying Tap to select

27 Feb 15:51
Compare
Choose a tag to compare

This mimics the way core question types appear in mobile. CSS now makes the selection of answers clearer.

Added remote addon support for the Moodle mobile app

10 Feb 19:53
Compare
Choose a tag to compare

Added remote addon support for the Moodle mobile app. CSS to give indication of onfocus in text imput boxes, subtle change in background color on hover over draggables. Other CSS tweaks to size of input and draggables. Fixed #25 on github

CSS issues and moodle 3.2 readiness

23 Nov 10:07
Compare
Choose a tag to compare

CSS to improve dropdowns on chrome mobile, discard gaps in wrong answers which improves display in feedback for dropdowns. Removed setting of height in em in styles.css which was breaking the display on iOS.

Release confirms testing on Moodle 3.2 beta. No specific changes required for compatibility, just confirmation of testing.