moodle/mod/quiz/format
2005-05-11 13:57:43 +00:00
..
aiken Import/export changed so that available formats are automatically detected. 2005-04-20 09:08:25 +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
gift fixed typo. 2005-05-10 10:31:41 +00:00
hotpot took out call by reference in an addslashes to fix warning reported at http://moodle.org/mod/forum/discuss.php?d=23288#110511. 2005-05-09 05:47:21 +00:00
learnwise Import/export changed so that available formats are automatically detected. 2005-04-20 09:08:25 +00:00
missingword Import/export changed so that available formats are automatically detected. 2005-04-20 09:08:25 +00:00
multianswer Import/export changed so that available formats are automatically detected. 2005-04-20 09:08:25 +00:00
qti2 Missing get_answers() function looks tricky to work-around. Have 2005-05-09 15:37:09 +00:00
webct Import/export changed so that available formats are automatically detected. 2005-04-20 09:08:25 +00:00
xhtml Refactored to use functions in questiontypes classes, which have slightly 2005-05-10 09:07:21 +00:00
xml Compatible with newly introduced question options. 2005-05-11 13:57:43 +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.