Commit 7e02d435 by Sef Kloninger

Merge branch 'giulio/peer-grading-style-release' of github.com:edx/edx-platform…

Merge branch 'giulio/peer-grading-style-release' of github.com:edx/edx-platform into edx-west/release-candidate-20130806

Conflicts:
	common/lib/capa/capa/templates/choicegroup.html
parents 31f307ec 96e25af4
......@@ -1064,7 +1064,7 @@ class CapaModule(CapaFields, XModule):
self.system.track_function('save_problem_success', event_info)
msg = "Your answers have been saved"
if not self.max_attempts == 0:
msg += " but not graded. Hit 'Submit' to grade them."
msg += " but not submitted. Hit 'Submit' when you are ready."
return {'success': True,
'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