mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
a6e5c89237
while remaining secure
16 lines
305 B
PHP
16 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 {
|
|
|
|
|
|
|
|
}
|
|
|
|
?>
|