moodle/question/format
2007-01-19 14:35:44 +00:00
..
aon Xhtml fixes for MDL-7861. 2007-01-09 09:07:16 +00:00
blackboard MDL-8130 Number of improvements to check name length and improve HTML Entity handling. Thanks to Paul Ortman. 2007-01-16 11:23:32 +00:00
blackboard_6 MDL-8223 - last global $course hacks removed 2007-01-19 10:29:03 +00:00
coursetestmanager Xhtml fixes for MDL-7861. 2007-01-09 09:07:16 +00:00
examview Merged from STABLE. 2006-11-28 11:51:50 +00:00
gift MDL-7913 Improved category detection (again) to extract all characters. 2007-01-05 10:35:13 +00:00
hotpot MDL-8223 - last global $course hacks removed 2007-01-19 10:29:03 +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 we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
webct Put back spaces in code that Martin Dougiamass stripped out of the lang strings without thinking about the consequences. Merged from MOODLE_17_STABLE. 2006-11-28 18:42:18 +00:00
xhtml Convert tabs to spaces. 2006-08-10 18:32:32 +00:00
xml MDL-8100, defaultgrade not imported. Question obect initialisation and value import wrong way round - whoops! 2007-01-16 12:12:26 +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.