moodle/question/format
Petr Skoda 431ac39634 MDL-26623 fix file permissions
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
..
aiken MDL-21695 adding help and link strings 2010-05-17 13:59:49 +00:00
blackboard PHP4 not used any more 2010-09-18 11:42:02 +00:00
blackboard_six Performance MDL-25637 moved static count/sizeof functions out of for loop conditions 2011-01-24 14:51:21 +08:00
examview MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
gift MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
learnwise MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
missingword MDL-21695 adding help and link strings 2010-05-18 07:50:24 +00:00
multianswer MDL-21250 capital letters removal 2011-01-27 16:24:30 +01:00
qti_two MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
webct MDL-21695 adding help and link strings 2010-05-18 07:50:24 +00:00
xhtml MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
xml MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
README.txt MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 11:57:52 +00:00

FILE FORMATS FOR QUESTION IMPORT/EXPORT
------------------------------------

This directory contains plug-in sub-modules to add
import-export formats for Moodle questions

Each sub-module must contain at least a format.php file
containing a class that contains functions for reading,
writing, importing and exporting questions.

For correct operation the class name must be based on the
name of the containing directory, e.g.,

directory: webct
class:  class qformat_webct extends qformat_default {

Most of them are based on the class found in question/format.php.
See the comments therein for more information.