Displaying number of graded/ungraded assignments in assignment view

Displaying number of graded/ungraded assignments in assignment view

by Brian Koontz -
Number of replies: 3
This patch will display the number of graded and ungraded assignments in the assignment view.  It does not include a count of unsubmitted assignments, but is intended to give you a quick view of submitted assignments which might not be graded yet (for instance, if you start grading an assignment prior to the due date, then go back later to see if any new submissions have been made).  You can download the patch here.


Attachment image.jpg
Average of ratings: -
In reply to Brian Koontz

Re: Displaying number of graded/ungraded assignments in assignment view

by Darren Smith -
How do I install the patch please shy
In reply to Darren Smith

Re: Displaying number of graded/ungraded assignments in assignment view

by Brian Koontz -
On a UNIX or UNIX-like machine, copy the patch to your moodle/ directory, then use the following command:

patch -b -p0 < filename.patch

If it doesn't work (you'll see "failed at hunk" messages), you'll have to do it by hand.  Open the patch file, and locate the affected lines.  The ! means lines have been replaced (the top section of a group of lines is the "old" version, the bottom section is the "new" version), + means they've been added, and -, deleted.


In reply to Brian Koontz

Re: Displaying number of graded/ungraded assignments in assignment view

by Darren Smith -
Thanks for that - it makes more sense now. I will look into this in our morning smile