moodle/mod/quiz/format
2004-08-09 13:55:20 +00:00
..
aiken Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
aon Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
blackboard Added support for Multiple Choice Questions with Multiple answers 2004-04-02 17:16:41 +00:00
coursetestmanager Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
gift Whoops got rid of xml stuff - sorry my mistake 2004-08-06 15:06:17 +00:00
missingword Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
multianswer Quiz refactoring is now merged into the main development code! 2004-07-21 13:01:08 +00:00
qti Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
webct Support for CALCULATED questions 2004-08-08 12:08:08 +00:00
xml more fixes - xml export now pretty much working 2004-08-09 13:55:20 +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