From ed4bda72b4c043b0d7c8a96c52f915d65f5fa88e Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sat, 27 Apr 2019 16:34:01 +0200 Subject: Update readmle --- README.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..2ea3f34 --- /dev/null +++ b/README.md @@ -0,0 +1,56 @@ +MOODLE ALGEBRA QUESTION TYPE +---------------------------- + +Created by Roger Moore + +ORIGINAL README BY ROGER MOORE: + +These files implement a algebra based question type for Moodle. +Installation instructions are found in the file INSTALL. + +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 2.8 and ulteriors versions. + +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. +Additionaly you can consider contacting the Moodle team and become the new maintainer of this lugin. Thanks -- cgit v1.2.3