mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
Doh! remove debug code. Sorry.
This commit is contained in:
parent
1fe641f7b4
commit
fc05b7d1ca
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user