moodle/mod/quiz/format
2006-01-02 14:33:29 +00:00
..
aiken Merged changes to HEAD 2005-05-24 15:42:30 +00:00
aon One line to do with the multianswer upgrade that I forgot to merge 2005-05-06 16:25:55 +00:00
blackboard Import/export changed so that available formats are automatically detected. 2005-04-20 09:08:25 +00:00
coursetestmanager Import/export changed so that available formats are automatically detected. 2005-04-20 09:08:25 +00:00
examview merged from STABLE 2005-05-31 15:19:00 +00:00
gift Merged from STABLE 2005-09-16 09:46:59 +00:00
hotpot allow import from HP5 quizzes (including JBC and old JQuiz) 2006-01-02 14:33:29 +00:00
learnwise merged from STABLE 2005-06-24 13:18:51 +00:00
missingword Import/export changed so that available formats are automatically detected. 2005-04-20 09:08:25 +00:00
multianswer Merged from STABLE 2005-08-26 11:59:59 +00:00
qti2 Two name changes: 2005-07-02 16:07:05 +00:00
webct merged from STABLE 2005-07-20 08:02:56 +00:00
xhtml Refactored to use functions in questiontypes classes, which have slightly 2005-05-10 09:07:21 +00:00
xml Now correctly handles changes in database format of numerical questions. 2005-05-17 15:47:31 +00:00
README.txt improved README to reflect new class naming convention. 2005-04-26 10:41:42 +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.

For correct operation the class name must be based on the
name of the containing directory, e.g.,

directory: webct
class:  class quiz_format_webct extends quiz_default_format { 

Most of them are based on the class found in mod/quiz/format.php. 
See the comments therein for more information.