I think I have a solution for the problems with matching question type and upgrading moodle from 1.4.x to 1.5+.

View bug 3468 and this forum post for more information: http://moodle.org/mod/forum/discuss.php?d=27354
This commit is contained in:
michaelpenne 2005-07-14 20:00:45 +00:00
parent 67316e5b44
commit afbc9cbdc3
4 changed files with 77 additions and 6 deletions

View file

@ -54,7 +54,7 @@ if (!defined("LESSON_MULTICHOICE")) { // if you change the value of this (WHICH
if (!defined("LESSON_RANDOM")) {
define("LESSON_RANDOM", "4");
}
if (!defined("LESSON_MATCHING")) { // if you change the value of this (WHICH YOU SHOULDNT) then you need to change it in restorelib.php as well
if (!defined("LESSON_MATCHING")) { // if you change the value of this (WHICH YOU SHOULDNT) then you need to change it in restorelib.php, in mysql.php and postgres7.php as well
define("LESSON_MATCHING", "5");
}
if (!defined("LESSON_RANDOMSAMATCH")) {