Displaying number of graded/ungraded assignments in assignment view

Displaying number of graded/ungraded assignments in assignment view

de Brian Koontz -
Número de respuestas: 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.


Adjunto image.jpg
Promedio de valoraciones: -
En respuesta a Brian Koontz

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

de Darren Smith -
How do I install the patch please shy
En respuesta a Darren Smith

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

de 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.