Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / question / format / README.txt
blob677e9256a6457b12baff3c17ddab7008bcde4c7c
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.,
14 directory: webct
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.