Grade All Courses/Assignments

Grade All Courses/Assignments

by Aaron Tuomala -
Number of replies: 5

As a teacher in Moodle, what is the best way to approach being able to grade all submitted assignments for multiple courses?  From what I can tell, there is not an easy way to view all of the pending  submissions across all courses that I teach.

Average of ratings: -
In reply to Aaron Tuomala

Re: Grade All Courses/Assignments

by John Provasnik -
Picture of Particularly helpful Moodlers Picture of Testers

Core method:

1 - have a "remind me to grade by" date set for all activities

2 - these activities will then appear as needing grading on your teacher dashboard when it comes close to that date 


Non-Core method:

1 - have the Grade Me block installed on your site

2 - add the Grade Me block to your dashboard. 

3 - all submitted assignments and quizzes that need to be graded will appear in this block (by course) 

Average of ratings: Useful (1)
In reply to John Provasnik

Re: Grade All Courses/Assignments

by Aaron Tuomala -

Our courses don;t have set dates so the core method will not work.

The non-core method though is exactly what i am looking for!  It seems though, that this block only works with groups.  I installed it, however it does not show anything.  Right now, we don't use groups at all.  Is there a way to get this to work without groups or an easy way to just make a default group for everyone to be in?

In reply to Aaron Tuomala

Re: Grade All Courses/Assignments

by Aaron Tuomala -
It seems I just had to wait a few minutes. This is great, thank you!
In reply to Aaron Tuomala

Re: Grade All Courses/Assignments

by Ben Haensel -
Here's another way for a teacher to grade all of the assign in their course using the configurable reports block. Try out this query.

https://github.com/bhaensel/moodle_grading_sql/blob/master/ungraded_assign

This is a snippet from my large string of unioned queries for my "Grade Everything" report here:

https://github.com/bhaensel/moodle_grading_sql/blob/master/grade_everything.txt

I set this up so we could easily have a teacher find and grade non-core activities as well. Here are some additional resources that would be needed if you're grading lessons.

http://bit.ly/mootus19-grading-stuff

Please share any feedback. Thanks! -Ben
Average of ratings: Useful (1)