moodle/question/format
2009-09-07 01:30:56 +00:00
..
aiken MDL-16056 - Aiken format should treat input as plain text, and so escape HTML special characters. 2008-08-15 03:13:57 +00:00
blackboard Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-10 21:09:18 +00:00
blackboard_6 MDL-10905 iterating properly through readdir() 2007-10-15 05:42:36 +00:00
coursetestmanager MDL-10905 iterating properly through readdir() 2007-10-15 05:42:36 +00:00
examview :MDL-9577 2007-04-25 09:39:37 +00:00
gift MDL-12346, lesson module GIFT import fails 2007-11-29 04:30:28 +00:00
hotpot MDL-20184 use $this->error() to print error message if no questions found importing from a Hot Potatoes XML file into Moodle's question bank / Quiz module 2009-09-01 01:23:16 +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-14413 - Invalid function name - is_image_by_extentsion in QTI export 2008-07-15 09:18:35 +00:00
webct Correcting a little error: datesetitem = array(); instead of datasetitem = array(); 2007-09-07 02:42:37 +00:00
xhtml Typo! 2007-09-18 12:29:06 +00:00
xml MDL-20189 correcting for the value of correctanswerlength on calculated export Merge 2009-09-07 01:30:56 +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.