mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
15 lines
305 B
PHP
15 lines
305 B
PHP
<?PHP // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
/// IMS QTI FORMAT
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Based on default.php, included by ../import.php
|
|
|
|
class quiz_file_format extends quiz_default_format {
|
|
|
|
|
|
|
|
}
|
|
|
|
?>
|