Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.3
-
Fix Version/s: 2.5
-
Component/s: Assignment
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE
-
Fixed Branches:MOODLE_25_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-39173-master
Description
Currently in Assignment in MOODLE_24_STABLE, when "Blind marking" is set to yes assignment submission comments ("Submission comments") can not be used. I am attaching a patch that makes a one line change to the comment class in comment/lib.php and defines the assignsubmission_comments_comment_display() call-back that is used by comment::add() and comment::display() so that submission comments can be used when blind-marking is used.