. /** * Version information for the calculated question type. * * @package qbehaviour * @subpackage immediatecbm * @copyright 2011 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qbehaviour_immediatecbm'; $plugin->version = 2024042200; $plugin->requires = 2024041600; $plugin->dependencies = [ 'qbehaviour_immediatefeedback' => 2024041600, 'qbehaviour_deferredcbm' => 2024041600, ]; $plugin->maturity = MATURITY_STABLE;