moodle/question/format
Helen Foster 82b15e2811 MDL-21250 capital letters removal
Also some spotted leading and trailing whitespace was removed from some
strings.
2011-01-27 16:24:30 +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-21695 adding help string 2010-05-17 15:04:19 +00:00
gift qformat_gift MDL-26059 fails to import truefalse questions with answer true. 2011-01-18 21:38:34 +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 MDL-21250 capital letters removal 2011-01-27 16:24:30 +01:00
qti_two bad luck, qti_two needs to be converted to new file api 2010-09-18 11:43:59 +00:00
webct MDL-21695 adding help and link strings 2010-05-18 07:50:24 +00:00
xhtml question export MDL-25088 this is the first part. I think question export is now working for all types. 2010-11-12 12:06:48 +00:00
xml question XML import/export MDL-18916 Fix import of questions with images exported from Moodle 1.9. 2010-11-19 14:24:18 +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.