Structure match with editor question type
From MoodleDocs
Structure match with editor question type | |
---|---|
Type | question type |
Downloads | https://moodle.org/plugins/view.php?plugin=qtype_fwstructmatch |
Issues | https://github.com/fredrikw/fwstructmatch/issues |
Discussion | https://moodle.org/plugins/view.php?plugin=qtype_fwstructmatch |
Maintainer(s) | 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).
Installation
- Install into the moodle/question/type folder
- OpenBabel needs to be installed (in /usr/local/bin/obabel) or else the code needs amending in question.php.