. /** * Plugin basic info. * * @package mod_adaptivequiz * @copyright 2013 Remote-Learner {@link http://www.remote-learner.ca/} * @copyright 2022 onwards Vitaly Potenko * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2024041901; //version date of the MOODLE-401 branch from which it is forked with counter 01 $plugin->release = '2.3.6dev'; $plugin->maturity = MATURITY_ALPHA; $plugin->requires = 2022112800; $plugin->cron = 0; $plugin->component = 'mod_adaptivequiz';