diff --git a/lms/static/coffee/src/staff_grading/staff_grading.coffee b/lms/static/coffee/src/staff_grading/staff_grading.coffee index 7039fd1358..d36cf45c64 100644 --- a/lms/static/coffee/src/staff_grading/staff_grading.coffee +++ b/lms/static/coffee/src/staff_grading/staff_grading.coffee @@ -318,7 +318,7 @@ class StaffGrading problem_link:(problem) -> link = $('').attr('href', "javascript:void(0)").append( - "#{problem.problem_name} (#{problem.num_graded} graded, #{problem.num_pending} pending)") + "#{problem.problem_name} (#{problem.num_graded} graded, #{problem.num_pending} pending, required to grade #{problem.num_required} more)") .click => @get_next_submission problem.location diff --git a/lms/templates/peer_grading/peer_grading.html b/lms/templates/peer_grading/peer_grading.html index 2eb33cae05..598c803245 100644 --- a/lms/templates/peer_grading/peer_grading.html +++ b/lms/templates/peer_grading/peer_grading.html @@ -29,7 +29,7 @@