Index: assignment-bundles/resources/assignment.properties =================================================================== --- assignment-bundles/resources/assignment.properties (revision 133831) +++ assignment-bundles/resources/assignment.properties (revision 133832) @@ -584,6 +584,7 @@ grading.alert.multiTab=Your grade, comments and feedback have not been saved. You will need to enter them again. You can only open one student submission at a time. If you open a second student's work before leaving the first student's submission, the first submission cannot be graded until you close all the submissions, and then open it. To avoid this problem, please do not open multiple browser-windows or tabs while you are grading. We recommend that you close and restart your browser, and then log back into the system, before continuing with your grading. grading.reminder=Important Reminder: grading.reminder.body=Please do not grade assignments with multiple browser windows or tabs. Grade assignments and navigate the system with only one browser window. +grading.reminder.anon=Grading for this peer review is anonymous, so do not post your name in the reviewer comments section. allow.resubmit.number=Number of resubmissions allowed allow.resubmit.number.unlimited=Unlimited allow.resubmit.closeTime=Accept Resubmission Until @@ -901,11 +902,13 @@ peerassessment.removed=Successfully removed review for student's submission peerassessment.restored=Successfully restored review for student's submission peerassessment.peerReviewDueDate=Peer review due date: -peerassessment.peerGradeInfo=You are able to accept or override the averaged peer review grade in this section. Once this grade is released, this is the grade that will appear in the gradebook. +aeerassessment.peerGradeInfo=You are able to accept or override the averaged peer review grade in this section. Once this grade is released, this is the grade that will appear in the gradebook. +stuviewsubm.peerreview=Once submitted, this assignment will be part of a peer review. +stuviewsubm.peerreviewanon=Once submitted, this assignment will be part of an anonymous peer review. Make sure not to include your name in any submission text, files or file names. peerassessment.submissionReq=Assignment submission required peerassessment.notOpen=Not open peerassessment.notStarted=Not started peerassessment.incomplete=Incomplete peerassessment.submitted=Submitted peerassessment.student=Student {0} -peerassessment.draftInProgress=Draft - in progress \ No newline at end of file +peerassessment.draftInProgress=Draft - in progress Index: assignment-tool/tool/src/webapp/vm/assignment/chef_assignments_student_review_edit.vm =================================================================== --- assignment-tool/tool/src/webapp/vm/assignment/chef_assignments_student_review_edit.vm (revision 133831) +++ assignment-tool/tool/src/webapp/vm/assignment/chef_assignments_student_review_edit.vm (revision 133832) @@ -366,6 +366,11 @@ #else $tlang.getString("gradingsub.usethebel1") #end + #if($assignment.getPeerAssessmentAnonEval()) +
+  $tlang.getString("grading.reminder.anon") +
+ #end

#end
Index: assignment-tool/tool/src/webapp/vm/assignment/chef_assignments_student_view_submission.vm =================================================================== --- assignment-tool/tool/src/webapp/vm/assignment/chef_assignments_student_view_submission.vm (revision 133831) +++ assignment-tool/tool/src/webapp/vm/assignment/chef_assignments_student_view_submission.vm (revision 133832) @@ -149,6 +149,15 @@ #elseif ($submissionType==2) $tlang.getString("stuviewsubm.assattonly") #end + #if($assignment.getAllowPeerAssessment()) +
+ #if($assignment.getPeerAssessmentAnonEval()) + $tlang.getString("stuviewsubm.peerreviewanon") + #else + $tlang.getString("stuviewsubm.peerreview") + #end +
+ #end

#end #end