-
Bug
-
Resolution: Fixed
-
Critical
-
2.3.2, 2.4.4, 2.6.3, 2.7.5, 2.8.3
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MDL-35392-master -
-
Team Beards Sprint 3
-
Small
After grading an assignment and providing feedback, if the teacher then goes to the grade book and views the grades in the edit view, the feedback will not be present.
If the teacher then enters feedback in the grade book, this feedback will not be present in the assignment area.
The issue here is that in mod/assign/locallib.php there is get_user_grades_for_gradebook() which is doing a check for $assign->feedback instead of the value provided in $assign->feedbacktext. Rather than changing the API, we're changing the code which utilises that API so that we supply $assign->feedback.
As this is used only by the bulk updating code for when we alter a students current workflow state, the impact and therefore the fix is rather small.
Replication steps:
- Create an assignment with the new assign mod.
- Grade a students assignment and type in some feedback.
- Go to [Settings ► Grader report], turn on editing and select the graded mark.
- Notice that no feedback is shown.
- You can enter some feedback here and save it.
- Going back to the assign module and viewing the feedback there will show that the text entered from the grade book is not present.
- has a non-specific relationship to
-
MDL-35398 done
- Closed
-
MDL-35417 Entering feedback for an assignment in the gradebook generates a coding error.
- Closed
- has been marked as being related by
-
MDL-44920 Setting Marking Workflow to a not "Released" state leaves grade in gradebook
- Closed
-
MDL-48028 Less than symbol breaks Feedback comments in quick grading
- Closed
-
MDL-66051 Feedback comments from gradebook are not shown in assignment module
- Open
- is blocked by
-
MDL-48884 Feedback from quickgrading assignment auto-released
- Closed
- is duplicated by
-
MDL-48324 Feedback not passed on to gradebook when blind marking turned on
- Closed
- Testing discovered
-
MDL-48607 Unable to behat test changes in marking workflow state for assignments
- Closed
- will help resolve
-
MDL-35567 Offline assignments upgraded with Assignment Upgrade Tool not displaying Feedback in Assignment module
- Closed