Skip to content
Snippets Groups Projects
Commit 4af565a4 authored by Tim Hunt's avatar Tim Hunt
Browse files

Update the readme, and add a Credits page listing contributors.

parent 3fc346bc
Branches
Tags
No related merge requests found
Warning! Work in progress. Do not try to use this yet!
# STACK 3.0
To get this code, run
[STACK](doc/en/About/index.md) is an open-source system for computer-aided
assessment in Mathematics and related disciplines, with emphasis on formative
assessment.
git clone git://github.com/sangwinc/moodle-qtype_stack.git question/type/stack
STACK was created by [Chris Sangwin](http://web.mat.bham.ac.uk/C.J.Sangwin/) of
the University of Birmingham, and includes the work of
[other contributors](doc/en/About/Credits.md).
in the top level folder of your Moodle install.
## Warning
Stack 3.0 is currently under [active development](doc/en/Developer/Development_track.md).
It is not ready for real use, but please feel free to download it to try out.
It is now possible to install the question type, create and edit questions, and
preview them and use them in a quiz. There are, however, still many details to
get right.
## Documentation
The [documentation is here](doc/en/index.md), including the
[installation instructions](doc/en/Installation/index.md).
## License
Stack is Licensed under the [GNU General Public, License Version 3](COPYING.txt).
# Contributors to the STACK Project
_This list is currently incomplete_.
* Simon Hammond
* Jonathan Hart
* Ben Holmes
* [Tim Hunt](http://tjhunt.blogspot.co.uk/) of the Open University
* Matti Pauna
* [Chris Sangwin](http://web.mat.bham.ac.uk/C.J.Sangwin/) of
the University of Birmingham.
* Dan Williams
......@@ -78,7 +78,7 @@ STACK is a direct development of the CABLE project which ran at the University o
## Version 3.0
_Not yet released_. Target, September 2013.
_Not yet released_. Target, September 2012.
Major re-engineering of the code by the Open University, The University of Birmingham and the University of Helsinki. Reporting and documentation added by Ben Holmes.
......
......@@ -19,7 +19,7 @@ GNUPlot will install themselves in suitable directories.
STACK is a question type for the moodle quiz.
1. [Obtain the code](https://github.com/sangwinc/moodle-qtype_stack/zipball/master) and place this in the directory `moodle\question\type\stack`. (You may need to rename the directory `qtype_stack -> stack`)
1. Obtain the code. Either [download the zip file](https://github.com/sangwinc/moodle-qtype_stack/zipball/master), unzip it, and place it in the directory `moodle\question\type\stack`. (You will need to rename the directory `moodle-qtype_stack -> stack`.) Alternatively, get the code using git by running the following command in the top level folder of your Moodle install: `git clone git://github.com/sangwinc/moodle-qtype_stack.git question/type/stack`.
2. Login to Moodle as the admin user and click on Notifications in the Site Administration panel.
3. As the admin user, navigate to `Home > Site administration > Plugins > Question types > Stack`. Please choose and save the appropriate options.
4. On the same page, click on the link to the healthcheck script. This writes local configuration files and then helps you verify that all aspects of STACK are working properly.
......@@ -33,6 +33,3 @@ You should now have a question type available to the moodle quiz.
If you wish to import STACK 2 questions into STACK 3 you will need to install the STACK question format separately.
__This has not been completed yet, and the code is unavailable.__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment