mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-18390 - now correctly looks up name of questiontype from language pack
Merged from STABLE19
This commit is contained in:
parent
1263a0ff1d
commit
f040135da5
@ -647,7 +647,7 @@ function writequestion( $question ) {
|
||||
}
|
||||
else {
|
||||
$expout .= "Question type $question->qtype is not supported\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
|
||||
|
Loading…
x
Reference in New Issue
Block a user