Drag and drop onto image

Question types ::: qtype_ddimageortext
Maintained by TimTim Hunt, Jamie Pratt, Phil Butcher
Part of set Open University.
As of Moodle 3.0, this question type is part of the standard Moodle release. That is why there is no plugin from Moodle 3.x. You don't need one!

Drag and drop onto image 1.2 for Moodle 2.3+

Moodle 2.3, 2.4
Released: Thursday, 14 March 2013, 10:43 PM
A drag-and-drop question type.

You can use text and / or images as drag items onto defined drop zones on a
background image.

This question type requires that gapselect question type
https://github.com/moodleou/moodle-qtype_gapselect/
to be installed in order to work.

This question type was written by Jamie Pratt (http://jamiep.org/).

This question type is compatible with Moodle 2.3+.

To install using git for a 2.3+ Moodle installation, type this command in the
root of your Moodle install:

git clone git://github.com/moodleou/moodle-qtype_ddimageortext.git question/type/ddimageortext

To install using git for a 2.1+ Moodle installation, type this command in the
root of your Moodle install:

git clone -b MOODLE_21_STABLE git://github.com/moodleou/moodle-qtype_ddimageortext.git question/type/ddimageortext

Then add question/type/ddimageortext to your git ignore.

Alternatively, download the zip from
Moodle 2.2+ - https://github.com/moodleou/moodle-qtype_ddimageortext/zipball/master
Moodle 2.1+ - https://github.com/moodleou/moodle-qtype_ddimageortext/zipball/MOODLE_21_STABLE
unzip it into the question/type folder, and then rename the new folder to ddimageortext.

Version information

Version build number
2013031400
Version release name
1.2 for Moodle 2.3+
Can be updated from
1.0 (2011051200), 1.0 (2011051200), 1.1 for Moodle 2.1 (2012081600), 1.1 for Moodle 2.2 (2012081600), 1.1 for Moodle 2.3+ (2012081600)
Can be updated to
1.3 for Moodle 2.5+ (2013070100), 1.4 for Moodle 2.5+ (2014010800), 1.5 for Moodle 2.5+ (2014042800), 1.6 for Moodle 2.6+ (2014111200)
Maturity
Stable version
MD5 Sum
683bdfdd2f182411f2a3fa482466025e
Supported software
Moodle 2.3, Moodle 2.4
  • Latest release for Moodle 2.3
  • Latest release for Moodle 2.4

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v1.2

Default installation instructions for plugins of the type Question types

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation