芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/question/type/ddmarker/version.php
. /** * Version information for the drag-and-drop markers question type. * * @package qtype_ddmarker * @copyright 2012 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2019052000; $plugin->requires = 2019051100; $plugin->component = 'qtype_ddmarker'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( 'qtype_gapselect' => 2019051100, 'qtype_ddimageortext' => 2019051100, );