mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Merge branch 'MDL-32213_manual_grade_question_upgrade' of git://github.com/davosmith/moodle
This commit is contained in:
commit
aefc7e28ff
@ -357,7 +357,8 @@ class question_engine_attempt_upgrader {
|
||||
return 'qbehaviour_manualgraded_converter';
|
||||
}
|
||||
}
|
||||
if ($question->qtype == 'essay') {
|
||||
$qtype = question_bank::get_qtype($question->qtype, false);
|
||||
if ($qtype->is_manual_graded()) {
|
||||
return 'qbehaviour_manualgraded_converter';
|
||||
} else if ($question->qtype == 'description') {
|
||||
return 'qbehaviour_informationitem_converter';
|
||||
|
Loading…
x
Reference in New Issue
Block a user