moodle/mod/quiz/format
2004-03-08 13:09:42 +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 Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
coursetestmanager Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
gift Added code for escaping control characters with backslash. 2004-02-27 09:03:30 +00:00
missingword Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
multianswer Allow cloze questions to contain quotes 2004-03-08 13:09:42 +00:00
qti Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
webct Latest files from Denis 2004-01-14 16:56:39 +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