forked from moodleou/moodle-qtype_pmatch
-
Notifications
You must be signed in to change notification settings - Fork 0
jacac/moodle-qtype_pmatch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pattern match question type This question type was created by Jamie Pratt, working for the Open University (http://www.open.ac.uk/). Students can enter a response of up to 20 words, which is then graded by matching it against vaious model answers expressed using a sophisticated patten matching algorithm. See http://docs.moodle.org/dev/The_OU_PMatch_algorithm This question type is has been available since Moodle 2.1+. This version is compatible with Moodle 2.5+. You will want to install superscript/subscript editor plugin (see https://github.com/moodleou/moodle-editor_supsub). This makes the superscript and subscript options in the question editing form. If the editor is not installed the question type can still be used but these options will not be available. This question type should be installed like any other Moodle add-on. See http://docs.moodle.org/25/en/Installing_add-ons. To install the question type using git, type this command in the root of your Moodle install git clone git://github.com/moodleou/moodle-qtype_pmatch.git question/type/pmatch echo /question/type/pmatch/ >> .git/info/exclude git clone git://github.com/moodleou/moodle-editor_supsub.git lib/editor/supsub echo /lib/editor/supsub/ >> .git/info/exclude
About
Pattern-match question type for Moodle
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 92.7%
- Gherkin 6.7%
- CSS 0.6%