aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2019-04-27 16:34:01 +0200
committerJean-Michel Vedrine <vedrine@vedrine.org>2019-04-27 16:34:01 +0200
commited4bda72b4c043b0d7c8a96c52f915d65f5fa88e (patch)
treeee6c603699474fa4963a3269aeb2a9d3ed0df185 /README.md
parent6bb88b0306af8691ae7e4f6545b9e9ebd0520acf (diff)
Update readmle
Diffstat (limited to 'README.md')
-rw-r--r--README.md56
1 files changed, 56 insertions, 0 deletions
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 <rwmoore@ualberta.ca>
+
+ADDITIONAL README
+
+Updated to Moodle 2.0 by Stefan Raffeiner <stefan.raffeiner@gmail.com>
+Updated to Moodle 2.1 by Jean-Michel Védrine <vedrine@univ-st-etienne.fr>
+
+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