diff --git a/common/lib/xmodule/xmodule/js/src/capa/display.coffee b/common/lib/xmodule/xmodule/js/src/capa/display.coffee index 27d3585f96..ea5d939356 100644 --- a/common/lib/xmodule/xmodule/js/src/capa/display.coffee +++ b/common/lib/xmodule/xmodule/js/src/capa/display.coffee @@ -257,7 +257,11 @@ class @Problem Logger.log 'problem_save', @answers $.postWithPrefix "#{@url}/problem_save", @answers, (response) => if response.success - alert 'Saved' + if @el.find('.save_message').length + @el.find('.save_message').animate(opacity: 0, 500).animate(opacity: 1, 500) + else + saveMessage = "
Your answers have been saved but not graded. Hit 'Check' to grade them.
" + @el.find('.action').after(saveMessage) @updateProgress response refreshMath: (event, element) =>