mirror of
https://github.com/moodle/moodle.git
synced 2025-03-05 16:39:11 +01:00
MDL-27408 update all question and quiz plugin version.php files.
This commit is contained in:
parent
ab6cb45b7b
commit
d3bab68c78
mod/quiz
question/type
ddwtos
description
essay
gapselect
match
missingtype
multichoice
numerical
opaque
oumultiresponse
random
shortanswer
truefalse
@ -25,4 +25,5 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2011021400;
|
$plugin->version = 2011051200;
|
||||||
|
$plugin->requires = 2011051212;
|
||||||
|
@ -25,4 +25,5 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2011021600; // The (date) version of this module
|
$plugin->version = 2011051200;
|
||||||
|
$plugin->requires = 2011051212;
|
||||||
|
29
mod/quiz/report/responses/version.php
Normal file
29
mod/quiz/report/responses/version.php
Normal 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;
|
@ -25,4 +25,5 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2011021500;
|
$plugin->version = 2011051200;
|
||||||
|
$plugin->requires = 2011051212;
|
||||||
|
@ -25,6 +25,6 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$module->version = 2011051250; // The (date) version of this module
|
$module->version = 2011051250;
|
||||||
$module->requires = 2011051212; // Requires this Moodle version
|
$module->requires = 2011051212;
|
||||||
$module->cron = 0; // How often should cron check this module (seconds)?
|
$module->cron = 0;
|
||||||
|
@ -26,5 +26,5 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2011020100;
|
$plugin->version = 2011051200;
|
||||||
$plugin->requires = 2011011200;
|
$plugin->requires = 2011051212;
|
||||||
|
30
question/type/description/version.php
Normal file
30
question/type/description/version.php
Normal 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;
|
@ -27,4 +27,4 @@
|
|||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2011031001;
|
$plugin->version = 2011031001;
|
||||||
$plugin->requires = 2010090501;
|
$plugin->requires = 2011051212;
|
||||||
|
@ -27,4 +27,4 @@
|
|||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2011020100;
|
$plugin->version = 2011020100;
|
||||||
$plugin->requires = 2011011200;
|
$plugin->requires = 2011051212;
|
||||||
|
@ -26,5 +26,5 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2011011306;
|
$plugin->version = 2011051200;
|
||||||
$plugin->requires = 2010090501;
|
$plugin->requires = 2011051212;
|
||||||
|
30
question/type/missingtype/version.php
Normal file
30
question/type/missingtype/version.php
Normal 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;
|
@ -26,5 +26,5 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2011011200;
|
$plugin->version = 2011051200;
|
||||||
$plugin->requires = 2010090501;
|
$plugin->requires = 2011051212;
|
||||||
|
@ -26,5 +26,5 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2011042602;
|
$plugin->version = 2011051200;
|
||||||
$plugin->requires = 2010090501;
|
$plugin->requires = 2011051212;
|
||||||
|
@ -26,5 +26,5 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2011011400;
|
$plugin->version = 2011051200;
|
||||||
$plugin->requires = 2011011200;
|
$plugin->requires = 2011051212;
|
||||||
|
@ -26,5 +26,5 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2011011800;
|
$plugin->version = 2011051200;
|
||||||
$plugin->requires = 2011011200;
|
$plugin->requires = 2011051212;
|
||||||
|
30
question/type/random/version.php
Normal file
30
question/type/random/version.php
Normal 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;
|
@ -25,5 +25,5 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2010090501;
|
$plugin->version = 2011051200;
|
||||||
$plugin->requires = 2010090501;
|
$plugin->requires = 2011051212;
|
||||||
|
@ -26,5 +26,5 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2010090501;
|
$plugin->version = 2011051200;
|
||||||
$plugin->requires = 2010090501;
|
$plugin->requires = 2011051212;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user