///
////////////////////////////////////////////////////////////////////////////
-require("default.php");
+// Based on default.php, included by ../import.php
class quiz_file_format extends quiz_default_format {
///
///
////////////////////////////////////////////////////////////////////////////
-require ("default.php");
+
+// Based on default.php, included by ../import.php
+
require_once ("$CFG->libdir/xmlize.php");
class quiz_file_format extends quiz_default_format {
///
////////////////////////////////////////////////////////////////////////////
-require("default.php");
+// Based on default.php, included by ../import.php
class quiz_file_format extends quiz_default_format {
/// Doesn't do everything on it's own -- it needs to be extended. //
////////////////////////////////////////////////////////////////////
+// Included by ../import.php
class quiz_default_format {
///
////////////////////////////////////////////////////////////////////////////
-require("default.php");
+// Based on default.php, included by ../import.php
class quiz_file_format extends quiz_default_format {
/// IMS QTI FORMAT
////////////////////////////////////////////////////////////////////////////
-require("default.php");
+// Based on default.php, included by ../import.php
class quiz_file_format extends quiz_default_format {
/// WEBCT FORMAT
////////////////////////////////////////////////////////////////////////////
-require("default.php");
+// Based on default.php, included by ../import.php
class quiz_file_format extends quiz_default_format {
error("Format not known ($form->format)");
}
+ require("format/default.php"); // Parent class
require("format/$form->format".".php");
$format = new quiz_file_format();