Drag and drop markers

Question types ::: qtype_ddmarker
Maintained by TimTim Hunt, Jamie Pratt, Phil Butcher
Part of set Open University.
The student can drag markers to indicate key features on an image.

Drag and drop markers 1.0

Moodle 2.1
Released: Saturday, 11 February 2012, 12:28 AM
Drag-and-drop markers question type

You can use markers with text labels as drag items onto rectangular, and in
Moodle 2.2+ version circular and polygon defined drop zones on a background image.

This question type requires that gapselect question type
https://github.com/moodleou/moodle-qtype_ddimageortext/ and
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.1+ (MOODLE_21_STABLE branch) or
2.2+ (master branch).

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

git clone git://github.com/moodleou/moodle-qtype_ddmarker.git question/type/ddmarker

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_ddmarker.git question/type/ddmarker

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

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

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
MOODLE_21_STABLE

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