mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
DOn't die with an error on an unsupported question type ... try to continue.
This commit is contained in:
parent
70916308e4
commit
31a2b4f150
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user