diff --git a/question/type/numerical/questiontype.php b/question/type/numerical/questiontype.php index 53f29b2c407..60e34ef5fd5 100644 --- a/question/type/numerical/questiontype.php +++ b/question/type/numerical/questiontype.php @@ -281,7 +281,9 @@ class qtype_numerical extends question_type { } else if (isset($question->showunits)) { // Updated import, e.g. Moodle XML. $options->showunits = $question->showunits; - + if (isset($question->unitgradingtype)) { + $options->unitgradingtype = $question->unitgradingtype; + } } else { // Legacy import. if ($defaultunit = $this->get_default_numerical_unit($question)) {