Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.8.3
-
Fix Version/s: DEV backlog
-
Component/s: Assignment
-
Labels:
-
Affected Branches:MOODLE_18_STABLE
Description
My institution's regulations require all tutor-marked assignments to be marked anonymously (i.e. the tutor must not know the name of the student who's work s/he is marking). I think this requirement is very common in the UK. However, it seems impossible to do this in Moodle because the names and photos of students are shown alongside the submitted assignments. Is there any way to 'anonymize' work that students upload? Thanks in advance for any pointers.
There was a thread on this back in 2003: http://moodle.org/mod/forum/discuss.php?d=911 but it doesn't seem to have arisen since. This seems odd since we have already had 5 different users request this after only a few months of using Moodle.
It looks tricky to me. There are at least 3 places where changes would be required:
I have added my vote anyway.
- assignment/submissions.php - need to hide the name and photo of the student, and replace them with some unique ID that does not easily identify the student (as the database's user ID would)
- grade/index.php - need to hide any 'blind-marked' assignments from the table, and omit these grades from the total.
- course/user.php - grades also appear in the activity reports here so again any blind-marked assignments would have to be altered to hide the grade.
I have added my vote anyway.