From 971a7ce06ffa272fea69c705c7a3eae730fe2958 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Fri, 22 Apr 2005 09:51:15 +0000 Subject: [PATCH] Fixed glaring error in Match format --- mod/quiz/format/xhtml/format.php | 38 +++++++++++++++++++------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/mod/quiz/format/xhtml/format.php b/mod/quiz/format/xhtml/format.php index 288e8193a2d..56bc38acb9b 100755 --- a/mod/quiz/format/xhtml/format.php +++ b/mod/quiz/format/xhtml/format.php @@ -61,28 +61,36 @@ function writequestion( $question ) { break; case SHORTANSWER: $expout .= "\n"; break; case NUMERICAL: - $expout .= "

\n"; - $expout .= " \n"; - $expout .= "

\n"; + $expout .= "\n"; break; case MATCH: $expout .= "\n"; break;