aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7f77ea816b40a781428938a8da33683698b75aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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 <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 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