Don't throw a fatal error on unknown question, try to continue.

This commit is contained in:
moodler
2005-04-01 12:17:21 +00:00
parent f5db2e8aa6
commit 0c7f4e816a
+1 -1
View File
@@ -508,7 +508,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";