1 Drag-and-drop, words to sentences question type
3 This question type requires that gapselect question type
4 https://github.com/timhunt/moodle-qtype_gapselect/
5 to be installed in order to work.
7 This question type was originally the work of Mahmoud Kassaei at
8 the Open University (http://www.open.ac.uk/).
9 It was updated to work with the Moodle 2.1 question engine by Tim Hunt.
10 It was then refactored extenstively by Jamie Pratt (http://jamiep.org/)
11 as part of creating the gapselect question type.
14 This question type is compatible with Moodle 2.1+.
16 To install using git, type this command in the root of your Moodle install
17 git clone git://github.com/timhunt/moodle-qtype_ddwtos.git question/type/ddwtos
18 Then add question/type/ddwtosto your git ignore.
20 Alternatively, download the zip from
21 https://github.com/timhunt/moodle-qtype_ddwtos/zipball/master
22 unzip it into the question/type folder, and then rename the new folder to
26 Note that, if you put superscripts and subscripts in your drag boxes, then there
27 is a weird layout bug with web browsers that means the boxes will not line up.
28 You can solve this by putting something like this in your theme CSS:
30 * Superscript and subscript: don't use default styling, it does weird things to
31 * line height. This fix comes from https://github.com/necolas/normalize.css
37 vertical-align: baseline;