diff --git a/common/lib/xmodule/xmodule/css/combinedopenended/display.scss b/common/lib/xmodule/xmodule/css/combinedopenended/display.scss index 9f75637447d2..8378f6002337 100644 --- a/common/lib/xmodule/xmodule/css/combinedopenended/display.scss +++ b/common/lib/xmodule/xmodule/css/combinedopenended/display.scss @@ -52,7 +52,6 @@ section.legend-container { width: 20%; } margin-bottom: 5px; - display: none !important; } section.combined-open-ended-status { diff --git a/common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee b/common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee index 776db0e47c3d..010c9aed421b 100644 --- a/common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee +++ b/common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee @@ -294,9 +294,6 @@ class @PeerGradingProblem # Callbacks for various events # ########## - - remove_answer_unknown: () => - @answer_unknown_checkbox.removeAttr("checked") remove_flag: () => @flag_student_checkbox.removeAttr("checked") @@ -352,9 +349,9 @@ class @PeerGradingProblem @grading_wrapper.attr('data-graded', graded) #just in case someone wants to read the DOM message = "
Successfully saved your feedback. Fetched the next essay.
" if graded >= required - message = "Successfully saved your feedback. Fetched the next essay. - You have completed the required number of peer evaluations, but may - choose to continue grading if you'd like.
" + message = "Successfully saved your feedback. Fetched the next essay.
+You have completed the required number of peer evaluations, but may + choose to continue grading if you'd like.
" @grading_message.fadeIn() @grading_message.html(message) $.scrollTo(@grading_message) diff --git a/common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py b/common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py index 1fe62035e65e..f0a208395fe3 100644 --- a/common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py +++ b/common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py @@ -32,7 +32,7 @@ HUMAN_TASK_TYPE = { 'selfassessment': "Self Assessment", - 'openended': "edX Assessment", + 'openended': "Reviewed Assessment", } # Default value that controls whether or not to skip basic spelling checks in the controller diff --git a/lms/templates/peer_grading/peer_grading_problem.html b/lms/templates/peer_grading/peer_grading_problem.html index 776154cfc4dd..0a991adf56fe 100644 --- a/lms/templates/peer_grading/peer_grading_problem.html +++ b/lms/templates/peer_grading/peer_grading_problem.html @@ -47,7 +47,7 @@