Gapfill icon

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
Price option: Free

Supports Moodle 2.1-5.2 See all versions
Latest release: 3 months ago
Installations: 4370
Downloads (last 90 days): 980

Frankenstyle name: qtype_gapfill
Question types

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

No, It does not do that.
When students work with the test they have to see in the gaps one of the possible answer - for example comma. And when they click on this gap (with the comma) the drop-down menu have to show another possibility - for example space without comma. They have to decide which of the answers is right (is there comma in the text or not). I hope that I managed to explain my problem. Thank you very much.
Avalsinay Ava I don't understand your question. What do you mean by visualized by default in the gaps?
Hello, I have to do grammar test with gaps, that are with drop-down menu and the first answer has to be vizualized by default in the gaps. This test is about punctuation rules and students have to choose from space or comma. Can you help me?
Now work fine when Disable Regex
I tried but it doesn't show correctly the results in Greek. In English, however, work fine.
I just tried your example against Moodle 2.6 and the latest version of the source from github ( https://github.com/marcusgreen/moodle-qtype_gapfill/tree/gapfill_1.3) and it worked correctly for me in both dragdrop and dropdown mode. Can you confirm you are using the 1.3 code as in that URL?
In Moodle 2.6 (Build: 20131118)
Place this text and try to do.
"Εδώ ο [εκπαιδευτής] κάνει μια ερώτηση και καθορίζει μια επιλογή από πολλαπλές απαντήσεις. Αυτό μπορεί να είναι χρήσιμο σαν μια γρήγορη δημοσκόπηση για να [διεγείρετε] τη σκέψη πάνω σε ένα θέμα, για να επιτρέψετε στους μαθητές της τάξης να ψηφίσουν για το πως θα συνεχιστεί το μάθημα ή για να συλλέξετε ερευνητικά δεδομένα."
argy ar, you will need to provide more information that that
When i create a question in greek the correct answers show that they are wrong. When I create a question in English then show that is correct.
argy ar, I don't understand your question
Supports Greek because when using Greek characters not showing correctly the results.
Could you give a pointer or two on how to modify the drag and drop into text plugin. A contrived example of what we need is below.
From the words below drag and drop the 5 C reserved words into the table below listed 1 to 5.
[struct] [sqr] [finally] [goto] [instanceof] [sizeof] [Int] [continue][break] [Auto]
Target table to drag to:
------------------------------------
¦ 1 ¦ ¦
------------------------------------
¦ 2 ¦ ¦
------------------------------------
¦ 3 ¦ ¦
------------------------------------
¦ 4 ¦ ¦
------------------------------------
¦ 5 ¦ ¦
------------------------------------
Notes: the square brackets here indicate that they are draggable (not to be confused with the plugin markup system of double square brackets) such that [struct] can be dragged to any of the infinite group markers. So [struct] can be place to the right of ¦ 1 ¦ , ¦ 2 ¦, ¦ 3 ¦ , ¦ 4 ¦ or ¦ 5 ¦
What we need is to be able to specify a draggable item as n, n+1, . . . rather than just n. Simpler method may be to assume no shuffle on the questions and on post of the form sort the hidden target fields that match the order of the draggable words. So for example the correct answers struct, goto, sizeof, break can be dragged to any position to the right of 1, 2, 3, 4, 5 in any order and then needs to be sorted on post. An example answer would be
------------------------------------
¦ 1 ¦ break ¦
------------------------------------
¦ 2 ¦ struct ¦
------------------------------------
¦ 3 ¦ continue ¦
------------------------------------
¦ 4 ¦ sizeof ¦
------------------------------------
¦ 5 ¦ goto ¦
------------------------------------
To mark these as correct would mean sorting the answers to become
------------------------------------
¦ 1 ¦ struct ¦
------------------------------------
¦ 2 ¦ goto ¦
------------------------------------
¦ 3 ¦ sizeof ¦
------------------------------------
¦ 4 ¦ continue ¦
------------------------------------
¦ 5 ¦ break ¦
------------------------------------
Thanks
Hi, Marcus
You need to fix an error in install.xml, string 24: It will be correct as REFFIELDS="id"
Sounds good, Marcus. If you need a guinea pig, let me know.