Moved questiontype specific backup functions into questiontype classes

This commit is contained in:
gustav_delius 2006-03-21 18:15:09 +00:00
parent 42431d7a30
commit c5d94c4150
13 changed files with 319 additions and 302 deletions

View file

@ -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)