mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Moved questiontype specific backup functions into questiontype classes
This commit is contained in:
parent
42431d7a30
commit
c5d94c4150
13 changed files with 319 additions and 302 deletions
|
@ -29,7 +29,8 @@
|
|||
// When we backup a quiz we also need to backup the questions and possibly
|
||||
// the data about student interaction with the questions. The functions to do
|
||||
// that are included with the following library
|
||||
include_once("$CFG->dirroot/question/backuplib.php");
|
||||
require_once("$CFG->libdir/questionlib.php");
|
||||
require_once("$CFG->dirroot/question/backuplib.php");
|
||||
|
||||
//STEP 1. Backup categories/questions and associated structures
|
||||
// (course independent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue