MDL-47494 ddimageortext: NOBUG new README.txt for new question type ddimagetoimage - Darg and Drop Image

to Image. I forked the existing ddwtos question type which has a lot in common
with this new question type to give me a quick start setting up the needed
infrastructure for a Moodle question type plug in.
This commit is contained in:
Jamie Pratt
2011-06-21 19:37:24 +07:00
parent a8448b3f79
commit 339481f106
+6 -11
View File
@@ -1,23 +1,18 @@
Drag-and-drop, words to sentences question type
A drag-and-drop, images to images question type
This question type requires that gapselect question type
https://github.com/timhunt/moodle-qtype_gapselect/
to be installed in order to work.
This question type was originally the work of Mahmoud Kassaei at
the Open University (http://www.open.ac.uk/).
It was updated to work with the Moodle 2.1 question engine by Tim Hunt.
It was then refactored extenstively by Jamie Pratt (http://jamiep.org/)
as part of creating the gapselect question type.
This question type was written by Jamie Pratt (http://jamiep.org/).
This question type is compatible with Moodle 2.1+.
To install using git, type this command in the root of your Moodle install
git clone git://github.com/timhunt/moodle-qtype_ddwtos.git question/type/ddwtos
Then add question/type/ddwtosto your git ignore.
git clone git://github.com/jamiepratt/moodle-qtype_ddimagetoimage.git question/type/ddimagetoimage
Then add question/type/ddimagetoimage to your git ignore.
Alternatively, download the zip from
https://github.com/timhunt/moodle-qtype_ddwtos/zipball/master
https://github.com/jamiepratt/moodle-qtype_ddimagetoimage/zipball/master
unzip it into the question/type folder, and then rename the new folder to
ddwtos.
ddimagetoimage.