Moodle Plugins directory: Structure match with editor: Versions: 0.8 | Moodle.org
Structure match with editor
Question types ::: qtype_fwstructmatch
Maintained by
Fredrik Wallner
A question type that is answered by drawing a structure in the ChemDoodle Web Sketcher. The drawing is converted to InChI and compared to the given answer(s).
The teacher can give multiple correct or semi-correct answers.
Requires OpenBabel to be installed (in /usr/local/bin/obabel or else the code needs amending in question.php).
Structure match with editor 0.8
Moodle 2.4, 2.5, 2.6
Released: Thursday, 9 January 2014, 6:26 PM
fwstructmatch
Plugin to Moodle to allow for question answered with chemical structure.
By installing this into the moodle/question/type folder you will get a new question type that is answered by drawing a structure in the ChemDoodle Web Sketcher. The drawing is converted to InChI and compared to the given answer(s). The teacher can give multiple correct or semi-correct answers.
The InChI conversion is performed with OpenBabel (http://www.openbabel.org) that needs to be installed (in /usr/local/bin/obabel or else the code needs amending in question.php).
Version information
- Version build number
- 2013030100
- Version release name
- 0.8
- Maturity
- Alpha
- MD5 Sum
- 4db901822c5043e6e2542d31a2a24912
- Supported software
- Moodle 2.4, Moodle 2.5, Moodle 2.6
- Latest release for Moodle 2.4
- Latest release for Moodle 2.5
- Latest release for Moodle 2.6
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
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