Hi all,
I'm working on a drag and drop quiz in Moodle 3.8 with the Gapfill plugin. The quiz occasionally allows either one of two answers to be counted as correct, so I was really excited to see that Gapfill may solve the issue I was running into with the stock drag and drop question type (which didn't allow for more than one correct answer).
The issue is, when the same answer is used for another question that doesn't have the exact same answer option(s), a duplicate draggable answer is created.
My quiz example:
Question 1 [answer 1]
Question 2 [answer 2]
Question 3 [answer 1|answer 2]
Instead, I get 4 draggable answers:
Interestingly, this only seems to affect the drag and drop option. If I change the display to dropdown, duplicate answers do not show up in the list of possible options:
I originally thought it was an issue with a multi word answer, but it appears to work correctly if the exact same combination of "correct answers" is used. For instance, if my quiz were
Question 1 [answer 1|answer 2]
Would love to know if there's a workaround (without giving up the dragdrop display) or if it's a bug. Thank you!