forked from moodleou/moodle-qtype_pmatchjme
-
Notifications
You must be signed in to change notification settings - Fork 0
alekiy/moodle-qtype_pmatchjme
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pattern match with JME editor question type This question type was created by Jamie Pratt, working for the Open University (http://www.open.ac.uk/). Students can draw a molecule using the JME editor. This is then graded by matching it against vaious model answers that are expressed using a sophisticated patten matching algorithm. See http://docs.moodle.org/dev/The_OU_PMatch_algorithm This question type is compatible with Moodle 2.1+ (MOODLE_21_STABLE branch) or 2.2+ (master branch). This question type requires that the pmatch question type https://github.com/moodleou/moodle-qtype_pmatch/ to be installed in order to work. 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/moodleou/moodle-qtype_pmatchjme.git question/type/pmatchjme echo '/question/type/pmatchjme' >> .git/info/exclude 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/moodleou/moodle-qtype_pmatchjme.git question/type/pmatchjme echo '/question/type/pmatchjme' >> .git/info/exclude Alternatively, download the zip from https://github.com/moodleou/moodle-qtype_pmatchjme/zipball/master Unzip it into the question/type folder, and then rename the new folder to pmatchjme. You also need a copy of the JME molecule editor. http://www.molinspiration.com/jme/getjme.html explains how to get a copy: Copy JME.jar to question/type/pmatchjme/jme/
About
Moodle pmatch question type with jme molecular editor
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 100.0%