STACK 2.0 format

Question formats ::: qformat_stack
Maintained by Christopher Sangwin, TimTim Hunt
Part of set STACK.
This format imports questions saved from STACK 2 servers.

STACK 2.0 format 3.0 release candidate 1 for Moodle 2.3+

Moodle 2.3
Released: Friday, 12 October 2012, 11:44 PM

STACK 2.0 question importer

This Moodle question import format can import questions exported from a STACK 2.0 system into Moodle with STACK 3.0 installed (https://github.com/maths/moodle-qtype_stack/). It was created by Matti Pauna and Chris Sangwin.

To install, either download the zip file, unzip it, and place it in the directory moodle\question\behaviour\stack. (You will need to rename the directory moodle-qformat_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/maths/moodle-qformat_stack.git question/format/stack

For full install instructions, see the STACK install instructions.

Version information

Version build number
2012101200
Version release name
3.0 release candidate 1 for Moodle 2.3+
Can be updated from
3.0 beta 1 for Moodle 2.3+ (2012070300)
Can be updated to
3.0 for Moodle 2.3+ (2013011100), 3.1 for Moodle 2.4+ (2013070900), 3.2 for Moodle 2.4+ (2014011500), 3.3 for Moodle 2.6+ (2014092500)
Maturity
Release candidate
MD5 Sum
fc0edf817fb62dd8df8efc78df6a96b7
Supported software
Moodle 2.3

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v3.0rc1

Default installation instructions for plugins of the type Question formats

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myformat") in the "question/format" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation