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

Badge this as the beta release.

parent dca6b5fa
No related branches found
No related tags found
No related merge requests found
......@@ -9,13 +9,14 @@ the University of Birmingham, and includes the work of
[other contributors](https://github.com/maths/moodle-qtype_stack/blob/master/doc/en/About/Credits.md).
## Warning
## Current state of development
Stack 3.0 is currently under
[active development](https://github.com/maths/moodle-qtype_stack/blob/master/doc/en/Developer/Development_track.md).
This code is intended only for use by developers, and early adopters wishing to help test the code.
Stack 3.0 is currently being beta tested. We would appreciate any help you can give
in testing that it works and reporting bugs at https://github.com/maths/moodle-qtype_stack/issues.
The [current state of development](https://github.com/maths/moodle-qtype_stack/blob/master/doc/en/Developer/Development_track.md)
is explain more fully in the [developer documentation](https://github.com/maths/moodle-qtype_stack/blob/master/doc/en/Developer/index.md).
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
......
......@@ -227,7 +227,7 @@ class stack_cas_session {
if (!$gotvalue) {
$errstr = stack_string("stackCas_failedReturn").' '.stack_maxima_format_casstring($cs->get_raw_casstring());
$cs->Add_errors($errstr);
$cs->add_errors($errstr);
$new_errors .= $errstr;
}
......
......@@ -28,7 +28,8 @@ $plugin->version = 2012070300;
$plugin->requires = 2012061800.00;
$plugin->cron = 0;
$plugin->component = 'qtype_stack';
$plugin->maturity = MATURITY_ALPHA;
$plugin->maturity = MATURITY_BETA;
$plugin->release = '3.0 beta 1 for Moodle 2.3+';
$plugin->dependencies = array(
'qbehaviour_adaptivemultipart' => 2012070200,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment