Don't throw a fatal error on unknown question, try to continue.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user