thepurpleblob
55fdf029ab
Import now passes $course object to import/export format object.
2005-08-26 11:33:08 +00:00
moodler
27437410f4
file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000
2005-04-05 20:54:43 +00:00
thepurpleblob
d91ce7ce0a
Merged from STABLE
2005-08-26 11:59:59 +00:00
thepurpleblob
0f7a2885a0
Questions with parents are no longer exported.
2005-05-11 09:56:35 +00:00
thepurpleblob
0ae982231f
Import/export changed so that available formats are automatically detected.
...
Classes now have discrete names and methods to identify import/export
capability added. Detecting function factored out into locallib.php
2005-04-20 09:08:25 +00:00
thepurpleblob
87345478a5
Now ignores random questions when exporting.
2005-03-03 11:51:07 +00:00
gustav_delius
df4fe0009b
avoids error when exporting 0 questions
2004-12-29 07:21:55 +00:00
gustav_delius
d1290cec39
fixed capitalization and quoting of attribute values
2004-09-12 17:34:35 +00:00
gustav_delius
a9ef4a630a
closed <input /> <br /> <hr />
2004-09-12 14:41:49 +00:00
thepurpleblob
b1984b0d33
Added overidable method presave_process - allows last minute modification of
...
data to be exported to file. Done to get xml output working.
2004-08-09 13:56:47 +00:00
thepurpleblob
3102622add
Changed export part so that export file extension can be changed
...
by overriding export_file_extension() method
2004-08-06 11:09:22 +00:00
moodler
8966a11131
Quiz refactoring is now merged into the main development code!
...
I've done some basic testing using existing quizzes trying as
much as I could think of, and it all worked well!
Well done, Henrik! Great job!
Still, this should be regarded as unstable at least until more
people have had a try. Please test this thing solidly on new
and old quizzes.
2004-07-21 13:01:08 +00:00
thepurpleblob
b8e151340c
Changed where export file is created to course file area, not category->course file area
2004-07-06 14:27:38 +00:00
thepurpleblob
4c2a04ee16
Added 'virtual' method for writequestion
2004-06-30 10:16:14 +00:00
moodler
43bf9fc2d7
Reworking of the plug-in format for import/export files.
...
Each format is now in it's own subdirectory, which allows the
format to have as many files as it likes. The formats are now
detected automatically (no need to edit lib.php anymore) and
the parent class is now in mod/quiz/format.php
Lastly, I added Paul Shew's new GIFT format.
2003-12-12 07:35:55 +00:00