MDL-18390 - now correctly looks up name of questiontype from language pack

This commit is contained in:
thepurpleblob
2009-03-11 13:15:32 +00:00
parent 3ab60a5351
commit 4e334e2d89
+1 -1
View File
@@ -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