Teachers Appear on Assignment Mark Area

Teachers Appear on Assignment Mark Area

by Michael McDermott -
Number of replies: 3

Is there any way to stop teachers (administrators) appearing in the assignment mark area. They don't in the gradebook, but it would be handy to stop them appearing in the mark area of assignments as well. (Teachers can be  very picky). Is it a setting I have missed?

 

 

Average of ratings: -
In reply to Michael McDermott

Re: Teachers Appear on Assignment Mark Area

by N Hansen -
I agree, but apparently some very vocal individuals felt that some teachers were also students and wanted this feature in this module (teaching assistants or something like that). I would think though that this will be eliminated in 1.7 with the new roles. Am I correct in thinking this?
In reply to Michael McDermott

Re: Teachers Appear on Assignment Mark Area

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