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

This commit is contained in:
pichetp 2009-09-04 02:09:23 +00:00
parent 52869011ad
commit a800639b62

View File

@ -967,7 +967,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";
}