mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-39283' of git://github.com/jmvedrine/moodle
This commit is contained in:
commit
ba26ed9cac
2 changed files with 10 additions and 9 deletions
|
@ -763,10 +763,6 @@ class qformat_gift extends qformat_default {
|
|||
// Check for plugins
|
||||
if ($out = $this->try_exporting_using_qtypes($question->qtype, $question)) {
|
||||
$expout .= $out;
|
||||
} else {
|
||||
$expout .= "Question type $question->qtype is not supported\n";
|
||||
echo $OUTPUT->notification(get_string('nohandler', 'qformat_gift',
|
||||
question_bank::get_qtype_name($question->qtype)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue