moodle/question/format
2006-02-28 09:36:31 +00:00
..
aiken Moving quiz import/export files to new question area. 2006-02-24 15:14:09 +00:00
aon *** empty log message *** 2006-02-28 09:36:31 +00:00
blackboard Moving quiz import/export files to new question area. 2006-02-24 15:14:09 +00:00
coursetestmanager *** empty log message *** 2006-02-28 09:36:31 +00:00
examview Moving quiz import/export files to new question area. 2006-02-24 15:14:09 +00:00
gift Moving quiz import/export files to new question area. 2006-02-24 15:14:09 +00:00
hotpot Moving quiz import/export files to new question area. 2006-02-24 15:14:09 +00:00
learnwise Moving quiz import/export files to new question area. 2006-02-24 15:14:09 +00:00
missingword Moving quiz import/export files to new question area. 2006-02-24 15:14:09 +00:00
multianswer Moving quiz import/export files to new question area. 2006-02-24 15:14:09 +00:00
qti2 *** empty log message *** 2006-02-28 09:36:31 +00:00
webct Moving quiz import/export files to new question area. 2006-02-24 15:14:09 +00:00
xhtml Moving quiz import/export files to new question area. 2006-02-24 15:14:09 +00:00
xml Moving quiz import/export files to new question area. 2006-02-24 15:14:09 +00:00
README.txt Moving quiz import/export files to new question area. 2006-02-24 15:14: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 quiz_format_webct extends quiz_default_format { 

Most of them are based on the class found in mod/quiz/format.php. 
See the comments therein for more information.