History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

Key: MDL-3032
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Major Major
Assignee: Jamie Pratt
Reporter: Gustav W Delius
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Moodle

Make sure re-marking finishes

Created: 25/Apr/05 04:41 PM   Updated: 11/Jul/08 03:16 PM
Component/s: Quiz
Affects Version/s: 2.0
Fix Version/s: 2.0

Environment: All

Participants: Anthony Borrow, Gustav W Delius, Jamie Pratt, Martin Dougiamas and Tim Hunt
Security Level: None


 Description  « Hide
Re-marking of a quiz can be a lengthy operation. It must be ensured that the re-marking finishes even when the teacher closes the page. Probably the requires a database table where quizzes to be re-marked are entered and only cleared when re-marking has finished successfully. The cron script should check for outstanding remarking and do it. Also attempts.php (that is the new name for the script producing the list of student attempts for the teacher) should check for outstanding remarking jobs and offer the teacher to do them right then and there.

This is something for Julian after the question types are all in.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas - 04/Jun/06 03:41 AM
From Gustav Delius (gwd2 at york.ac.uk) Wednesday, 1 June 2005, 04:02 PM:

Julian and I discussed this and decided that the database table is not so important any more if the regrading script prints progress to the screen and alert the teacher if something goes wrong. So I am reducing this to a feature request.

Anthony Borrow - 19/Oct/07 11:06 AM
Tim - With the quiz structure and scoring as it is in Moodle 1.9, it this significant or important. What is the worst thing that can happen if a teacher closes in the middle of a rescore? I always had enough sense to not interrupt a re-grade; however, is there a warning, should there be if there is not? If it really does not cause problems perhaps this could be closed as will not fix. Peace - Anthony

Tim Hunt - 19/Oct/07 03:46 PM
To be honest, I don't understand the regrading code that well, but I will probably be looking at itin the next few months, so I will leave this open until at least then.

Jamie Pratt - 11/Jul/08 03:16 PM
There is no major problem with halting a regrade. If you halt a regrade it will mean that changed grades will not be updated in the gradebook. But if you then do another regrade then this will be fixed.