Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Component/s: Quiz
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_32_STABLE
-
Fixed Branches:MOODLE_31_STABLE, MOODLE_32_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
Commit cf0b943 for MDL-53744 modified the check_combined_feedback_file_access function of question/type/questionbase.php to do a check against $args, but $args is not passed through as a parameter.
Consequently no feedback graphics (for general correct/incorrect/partiallycorrect feedback) are rendered when reviewing a quiz in gapselect, multichoice and match question types.