Regular expression short answer

Question types ::: qtype_regexp
Maintained by Joseph Rézeau, Nicolas Dunand
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. This 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.

Regular expression short answer 3.10.1 for Moodle 3.1-3.10

Moodle 3.10
Released: Thursday, 17 December 2020, 6:41 AM
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 /question/behaviour/ folder.

DOCUMENTATION

http://docs.moodle.org/en/Regular_Expression_Short-Answer_question_type

CONTACT

moodle@rezeau.org

Version information

Version build number
2020121600
Version release name
3.10.1 for Moodle 3.1-3.10
Can be updated to
3.11.0 for Moodle 3.1-3.11 (2021052300)
Maturity
Stable version
MD5 Sum
99844ad183e636db4c6f548c02b69e91
Supported software
Moodle 3.10

Version control information

Version control system (VCS)
GIT
VCS repository URL

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