MDL-27408 update all question and quiz plugin version.php files.

This commit is contained in:
Tim Hunt 2011-05-12 23:18:47 +01:00
parent ab6cb45b7b
commit d3bab68c78
18 changed files with 146 additions and 24 deletions

View File

@ -25,4 +25,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011021400;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -25,4 +25,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011021600; // The (date) version of this module
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -0,0 +1,29 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Quiz responses report version information.
*
* @package quiz
* @subpackage responses
* @copyright 2011 Tim Hunt
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -25,4 +25,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011021500;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -25,6 +25,6 @@
defined('MOODLE_INTERNAL') || die();
$module->version = 2011051250; // The (date) version of this module
$module->requires = 2011051212; // Requires this Moodle version
$module->cron = 0; // How often should cron check this module (seconds)?
$module->version = 2011051250;
$module->requires = 2011051212;
$module->cron = 0;

View File

@ -26,5 +26,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011020100;
$plugin->requires = 2011011200;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -0,0 +1,30 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Version information for the description 'question' type.
*
* @package qtype
* @subpackage description
* @copyright 2011 The Open University
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -27,4 +27,4 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011031001;
$plugin->requires = 2010090501;
$plugin->requires = 2011051212;

View File

@ -27,4 +27,4 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011020100;
$plugin->requires = 2011011200;
$plugin->requires = 2011051212;

View File

@ -26,5 +26,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011011306;
$plugin->requires = 2010090501;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -0,0 +1,30 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Version information for missing question type plugin.
*
* @package qtype
* @subpackage missingtype
* @copyright 2011 Tim Hunt
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -26,5 +26,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011011200;
$plugin->requires = 2010090501;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -26,5 +26,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011042602;
$plugin->requires = 2010090501;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -26,5 +26,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011011400;
$plugin->requires = 2011011200;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -26,5 +26,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011011800;
$plugin->requires = 2011011200;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -0,0 +1,30 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Version information for the random question type.
*
* @package qtype
* @subpackage random
* @copyright 2005 Mark Nielsen
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -25,5 +25,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2010090501;
$plugin->requires = 2010090501;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

View File

@ -26,5 +26,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2010090501;
$plugin->requires = 2010090501;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;