moodle/mod/quiz/format
2004-01-10 09:50:14 +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 Converted to UNIX file type. 2004-01-10 09:50:14 +00:00
missingword Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
multianswer Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
qti Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +00:00
webct Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +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