. /** * Version information for the multi-answer question type. * * @package qtype * @subpackage multianswer * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_multianswer'; $plugin->version = 2011102700; $plugin->requires = 2011102700; $plugin->dependencies = array( 'qtype_multichoice' => 2011102700, 'qtype_numerical' => 2011102700, 'qtype_shortanswer' => 2011102700, ); $plugin->maturity = MATURITY_STABLE;