Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 926 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 926 Bytes

Draw lines question type (qtype_drawlines)

A Draw lines question type for Moodle.

This question type helps in creating questions where the respondent are required to position a line or lines on a background image with or without directionality. The respondent can contol a line by two markers dragged and dropped onto the background image.

Note: This question type is not accessible to users who are visually impaired.

Installation and set-up

Install from the plugins database

Install from the Moodle plugins database https://moodle.org/plugins/qtype_drawlines in the normal way.

Install using git

Or you can install using git. Type this commands in the root of your Moodle install

git clone https://github.com/moodleou/moodle-qtype_drawlines.git question/type/drawlines
echo /question/type/drawlines/ >> .git/info/exclude

Then run the Moodle update process Site administration > Notifications