-
Notifications
You must be signed in to change notification settings - Fork 17
/
README.TXT
22 lines (13 loc) · 1.1 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Regexp question type plugin for Moodle by Joseph Rézeau and Jean-Michel Vedrine
This question type (for the Moodle quiz module) aims at a more advanced system of student's response analysis, through the use of regular expresssions. The new question type is an extension of the SHORTANSWER type. It can be used on its own and can also be incorporated into the existing Cloze (embedded) question type (see DOCUMENTATION).
***IMPORTANT***
If you want to take full advantage of the regexp question *Help* feature, which allows the student to "buy" a letter, you'll have to install 2 more plugins on your moodle installation. Those plugins are 2 question behaviours, located at:
https://github.com/rezeau/moodle-qbehaviour_regexpadaptivewithhelp
and
https://github.com/rezeau/moodle-qbehaviour_regexpadaptivewithhelpnopenalty
OR download from moodle's plugin repository, at http://moodle.org/plugins/browse.php?list=category&id=31
Download both and install to your <moodle>/question/behaviour/ folder.
DOCUMENTATION
http://docs.moodle.org/en/Regular_Expression_Short-Answer_question_type
CONTACT
moodle@rezeau.org