moodle/question/format
2006-03-12 21:17:42 +00:00
..
aiken Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
aon More renamings to separate questions from quiz. Some other small fixes. 2006-03-12 21:17:42 +00:00
blackboard Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
blackboard_6 Adding support for BlackBoard V6 (and 7). Modified from contrib version. 2006-03-08 14:32:54 +00:00
coursetestmanager Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
examview Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
gift Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
hotpot More renamings to separate questions from quiz. Some other small fixes. 2006-03-12 21:17:42 +00:00
learnwise Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
missingword Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
multianswer Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
qti2 More renamings to separate questions from quiz. Some other small fixes. 2006-03-12 21:17:42 +00:00
webct More renamings to separate questions from quiz. Some other small fixes. 2006-03-12 21:17:42 +00:00
xhtml Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
xml Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00
README.txt Removing some more references to quiz from import/export code 2006-03-01 07:36:09 +00:00

QUIZ FILE FORMATS FOR IMPORT/EXPORT
------------------------------------

This directory contains plug-in sub-modules to add 
import-export formats to Moodle quizzes.

Each sub-module must contain at least a format.php file 
containing a class that contains functions for reading, 
writing, importing and exporting quiz 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 mod/quiz/format.php. 
See the comments therein for more information.