Commit 09741013 by Giulio Gratta

change save message from 'Check' to 'Submit'

parent 03222844
...@@ -1010,7 +1010,7 @@ class CapaModule(CapaFields, XModule): ...@@ -1010,7 +1010,7 @@ class CapaModule(CapaFields, XModule):
self.system.track_function('save_problem_success', event_info) self.system.track_function('save_problem_success', event_info)
msg = "Your answers have been saved" msg = "Your answers have been saved"
if not self.max_attempts == 0: if not self.max_attempts == 0:
msg += " but not graded. Hit 'Check' to grade them." msg += " but not graded. Hit 'Submit' to grade them."
return {'success': True, return {'success': True,
'msg': msg} 'msg': msg}
......
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