From 8aa033f601219852f8f764134eea2bf72314b342 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Tue, 15 Jan 2013 15:40:23 -0500 Subject: [PATCH] Add peer and staff grading required display, notifications --- lms/static/coffee/src/staff_grading/staff_grading.coffee | 2 +- lms/templates/peer_grading/peer_grading.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@