2003-02-16 07:08:57 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// CUSTOM FORMAT
|
|
|
|
///
|
|
|
|
/// This format provides a starting point for creating your own
|
|
|
|
/// import format.
|
|
|
|
///
|
2003-05-02 15:31:24 +00:00
|
|
|
/// See default.php for the functions that you may need to override
|
|
|
|
/// if you have different needs.
|
2003-02-16 07:08:57 +00:00
|
|
|
///
|
|
|
|
/// See missingword.php for an example of how it's done, and see
|
|
|
|
/// the top of ../lib.php for some constants you might need.
|
|
|
|
///
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2003-06-12 12:00:15 +00:00
|
|
|
// Based on default.php, included by ../import.php
|
2003-02-16 07:08:57 +00:00
|
|
|
|
|
|
|
class quiz_file_format extends quiz_default_format {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
?>
|