MOODLE ALGEBRA QUESTION TYPE ---------------------------- Created by Roger Moore ### Original readme by Roger Moore These files implement a algebra based question type for Moodle. The code has been tested and used for a large, introductory physics course (~120 students) at the University of Alberta for several terms now and is stable and suitable for use in a production environment. The code is all released under the GPL V3. Please send any bugs, comments, suggestions for new features etc. to me. Enjoy, Roger Moore ### Additional readme Updated to Moodle 2.0 by Stefan Raffeiner Updated to Moodle 2.1 by Jean-Michel Védrine This plugin is now maintained by Jean-Michel Védrine. This version is upgraded to work with Moodle 3.0 and ulteriors versions. It has been tested with Moodle versions up to 3.7. For support use the Moodle quiz forum at https://moodle.org/mod/forum/view.php?id=737 ### Installation and set-up #### Install from the Moodle plugins database https://moodle.org/plugins/qtype_algebra #### Install using git To install using git, type these commands in the root of your Moodle install: git clone https://github.com/jmvedrine/moodle-qtype_algebra.git question/type/algebra echo '/question/type/algebra/' >> .git/info/exclude Then run the moodle update process Site administration > Notifications Enjoy. Jean-Michel Védrine WARNING : I am now retired and I stopped all Moodle related activities. This repository is here just for history and this work is not maintained any more. Feel free to fork it and modify it to suit your needs or improve compatibility with recent Moodle versions. Additionally you can consider contacting the Moodle team and become the new maintainer of this plugin. Thanks