
Drag-and-Drop Matching
Question types ::: qtype_ddmatch
Maintained by
DualCube Team
Question type similar to the matching question type but with a drag and drop interface for the students during attempt.
Latest release:
3518 sites
829 downloads
81 fans
Moodle 3.5, 3.6, 3.7, 3.8, 3.9
Created by Adriane Boyd during 2007 Google Summer Of Code, the drag and drop matching question type is quite similar to the matching question type found in standard Moodle, differences are:
- during question creation/edition of drag and drop matching questions, an editor is available for each answer (in standard matching question this is not possible because these elements are displayed inside a select menu during question attempts)
- during question attempts a drag and drop interface is displayed and the student must drag each right element on the correct spot on the left.
Sets
This plugin is part of set Seeking new maintainer.
Useful links
Contributors
DualCube Team (Lead maintainer)
Jean-Michel Védrine: Previous maintainer
Adriane Boyd: Original author
Andrew Nicols: Javascript upgrade to YUI3
Please login to view contributors details and/or to contact them
2020041500 is the latest build number. Thank you.
.jsenabled .visibleifjs{display:inline-block !important; margin-bottom:10px;}
...relocates the activity chooser link displayed on a course page when editing is switched on to the left-hand side of the page. If possible, please could you provide a fix asap. Many thanks!
The new update should fix the issues. Please check now.
Thank you.
Cheers!
The pleasure is all mine. Your satisfaction is our reward.
Thank you.
Cheers!
Thank you.
tr {
word-break: break-all;
}
...apply a word break rule to the headers of all tables across Moodle. If possible, please could you provide a fix asap. Many thanks!
Thanks
...just a quick note to inform anyone that runs into this problem prior to the issue being fixed, removing the offending code from the styles.css file (below) and clearing your site cache, will return all headers to their 'normal' state.
tr {
word-break: break-all;
}
Regards
P.S. Actually, the following may be more appropriate:
.ddmatch tr {
word-break: break-all;
}
Regards
p, .text {
font-size: 15px !Important;
word-break: break-word;
line-height: 20px;
color: #333;
}
...cause many instances of text across our Moodle site to be rendered incorrectly (in terms of size, colour, etc.). If possible, please could you provide a fix asap. Many thanks!
Please update your plugin.. we fixed this issue on our last update.
Thank you.