Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.7, 1.9.8, 2.0
-
Fix Version/s: DEV backlog
-
Component/s: Assignment
-
Labels:
-
Environment:WinXP, Apache, MySql
-
Affected Branches:MOODLE_17_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
Description
When teacher is grading an assignment with the pop-up window (i.e., NOT quick-grade), changes to the grade and comment are lost if the teacher clicks on "upload this file" instead of "save changes". Ideally, the grade and comment should also be saved as part of the file upload process, and s specified file should be uploaded as part of the "save changes" routine.
If there are no changes to the fields, then there is no harm, but my teachers report that they often set teh grade, write a comment, and attach a file all at once, and then loose either the grade and comment or the file.
Couldn't one "save" button take care of both operations?
I agree this is a problem, unfortunately the solution would require major rewrite of the underlying code, there is no way to do it properly before 1.7 Beta
The current upload function is quite hacky, I had only 3 days to write+test it.
This should be definitely solved in 1.8.