moodle/question/format
thepurpleblob f3d264801f MDL-9265:
'correctanswer' field missing for true/false.
2007-06-01 08:12:20 +00:00
..
blackboard Fixed true/false bug due to new 'correctanswer' field. 2007-03-14 15:14:14 +00:00
blackboard_6 MDL-9265: 2007-06-01 08:12:20 +00:00
coursetestmanager fixing indenting 2007-03-02 01:58:20 +00:00
examview :MDL-9577 2007-04-25 09:39:37 +00:00
gift Fixed some hardcoded strings in GIFT format. 2007-03-14 14:08:57 +00:00
hotpot omit empty answers from JQuiz import 2007-02-03 00:36:18 +00:00
learnwise major whitespace cleanup - fixed tabs 2006-09-20 20:31:09 +00:00
missingword Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
multianswer Bug #6277 - Missed function renaming in question/format/multianswer. Merged from MOODLE_16_STABLE. 2006-08-17 17:38:31 +00:00
qti2 MDL-8349 Some of the overidden methods had got out of sync with parent class. 2007-02-07 11:36:20 +00:00
webct merging small modifications from head mostly for calculated questions 2007-05-15 02:57:05 +00:00
xhtml MDL-8450 Added support for including question categories in a quiz export. Also a bit of format tidy up and fix a misshandled sesskey. 2007-02-07 10:29:53 +00:00
xml Fixed typo stopping image importing working 2007-05-31 08:31:09 +00:00
README.txt Removed references to quiz 2006-03-20 20:19:29 +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.