Gapfill
Maintained by
Marcus Green
Cloze (fill in the blanks) question type with VERY simple question creation syntax. Can do drag drop, dropdowns or gapfill questions
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
https://github.com/marcusgreen/moodle-qtype_gapfill/blob/gapfill_1.5/releasenotes15.txt
Cheers,
Nick
I upgraded to version 2.6.2 moodle platform , so I had to also update multiple plugins that required it . When upgrading to version qtype_gapfill modulo 2006082512 dated January 2014, has jumped me an error when launching the upgrade.php giving the following error:
Debug info : ERROR : syntax error at or near " af"
LINE 1 ... tion_gapfill add noduplicates tinuint column ( 1) default 1 af
ter casesensitive
I've gotten into the code , specifically within the fochero .. / db / upgrade.php and have seen the following:
1 - There are built SQL so erroneous , so it will not cut requires an SQL statement with a carriage return , because PHP does not know if interpreted as the continuation of the SQL string.
2 - when making one alter the table by adding fields , gives error on some points because the table " question_gapfill " previous versions and has some columns that you want to add .
Review the code for this part of the module .
Thank you very much and best regards
https://github.com/marcusgreen/moodle-qtype_gapfill/wiki
I also saw your demo at Moot14 and was very impressed. We're not allowed to install anything non-core unless confident the maintenance cycle will continue to stay ahead of our institutional upgrades by at least 1 version. If this became core it would solve our issue - but other than that happening is there any reassurance you can offer?
Thanks, Gordon.
https://github.com/marcusgreen/moodle-qtype_gapfill/blob/gapfill_1.4/dragdrop.js
Where it says display:none
dragdrop.js
How i mean that? When i drag and drop a word in a box that word should stop appear in the top with all the other words. Is there any possibility or suggestion for customizing the code?