Skip to content

Commit

Permalink
MDL-27408 update all question and quiz plugin version.php files.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed May 12, 2011
1 parent ab6cb45 commit d3bab68
Show file tree
Hide file tree
Showing 18 changed files with 146 additions and 24 deletions.
3 changes: 2 additions & 1 deletion mod/quiz/report/grading/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011021400;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;
3 changes: 2 additions & 1 deletion mod/quiz/report/overview/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011021600; // The (date) version of this module
$plugin->version = 2011051200;
$plugin->requires = 2011051212;
29 changes: 29 additions & 0 deletions mod/quiz/report/responses/version.php
Original file line number Diff line number Diff line change
@@ -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;
3 changes: 2 additions & 1 deletion mod/quiz/report/statistics/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011021500;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;
6 changes: 3 additions & 3 deletions mod/quiz/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
4 changes: 2 additions & 2 deletions question/type/ddwtos/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011020100;
$plugin->requires = 2011011200;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;
30 changes: 30 additions & 0 deletions question/type/description/version.php
Original file line number Diff line number Diff line change
@@ -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;
2 changes: 1 addition & 1 deletion question/type/essay/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011031001;
$plugin->requires = 2010090501;
$plugin->requires = 2011051212;
2 changes: 1 addition & 1 deletion question/type/gapselect/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011020100;
$plugin->requires = 2011011200;
$plugin->requires = 2011051212;
4 changes: 2 additions & 2 deletions question/type/match/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011011306;
$plugin->requires = 2010090501;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;
30 changes: 30 additions & 0 deletions question/type/missingtype/version.php
Original file line number Diff line number Diff line change
@@ -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;
4 changes: 2 additions & 2 deletions question/type/multichoice/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011011200;
$plugin->requires = 2010090501;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;
4 changes: 2 additions & 2 deletions question/type/numerical/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011042602;
$plugin->requires = 2010090501;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;
4 changes: 2 additions & 2 deletions question/type/opaque/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011011400;
$plugin->requires = 2011011200;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;
4 changes: 2 additions & 2 deletions question/type/oumultiresponse/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2011011800;
$plugin->requires = 2011011200;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;
30 changes: 30 additions & 0 deletions question/type/random/version.php
Original file line number Diff line number Diff line change
@@ -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;
4 changes: 2 additions & 2 deletions question/type/shortanswer/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2010090501;
$plugin->requires = 2010090501;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;
4 changes: 2 additions & 2 deletions question/type/truefalse/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2010090501;
$plugin->requires = 2010090501;
$plugin->version = 2011051200;
$plugin->requires = 2011051212;

0 comments on commit d3bab68

Please sign in to comment.