Moodle Plugins directory: Newman Projections | Moodle.org
Newman Projections
Question types ::: qtype_easyonewman
Maintained by
Carl LeBlond
Part of set EasyOChem.
Drag and drop question in which students build Newman projections. Tests students knowledge of drawing and interpreting Newman Projections.
Latest release:
11 sites
1 downloads
3 fans
Current versions available: 1
Overview
This software is no longer maintained and has been superseded by the OpenOChem LTI Assessment System.
Drag and drop question that tests students knowledge of drawing and interpreting Newman Projections. Ask question such as;
- Draw (S)-butan-2-ol looking up its C2-C3 bond?
- Draw the most stable conformation of 2-methylbutane?
EasyONewman supports staggered and eclipsed conformations as well as options for setting the conformations and perspective.
Features
- Interactive - students drag and drop to construct Newman projections.
- Staggered and eclipsed conformations.
- Settings for conformation and perspective.
License
This plugin adopts the same license that Moodle does.
Authors
This plugin was developed by Carl LeBlond at the Indiana University of Pennsylvania (IUP).
Examples
Example questions are provided as a Moodle xml file in the examples folder.
Contributors
Carl LeBlond (Lead maintainer)
Please login to view contributors details and/or to contact them
I was successfully able to install the plugin and it appears to function as expected. Hence, I am going to approve this plugin.
I noticed that the copyright in version.php references a previous author. It is preferred that all of the files that you have modified for this plugin have your name listed (or added) as the copyright holder.
The code check shows:
Files found: 16
question/type/easyonewman/lib.php - 1 error(s) and 0 warning(s)
question/type/easyonewman/renderer.php - 1 error(s) and 0 warning(s)
question/type/easyonewman/question.php - 1 error(s) and 0 warning(s)
question/type/easyonewman/lang/en/qtype_easyonewman.php - 1 error(s) and 0 warning(s)
question/type/easyonewman/styles.css
question/type/easyonewman/edit_easyonewman_form.php - 1 error(s) and 0 warning(s)
question/type/easyonewman/template_update.php - 1 error(s) and 0 warning(s)
question/type/easyonewman/backup/moodle2/backup_qtype_easyomech_plugin.class.php - 1 error(s) and 0 warning(s)
question/type/easyonewman/backup/moodle2/restore_qtype_easyomech_plugin.class.php - 1 error(s) and 0 warning(s)
question/type/easyonewman/db/upgradelib.php - 1 error(s) and 0 warning(s)
question/type/easyonewman/version.php - 1 error(s) and 0 warning(s)
question/type/easyonewman/module.js
question/type/easyonewman/easyonewman_script.js
question/type/easyonewman/questiontype.php - 1 error(s) and 0 warning(s)
question/type/easyonewman/newman_dragable.html
question/type/easyonewman/README.txt
Total: 11 error(s) and 0 warning(s)
Again, these are just the 5.4 default timezone messages. Peace - Anthony
Alice
The styles.css file has the rule
div[id*='dme'] {background-image: url([[pix:qtype_easyonewman|me]]);}
But that selector also finds the background in the group addmembers page, that get filled with methyl groups.
Just changing the selector to
#draggable div[id*='dme'] {background-image: url([[pix:qtype_easyonewman|me]]);}
avoid conflicting issues