Gapfill

Question types ::: qtype_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
Latest release:
4073 sites
1k downloads
110 fans
Current versions available: 11

As discussed in the Moodle Forum

https://moodle.org/mod/forum/discuss.php?d=203802

Contribute translations for other languages

For custom development and consultancy contact Moodle Partner Catalyst EU (https://www.catalyst-eu.net/).


For any questions please post here
https://github.com/marcusgreen/moodle-qtype_gapfill/issues

Screenshots

Screenshot #0
Screenshot #1

Contributors

Marcus Green (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • julia bonnin
    Mon, 26 Oct 2020, 7:13 PM
    Yes it's this issue. Thanks a lot for your work.
  • Marcus Green
    Mon, 26 Oct 2020, 7:17 PM
    My apologies for this error, and thank you for your feedback. I hope to release the updated version within the next 24 hours.
  • Hoang Linh
    Wed, 28 Oct 2020, 9:13 AM
    "Instead of dragging answers into gaps, the answer will be clicked to select and then a gap will be clicked to drop into"

    I can do this on mobile phone browser
  • Marcus Green
    Thu, 29 Oct 2020, 12:38 AM
    That is how it works on the mobile app and I considered modifying the browser version to do the same but decided it was more work than I wanted to do.
  • Deny Supanji
    Fri, 2 Apr 2021, 7:12 AM
    Hi, i really love this plugin, powerful and easy to use. But can gapfil disable the typing feature on asnwer column of the drag and drop mode? so the student only can do drag and drop to the column and not typing the answer in there
    thank you
  • Marcus Green
    Fri, 2 Apr 2021, 7:46 AM
    There is no current capability to do that. It might be possible to do it with CSS, but I have not current plans to do that, partly for accessibility for reasons.
  • Marcus Green
    Fri, 2 Apr 2021, 7:53 AM
    My first wild guess would be to add pointer-events: none; in the CSS file like this. But it might break other bits.
    .que.gapfill input.droptarget {
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    }
  • Deny Supanji
    Sun, 4 Apr 2021, 8:17 AM
    .que.gapfill input.droptarget {
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    }
    it's works on drag and drop without breaking gapfill and dropdown type! thank you so much, Marcus Green
  • Marcus Green
    Mon, 5 Apr 2021, 5:21 PM
    Thank you for that, I have added a note to the documentation https://docs.moodle.org/310/en/Gapfill_question_type#Prevent_typing_into_gaps
  • Deny Supanji
    Mon, 5 Apr 2021, 5:40 PM
    thank you so much
    i have a question
    the input character ' on gapfil or on short answer moodle always become a problem
    for example word : can't
    if student typing can't from mobile phone, the result always incorrect
    but if student answer from the laptop or computer the word can't always correct
    is that a bug on moodle on character ' ?
  • Marcus Green
    Mon, 5 Apr 2021, 5:58 PM
    I'don't know. When you say on a mobile phone, do you mean a mobile browser or from the app?
  • Deny Supanji
    Mon, 5 Apr 2021, 6:18 PM
    Yes, the student using mobile browser, not the moodle app. I also check myself and it's true, moodle reads ' differently based from laptop/computer and mobile browser.. so it's hard for teacher to give short answer question on English subjects for the student
  • Marcus Green
    Mon, 5 Apr 2021, 7:44 PM
    Can you email me directly at marcusavgreen at gmail dot com
  • Serge Fleussu
    Mon, 26 July 2021, 7:51 PM
    Hello Marcus,
    I'm having the same trouble mentionned in https://github.com/marcusgreen/moodle-qtype_gapfill/issues/62 with version 2.131 on Moodle LMS 3.10. I tested on a brand new 3.10 installation : using 2.10 is OK but when upgrading to 2.131, the display is not correct : navigation, administration... blocks are displayed in the bottom instead of the right panel.
    Thanks.
    Serge
  • Marcus Green
    Mon, 26 July 2021, 8:15 PM
    Hi Serge can you open a ticket here
    https://github.com/marcusgreen/moodle-qtype_gapfill/issues
    And can you confirm if the issue changes if you switch between options after text and confirm it happens with a core theme (e.g. Boost)
Please login to post comments