DOn't die with an error on an unsupported question type ... try to continue.

This commit is contained in:
moodler 2005-04-01 12:13:45 +00:00
parent 70916308e4
commit 31a2b4f150

View File

@ -521,7 +521,7 @@ function writequestion( $question ) {
$expout .= "// CLOZE type is not supported\n";
break;
default:
error( "No handler for qtype $question->qtype for GIFT export" );
notify("No handler for qtype $question->qtype for GIFT export" );
}
// add empty line to delimit questions
$expout .= "\n";