moodle/mod/quiz/format
thepurpleblob 84a93f1c24 Added empty array into question object for multiplier field in numeric questions
Stops a bunch of warnings when quiz is imported
2005-01-24 15:45:20 +00:00
..
aiken fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
aon fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
blackboard Maintain whitespace when importing glossary entries. Aplied to 2005-01-11 11:29:01 +00:00
coursetestmanager Added clam_log_upload where move_uploaded_file is in quiz/format/coursetestmanager/format.php (validated and scanned before given to function) 2004-09-16 04:50:21 +00:00
gift Added empty array into question object for multiplier field in numeric questions 2005-01-24 15:45:20 +00:00
missingword fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
multianswer fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
qti fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
webct fixed capitalization and quoting of attribute values 2004-09-12 17:34:35 +00:00
xml Now supports shortanswer import. Cleaned up the CDATA import too. 2004-12-24 11:16:43 +00:00
README.txt Reworking of the plug-in format for import/export files. 2003-12-12 07:35:55 +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.

Most of them are based on the class found in mod/quiz/format.php