moodle/question/format
thepurpleblob 6d9b8e5678 Merged from STABLE
Provides fix for bug MDL-5893
2006-09-14 13:59:08 +00:00
..
aiken Convert tabs to spaces. 2006-08-10 18:23:09 +00:00
aon Whenever a question is edited the version field is set to question_hash(), see bug 2958. 2006-04-10 22:10:32 +00:00
blackboard Convert tabs to spaces. 2006-08-10 18:23:09 +00:00
blackboard_6 Merged from STABLE 2006-09-14 13:59:08 +00:00
coursetestmanager Whenever a question is edited the version field is set to question_hash(), see bug 2958. 2006-04-10 22:10:32 +00:00
examview Convert tabs to spaces. 2006-08-10 18:23:09 +00:00
gift Merged from STABLE 2006-08-15 14:39:47 +00:00
hotpot Only decode from utf8 if we aren't running under utf8. 2006-03-28 19:22:35 +00:00
learnwise Fixed a typo (thanks Eclipse) 2006-09-07 15:46:48 +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 Convert tabs to spaces. 2006-08-10 18:23:09 +00:00
webct Merged from STABLE. 2006-05-13 08:49:46 +00:00
xhtml Convert tabs to spaces. 2006-08-10 18:32:32 +00:00
xml MDL-5969 Let multiple choice questions have feedback that does not depend on the chosen answer 2006-08-24 10:22:43 +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.