moodle/mod/quiz/format
thepurpleblob 3f1c031cc4 Now results in the produced files packaged in a single zip file.
Bunch of code for non-standard questions removed.
Template compile files now stored in $CFG->moodledata
Some bugs and oddities sorted
2005-04-19 15:10:47 +00:00
..
aiken fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
aon fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
blackboard Maintain whitespace when importing glossary entries. Aplied to 2005-01-11 11:29:01 +00:00
coursetestmanager Taken out some $THEME 2005-02-05 17:28:06 +00:00
gift DOn't die with an error on an unsupported question type ... try to continue. 2005-04-01 12:13:45 +00:00
learnwise multianswerchoice questions added to example questions. 2005-01-27 11:24:26 +00:00
missingword fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
multianswer fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
qti Now results in the produced files packaged in a single zip file. 2005-04-19 15:10:47 +00:00
webct Checking in fix to WebCT import contributed by Breanndan O'Cinneide at http://moodle.org/mod/forum/discuss.php?d=17969. Closing bug 2475 2005-03-31 22:04:20 +00:00
xml Small fixes to quiz for postgres compatibility 2005-04-19 00:41:13 +00:00
README.txt Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00

QUIZ FILE FORMATS FOR IMPORT/EXPORT
------------------------------------

This directory contains plug-in sub-modules to add 
import-export formats to Moodle quizzes.

Each sub-module must contain at least a format.php file 
containing a class that contains functions for reading, 
writing, importing and exporting quiz questions.

Most of them are based on the class found in mod/quiz/format.php