MDL-18390 - now correctly looks up name of questiontype from language pack
This commit is contained in:
@@ -647,7 +647,7 @@ function writequestion( $question ) {
|
||||
}
|
||||
else {
|
||||
$expout .= "// $question->qtype is not supported by the GIFT format\n";
|
||||
notify( get_string('nohandler','qformat_gift',$question->qtype ) );
|
||||
notify( get_string('nohandler','qformat_gift',get_string($question->qtype,'quiz') ) );
|
||||
}
|
||||
}
|
||||
// add empty line to delimit questions
|
||||
|
||||
Reference in New Issue
Block a user