Commit c3d485a6 by Vik Paruchuri

Fix error message

parent dbe93502
......@@ -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):
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment