mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
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:
parent
67316e5b44
commit
afbc9cbdc3
4 changed files with 77 additions and 6 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue