Teachers should not show up as students when grading

Teachers should not show up as students when grading

by JOseas Ramírez Assad -
Number of replies: 2
Hi! I've setup a Moodle 1.5.3 site and I was instructed that some coordinators be included in every course as a hidden teacher, so that they can supervise the work being done. The problem is when a teacher grades an activity all teachers from that course, whether hidden or not, show up as students that can be graded - how can I stop the teachers from showing up as students when grading an activity?
In other words, what can I do so that ONLY students enrolled as such show up when grading?

Thank you!!!

In reply to JOseas Ramírez Assad

Re: Teachers should not show up as students when grading

by Sean Tierney -
Hi,

I don't have a solution for you - we have been using 1.5.3 until recently and have the same problem - it clutters up the gradebook with a lot of names that shouldn't be there all with zero scores.

Perhaps 1.6 has a fix?

Sean
In reply to Sean Tierney

Re: Teachers should not show up as students when grading

by Gary Anderson -

If you don't mind changing the scripts, find around line 993 of \mod\assignment\lib.php

      $teacherattempts = true; /// Temporary measure

change it to:

      $teacherattempts = false; /// Temporary measure

This works for me.