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.
/* glow a little around the border */
.que.gapfill input.droptarget:hover, .que.gapfill input.droptarget:focus {
border: 1px solid #7bc1f7;
box-shadow: 0px 0px 8px #7bc1f7;
-moz-box-shadow: 0px 0px 8px #7bc1f7;
-webkit-box-shadow: 0px 0px 8px #7bc1f7;
}
Without ( .que.gapfill input.droptarget:focus ) that it was putting glow all over my site! currently you have a comma and then :focus { which puts your glow everywhere that has focus.
Chris
Thanks in advance.
https://github.com/marcusgreen/moodle-qtype_gapfill/wiki/Mobile-Testing
FYI Filter Multi-lang: https://moodle.org/plugins/filter_multilang2
Looking forward hearing from you soon
Thank you
Nicolas Dalpe
I saw that you have posted a message in Moodle forum asking about how gapfill question type can be integrated with quizzes in the Moodle mobile. https://moodle.org/mod/forum/discuss.php?d=334322. Could I know when you will release an updated version that can be integrated with the mobile app, please? Gapfill is a very useful question type and we have more than 4500 students using the Moodle mobile app in my institution. I am really looking forward to seeing gapfill can be used in Moodle mobile app.