From d3d3a03c6160c697ed6344dd1cab88431b105da0 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Thu, 7 Feb 2013 15:33:38 -0500 Subject: [PATCH] Add checkbox and make sure to uncheck it after submission --- lms/static/coffee/src/staff_grading/staff_grading.coffee | 1 + lms/templates/instructor/staff_grading.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 @@

Written Feedback

- +

+ Flag as inappropriate content +