moodle/question/format
2010-09-02 12:40:34 +00:00
..
aiken MDL-21695 adding help and link strings 2010-05-17 13:59:49 +00:00
blackboard MDL-21695 adding help and link strings 2010-05-17 14:06:05 +00:00
blackboard_six MDL-21695 adding help and link strings 2010-05-17 14:06:05 +00:00
examview MDL-21695 adding help string 2010-05-17 15:04:19 +00:00
gift MDL-21695 adding help and link strings 2010-05-15 17:08:07 +00:00
learnwise MDL-21695 adding help string 2010-05-17 15:04:19 +00:00
missingword MDL-21695 adding help and link strings 2010-05-18 07:50:24 +00:00
multianswer qformat_multianswer NOBUG fix comment. 2010-08-05 13:04:42 +00:00
qti_two MDL-21695 adding help and link strings 2010-05-16 22:36:44 +00:00
webct MDL-21695 adding help and link strings 2010-05-18 07:50:24 +00:00
xhtml MDL-21695 adding help and link strings 2010-05-16 22:21:43 +00:00
xml MDL-24058 replacing forbidden addslashes with something that is most probably completely useless 2010-09-02 12:40:34 +00: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.