diff --git a/lms/static/coffee/src/staff_grading/staff_grading.coffee b/lms/static/coffee/src/staff_grading/staff_grading.coffee index 039248e386..d70608c1bf 100644 --- a/lms/static/coffee/src/staff_grading/staff_grading.coffee +++ b/lms/static/coffee/src/staff_grading/staff_grading.coffee @@ -328,6 +328,7 @@ class @StaffGrading @error_container.html(@error_msg) @message_container.toggle(@message != "") @error_container.toggle(@error_msg != "") + @flag_submission_checkbox.prop('checked', false) # only show the grading elements when we are not in list view or the state diff --git a/lms/templates/instructor/staff_grading.html b/lms/templates/instructor/staff_grading.html index dcfece34b8..eb8c8c1b66 100644 --- a/lms/templates/instructor/staff_grading.html +++ b/lms/templates/instructor/staff_grading.html @@ -78,7 +78,9 @@
+ Flag as inappropriate content +