-
Bug
-
Resolution: Fixed
-
Critical
-
2.1, 2.1.1, 2.2
-
None
-
Any
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
-
Hello, I just moticed all my multichoice questions upgraded from 1.9 to 2.1 have a 1 as content and Moodle as format.
This seems to be caused by the line :
$record->partiallycorrectfeedback = $record->oldquestiontextformat;
in question/type/multichoice/db/upgrade.php line 121
should be
$record->partiallycorrectfeedbackformat = $record->oldquestiontextformat;
- is duplicated by
-
MDL-30123 Feedback entry on Multiple choice question changes to a "1" when a Quiz is converted from 1.9.11 to 2.0.3 or 2.1.1
-
- Closed
-