1 FILE FORMATS FOR QUESTION IMPORT/EXPORT
2 ------------------------------------
4 This directory contains plug-in sub-modules to add
5 import-export formats for Moodle questions
7 Each sub-module must contain at least a format.php file
8 containing a class that contains functions for reading,
9 writing, importing and exporting questions.
11 For correct operation the class name must be based on the
12 name of the containing directory, e.g.,
15 class: class qformat_webct extends qformat_default {
17 Most of them are based on the class found in question/format.php.
18 See the comments therein for more information.