MDL-20189 correcting for the value of correctanswerlength on calculated export Merge

from HEAD
This commit is contained in:
pichetp
2009-09-07 01:53:39 +00:00
parent c5adf8f923
commit faf5d6b33d
+1 -1
View File
@@ -1016,7 +1016,7 @@ class qformat_xml extends qformat_default {
$expout .= " <tolerance>$tolerance</tolerance>\n";
$expout .= " <tolerancetype>$tolerancetype</tolerancetype>\n";
$expout .= " <correctanswerformat>$correctanswerformat</correctanswerformat>\n";
$expout .= " <correctanswerlength>$correctanswerformat</correctanswerlength>\n";
$expout .= " <correctanswerlength>$correctanswerlength</correctanswerlength>\n";
$expout .= " <feedback>".$this->writetext( $answer->feedback )."</feedback>\n";
$expout .= "</answer>\n";
}