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.
I'm creating a gap fill table with some questions accepting more than one answer and hence using the 'or' | operator. However, this creates huge gaps which ruin the proportions of the table. Is there anyway of getting round this? The gaps are fine if I only allow one answer, but way to big if I specify more than one.
Grateful for any help.
> gap fill: http://prntscr.com/56angx
> drag n drop: http://prntscr.com/56aobp
I am currently using the standard styles.css, but I also tried the bigstyles.css but with the same result.
Isn't there a quick fix to change the height of the answer field?
Thank you.
drag and drop looks like this: http://prntscr.com/55zwzs
and gap fill looks fine: http://prntscr.com/55zxfj
It started after the latest moodle 2.8 update! How can I fix this?
thank you.
The top of the file contained:
.que formulation{
so I added in the "gapfill" and now it works just for that question type.
That should work for now.
The ideal case would be to have it formatted as specified in the question, but this is a good work-around at this time.
Thanks again.
.que gapfill formulation{
font-size:xx-large;
}
Thanks for the file.
I've tested it and the choices are a bigger font which is good, but the question text has also gotten large - even for other types of questions where regular sized text is required.
It's just the choices (in the boxes) or drop-down that need to be bigger as we can adjust the font size of the question itself using the editor.
Even when the distraction words are formatted to be a larger font, and the correct answers in the main question is also formatted as large text, they seem to lose the formatting when being placed in the boxes or drop down. If it could work similar to the qtype_ddmatch that would be ideal.
Your time and help is much appreciated.