From a800639b622a6c5eeed95758dc796e78ad3a62cb Mon Sep 17 00:00:00 2001 From: pichetp Date: Fri, 4 Sep 2009 02:09:23 +0000 Subject: [PATCH] MDL-20189 correcting for the value of correctanswerlength on calculated export --- question/format/xml/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/format/xml/format.php b/question/format/xml/format.php index e089b4e6ef..582b869c6a 100755 --- a/question/format/xml/format.php +++ b/question/format/xml/format.php @@ -967,7 +967,7 @@ class qformat_xml extends qformat_default { $expout .= " $tolerance\n"; $expout .= " $tolerancetype\n"; $expout .= " $correctanswerformat\n"; - $expout .= " $correctanswerformat\n"; + $expout .= " $correctanswerlength\n"; $expout .= " ".$this->writetext( $answer->feedback )."\n"; $expout .= "\n"; } -- 2.39.5