-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ebd4b1c
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 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_drawline.git question/type/drawlines | ||
echo /question/type/drawlines/ >> .git/info/exclude | ||
|
||
Then run the Moodle update process | ||
Site administration > Notifications |