moodle/mod/quiz/format/README.txt
moodler 43bf9fc2d7 Reworking of the plug-in format for import/export files.
Each format is now in it's own subdirectory, which allows the
format to have as many files as it likes.  The formats are now
detected automatically (no need to edit lib.php anymore) and
the parent class is now in mod/quiz/format.php

Lastly, I added Paul Shew's new GIFT format.
2003-12-12 07:35:55 +00:00

13 lines
398 B
Plaintext

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