moodle/mod/quiz/format
2003-11-20 18:39:25 +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
coursetestmanager.php fixed import of shortanswer questions to get rid of blank answers 2003-10-15 16:38:46 +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 Added simplified aliases for answer types, as proposed by Thomas Robb. It is now possible to use these aliases: 2003-11-20 18:39:25 +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.