Details
Description
OU Moodle with September 2008 Quiz reports
Manual grading screen
Could you change the numbers given in 'Grade all n attempts'
and 'Grade all n ungraded attempts'
such that they only include completed attempts.
OU Moodle with September 2008 Quiz reports
Manual grading screen
Could you change the numbers given in 'Grade all n attempts'
and 'Grade all n ungraded attempts'
such that they only include completed attempts.
I attach a patch for this issue that applies to HEAD.
Tim said he would look at this. I think we should choose whether to use constants or global arrays for QUESTION_EVENTS_GRADED and the new QUESTION_EVENTS_CLOSED. I think we should use only constants if we don't need to use get_in_or_equal with constants. Can I go ahead and open a new issue linked to this one and replace all these globals with constants?