. /** * Version information for the calculated question type. * * @package qbehaviour * @subpackage deferredcbm * @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_deferredcbm'; $plugin->version = 2011102700; $plugin->requires = 2011102700; $plugin->dependencies = array( 'qbehaviour_deferredfeedback' => 2011102700 ); $plugin->maturity = MATURITY_STABLE;