Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Structure match with editor question type.

Structure match with editor question type: Difference between revisions

From MoodleDocs
m (added link to spanish translation of page)
 
Line 20: Line 20:
[[Category:Contributed code]]
[[Category:Contributed code]]
[[Category:Chemistry]]
[[Category:Chemistry]]
[[es:Tipo de pregunta coincidencia de estructura con editor]]

Latest revision as of 19:06, 15 September 2014

  • 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.