. /** * Version information for the calculated question type. * * @package qbehaviour * @subpackage interactivecountback * @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_interactivecountback'; $plugin->version = 2023100900; $plugin->requires = 2023100400; $plugin->dependencies = [ 'qbehaviour_interactive' => 2023100400, ]; $plugin->maturity = MATURITY_STABLE;