From 432d39026d8ff20ff0cc24c4bdd6c8fb4ee89546 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 30 Mar 2003 16:48:34 +0000 Subject: [PATCH] New template for Match questions --- mod/quiz/match.html | 81 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 mod/quiz/match.html diff --git a/mod/quiz/match.html b/mod/quiz/match.html new file mode 100644 index 0000000000..a9c4d36bb1 --- /dev/null +++ b/mod/quiz/match.html @@ -0,0 +1,81 @@ +
action="question.php"> +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

:

+ category", ""); ?> +

:

+ + +

:

+ "; + } + print_textarea($usehtmleditor, 15, 60, 595, 300, "questiontext", $question->questiontext); + if ($usehtmleditor) { + helpbutton("richtext", get_string("helprichtext"), "moodle"); + } else { + helpbutton("text", get_string("helptext"), "moodle"); + } + ?> +

:

+ image", get_string("none"),"",""); + } + ?> +

:

+

:

+ +
+    + +
+ + + +"> + +
+
+ -- 2.39.5