STACK from github

STACK from github

by Benedikt Köhler -
Number of replies: 0

Hi,


for some reason I upgraded my STACK version. Under Moodle 3.5 


The previous STACK version was the latest from Moodle.org:


defined('MOODLE_INTERNAL') || die();


$plugin->version   = 2018080600;

$plugin->requires  = 2014051200;

$plugin->cron      = 0;

$plugin->component = 'qtype_stack';

$plugin->maturity  = MATURITY_STABLE;

$plugin->release   = '4.2.1 for Moodle 3.0+';


$plugin->dependencies = array(

    'qbehaviour_adaptivemultipart'     => 2018080600,

    'qbehaviour_dfexplicitvaildate'    => 2018080600,

    'qbehaviour_dfcbmexplicitvaildate' => 2018080600,

);



now I downloaded the latest version of the STACK-Plugin from 

github:




defined('MOODLE_INTERNAL') || die();


$plugin->version   = 2019052700;

$plugin->requires  = 2015111600;

$plugin->cron      = 0;

$plugin->component = 'qtype_stack';

$plugin->maturity  = MATURITY_STABLE;

$plugin->release   = '4.2.1 for Moodle 3.0+';


$plugin->dependencies = array(

    'qbehaviour_adaptivemultipart'     => 2018080600,

    'qbehaviour_dfexplicitvaildate'    => 2018080600,

    'qbehaviour_dfcbmexplicitvaildate' => 2018080600,

);

(END)




So I've installed the latest version of the STACK-Plugin from github.

However, when I run the healthscript I get error messages . Please see attachment.

upgrde

When trying to evaluate the CAS text. E.G I get

"CASText failed validation. CAS failed to return any evaluated expressions. Please check your connection with the CAS."


Can I use the latest version of the STACK-plugin with Moodle 3.5 ? 


Whats wrong / missing here ?


Best 

Ben


Average of ratings: -