]> git.mjollnir.org Git - moodle.git/commit
Every questiontype should have its own backup and restore code. This is a first step...
authorgustav_delius <gustav_delius>
Sun, 12 Mar 2006 21:27:14 +0000 (21:27 +0000)
committergustav_delius <gustav_delius>
Sun, 12 Mar 2006 21:27:14 +0000 (21:27 +0000)
commitb2b97d6834b28a47ab9560443926e327e6f8c25f
treedefe6d8afa060f42cf2a6368230dfbc2c8c126d0
parent32a189d636ef34f8e8252dc566cd3461660a9c88
Every questiontype should have its own backup and restore code. This is a first step in that direction. I have created the individual restore libraries for all question types but they are not yet used.
13 files changed:
question/questiontypes/calculated/restorelib.php [new file with mode: 0644]
question/questiontypes/essay/restorelib.php [new file with mode: 0644]
question/questiontypes/match/restorelib.php [new file with mode: 0644]
question/questiontypes/multianswer/restorelib.php [new file with mode: 0644]
question/questiontypes/multichoice/backuplib.php [new file with mode: 0644]
question/questiontypes/multichoice/restorelib.php [new file with mode: 0644]
question/questiontypes/numerical/restorelib.php [new file with mode: 0644]
question/questiontypes/randomsamatch/restorelib.php [new file with mode: 0644]
question/questiontypes/rqp/restorelib.php [new file with mode: 0644]
question/questiontypes/shortanswer/backuplib.php [new file with mode: 0644]
question/questiontypes/shortanswer/restorelib.php [new file with mode: 0644]
question/questiontypes/truefalse/restorelib.php [new file with mode: 0644]
question/restorelib.php [new file with mode: 0644]