Teachers should not show up as students when grading

Re: Teachers should not show up as students when grading

by Gary Anderson -
Number of replies: 0

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.