Moodle Plugins directory: STACK 2.0 format: Versions: 3.1 for Moodle 2.4+ | Moodle.org
STACK 2.0 format
Question formats ::: qformat_stack
Maintained by
Christopher Sangwin,
Tim Hunt
Part of set STACK.
This format imports questions saved from STACK 2 servers.
STACK 2.0 format 3.1 for Moodle 2.4+
Moodle 2.4, 2.5
Released: сишәмбе 9 июль 2013, 22:14
# 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](https://github.com/maths/moodle-qformat_stack/zipball/master),
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](https://github.com/maths/moodle-qtype_stack/blob/master/doc/en/Installation/index.md).
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](https://github.com/maths/moodle-qformat_stack/zipball/master),
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](https://github.com/maths/moodle-qtype_stack/blob/master/doc/en/Installation/index.md).
Version information
- Version build number
- 2013070900
- Version release name
- 3.1 for Moodle 2.4+
- Can be updated from
- 3.0 beta 1 for Moodle 2.3+ (2012070300), 3.0 release candidate 1 for Moodle 2.3+ (2012101200), 3.0 for Moodle 2.3+ (2013011100)
- Can be updated to
- 3.2 for Moodle 2.4+ (2014011500), 3.3 for Moodle 2.6+ (2014092500)
- Maturity
- Stable version
- MD5 Sum
- a13664fca93c9f1f85cc3b8d7a542bdd
- Supported software
- Moodle 2.4, Moodle 2.5
- The more recent release 3.2 for Moodle 2.4+ (2014011500) exists for Moodle 2.4
- The more recent release 3.2 for Moodle 2.4+ (2014011500) exists for Moodle 2.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- STACK_30_STABLE
- VCS tag
- v3.1
Default installation instructions for plugins of the type Question formats
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myformat") in the "question/format" subdirectory.
- Visit http://yoursite.com/admin to finish the installation