Moodle plugins directory: Drag and drop into text | Moodle.org
Drag and drop into text
Question types ::: qtype_ddwtos
Maintained by
Tim Hunt,
Jamie Pratt,
Mahmoud Kassaei,
Phil Butcher
A drag and drop question type where missing words have to be dragged into gaps in a paragraph of text.
Latest release:
77 sites
35 downloads
56 fans
Current versions available: 6
There are working examples in eAssessment with Moodle on our OpenLearn site.
The documentation is in How to create questions in Moodle on that site.
Demonstration of this question type courtesy of Dot Garman.
Sets
This plugin is part of set Open University.
Contributors
Tim Hunt (Lead maintainer)
Jamie Pratt: Developer
Mahmoud Kassaei: Developer
Phil Butcher: Question type designer
Colin Chambers: Developer
Please login to view contributors details and/or to contact them
In fact I've managed to include "blank answers" assigning the html code   to one of the items. It renders a blank square that can be dragged and dropped.
Is there an upgrade to 3+ foreseen?
Thank you!
--
MC
If we want to implement this behavior into the "drag and drop text questions" ourselves, where in the source code would be the appropriate place?
I could imagine to program my own question type "Drag Drop LATeX", which inherits from the existing D'n'D classes, but implements Javascript for MathJAX.
I am very grateful for any information.
Yours sincerely Achim
I think there is a race-condition between D'n'D javascript and MathJAX javascript.
I had a glance at ddwtos.js. There is a method "initializer" which calls "set_padding_sizes_all()".
My guess is, that, if LaTeX would be rendered before this method is called, everything should work fine.
Could anyone assist me here? I think this could be helpful for everyone developing mathematical/technical content!
Yours sincerly Achim
I cannot drag from my mobile it is scrolling the screen when trying to drag.
I can do this on mobile phone browser???
"Instead of dragging answers into gaps, the answer will be clicked to select and then a gap will be clicked to drop into"