Releases: marcusgreen/moodle-qtype_gapfill
Letter hints feature
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
Mainly a bugfix where MS SQL server installations would not create the gapfill settings table. Improvements to phpdoc comments
MS SQL server update bugfix
Mainly a bugfix where MS SQL server installations would not create the gapfill settings table. Improvements to phpdoc comments
Per Gap Feedback
per gap feedback entered via a popup form by clicking on the gap when editing
Added optionsaftertext and more behat testing
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
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
Optionsaftertext shows draggables after body of text. This means less scrolling on small screens.
Added prompt in mobile app saying Tap to select
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
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
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.