芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/question/type/calculatedmulti/version.php
. /** * Version information for the calculated multiple-choice question type. * * @package qtype * @subpackage calculatedmulti * @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_calculatedmulti'; $plugin->version = 2019052000; $plugin->requires = 2019051100; $plugin->dependencies = array( 'qtype_numerical' => 2019051100, 'qtype_calculated' => 2019051100, 'qtype_multichoice' => 2019051100, ); $plugin->maturity = MATURITY_STABLE;