Doh! remove debug code. Sorry.

This commit is contained in:
tjhunt 2006-07-12 17:54:45 +00:00
parent 1fe641f7b4
commit fc05b7d1ca

View File

@ -589,11 +589,6 @@ function writequestion( $question ) {
case NUMERICAL:
$expout .= "::".$question->name."::".$tfname.$this->repchar( $question->questiontext, $textformat )."{#\n";
foreach ($question->options->answers as $answer) {
// DONOTCOMMIT
echo '<pre>';
var_export($answer);
echo '</pre>';
if ($answer->answer != '') {
$expout .= "\t=".$answer->answer.":".(float)$answer->tolerance."#".$this->repchar( $answer->feedback )."\n";
} else {