moodle/mod/quiz/format
moodler 8826c67031 New questions created via GUI or imported are now given a unique
stamp, and a default version of 1.

When questions are updated, the version number is incremented.
2003-08-23 15:26:10 +00:00
..
aon.php New questions created via GUI or imported are now given a unique 2003-08-23 15:26:10 +00:00
blackboard.php selliott - Fixed mixup in feedback for true/false questions 2003-08-08 18:06:41 +00:00
custom.php Changes to includes to make it more robust on different versions of PHP 2003-06-12 12:00:15 +00:00
default.php New questions created via GUI or imported are now given a unique 2003-08-23 15:26:10 +00:00
missingword.php Latest fixes from Thomas Robb - thanks Thomas! 2003-07-29 04:18:01 +00:00
multianswer.php New question type - multianswer 2003-08-01 08:37:11 +00:00
qti.php Changes to includes to make it more robust on different versions of PHP 2003-06-12 12:00:15 +00:00
README Various quiz changes. Most importantly is the new framework for importing 2003-02-16 07:08:57 +00:00
webct.php Changes to includes to make it more robust on different versions of PHP 2003-06-12 12:00:15 +00:00

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

Each sub-module is a file containing a class that 
contains functions for reading, writing, importing 
and exporting quiz questions.