Fix error message
This commit is contained in:
@@ -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):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user