Closed sfleussu closed 3 years ago
Thank you Serge, I will investigate. Excellent detailed report. I asked for you to post here because it is hard to track the issues on the moodle org plugins site. The error will be somewhere in the renderer.php file and is probably related to a missing closing div. Could be a delay before I get to look at in detail but I will keep you informed.
I have just reproduced at the first attempt. That slightly surprised me as I assumed it was a slightly edge condition as I am constantly creating quizzes and playing with it. I spent a chunk of time this last weekend creating new questions and experimenting with it. I am trying to think how I could create an automated test for it (once I work out the source of the problem). Anyway I will spend some time on it as soon as I can.
I have partly confirmed my suspicions, if I check the options after text checkbox the issue goes away. I will work on a fix and a test to it both solves the problem and ensures it does not come back in a future version.
I have done some more work on this and I now have what I believe is a fix and an automated test should ensure this does not happen with future code changes. Will update when I have done some more work.
I did some additional testing (including with the mobile app), have run all the automated tests, including the one that specifically tests for this issue and released a new version to the plugins database Gapfill 2.132 https://moodle.org/plugins/qtype_gapfill/2.132/24837 This matches this tag in Github. https://github.com/marcusgreen/moodle-qtype_gapfill/releases/tag/v2.132 Please test and confirm it addresses the issue for you.
Sorry for answer delay. Thanks for the fix. No more issue for me.
Hello Marcus,
The Moodle blocks appear under the question when using gapfill question type.
To reproduce
Screen shots
In version 2.10
In version 2.131
Expected behavior
In new version of qtype_gapfill, the display should be the same as in version 2.10 (for blocks on the right).
Desktop :
Remarks
The display is similar to issue https://github.com/marcusgreen/moodle-qtype_gapfill/issues/62