MDL-47494 ddimageortext: NOBUG updating installations instruction with moodleou repo url
This commit is contained in:
@@ -2,7 +2,7 @@ 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/timhunt/moodle-qtype_gapselect/
|
||||
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/).
|
||||
@@ -12,16 +12,16 @@ This question type is compatible with Moodle 2.1+ (MOODLE_21_STABLE branch) or 2
|
||||
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/jamiepratt/moodle-qtype_ddimageortext.git question/type/ddimageortext
|
||||
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/jamiepratt/moodle-qtype_ddimageortext.git question/type/ddimageortext
|
||||
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/jamiepratt/moodle-qtype_ddimageortext/zipball/master
|
||||
Moodle 2.1+ - https://github.com/jamiepratt/moodle-qtype_ddimageortext/zipball/MOODLE_21_STABLE
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user