Moodle Plugins directory: Pattern match with molecular editor: Versions: 1.3 for Moodle 2.5+ | Moodle.org
Pattern match with molecular editor
Pattern match with molecular editor 1.3 for Moodle 2.5+
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 has been available since Moodle 2.3+. This version is compatible with Moodle 2.5+.
This question type requires that the pmatch question type https://github.com/moodleou/moodle-qtype_pmatch/ to be installed in order to work. It also requires the JME molecule editor. http://www.molinspiration.com/jme/getjme.html explains how to get a copy.
This question type should be installed like any other Moodle add-on. See http://docs.moodle.org/25/en/Installing_add-ons. After you have installed the code, you need to manually copy JME.jar (see above) to question/type/pmatchjme/jme/ folder.
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_pmatchjme.git question/type/pmatchjme
echo '/question/type/pmatchjme/' >> .git/info/exclude
git clone git://github.com/moodleou/moodle-qtype_pmatch.git question/type/pmatch
echo /question/type/pmatch/ >> .git/info/exclude
Version information
- Version build number
- 2013070100
- Version release name
- 1.3 for Moodle 2.5+
- Can be updated from
- 1.0 (2011120901), 1.0 (2011120901), 1.1 for Moodle 2.1 (2012081600), 1.1 for Moodle 2.2 (2012081600), 1.1 for Moodle 2.3+ (2012081600), 1.2 for Moodle 2.3+ (2013021200)
- Can be updated to
- 1.4 for Moodle 2.5+ (2014072800), 1.5 for Moodle 2.6+ (2014111200)
- Maturity
- Stable version
- MD5 Sum
- b504a71e625e0eac0d1b70518cf11707
- Supported software
- Moodle 2.5, Moodle 2.6, Moodle 2.7
- The more recent release 1.4 for Moodle 2.5+ (2014072800) exists for Moodle 2.5
- The more recent release 1.6 for Moodle 2.6+ (2015051000) exists for Moodle 2.6
- The more recent release 1.6 for Moodle 2.6+ (2015051000) exists for Moodle 2.7
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
- VCS tag
- v1.3
Default installation instructions for plugins of the type Question types
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
- Visit http://yoursite.com/admin to finish the installation