mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Updated quiz scripts to work with the separate question scripts in moodle/question
This commit is contained in:
parent
e586cfb4b0
commit
80a5e194ff
15 changed files with 24 additions and 3194 deletions
|
@ -1538,7 +1538,7 @@
|
|||
|
||||
global $CFG;
|
||||
|
||||
include($CFG->dirroot.'/mod/quiz/questionlib.php');
|
||||
include($CFG->dirroot.'/question/lib.php');
|
||||
|
||||
$status = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue