Fix error message

This commit is contained in:
Vik Paruchuri
2013-02-20 13:33:17 -05:00
parent dbe93502f1
commit c3d485a609

View File

@@ -395,7 +395,7 @@ class PeerGradingModule(XModule):
#This is a dev_facing_error
log.exception("Error saving calibration grade, location: {0}, submission_id: {1}, submission_key: {2}, grader_id: {3}".format(location, submission_id, submission_key, grader_id))
#This is a student_facing_error
return self._err_response('')
return self._err_response('There was an error saving your score. Please notify course staff.')
def peer_grading(self, get=None):
'''