From 6427a7dac548cf2e747b0285139c47a5b1372243 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Mon, 14 Jan 2013 16:03:53 -0500 Subject: [PATCH] Rubric html change --- lms/djangoapps/open_ended_grading/staff_grading_service.py | 1 + lms/templates/instructor/staff_grading.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/lms/djangoapps/open_ended_grading/staff_grading_service.py b/lms/djangoapps/open_ended_grading/staff_grading_service.py index 9f7daeb786..67f2775ad4 100644 --- a/lms/djangoapps/open_ended_grading/staff_grading_service.py +++ b/lms/djangoapps/open_ended_grading/staff_grading_service.py @@ -271,6 +271,7 @@ def _get_next(course_id, grader_id, location): return json.dumps({'success': False, 'error': error_message}) response_json['rubric'] = rubric_html + log.debug(rubric_html) return json.dumps(response_json) except GradingServiceError: log.exception("Error from grading service. server url: {0}" diff --git a/lms/templates/instructor/staff_grading.html b/lms/templates/instructor/staff_grading.html index 3749a63e73..f518f1e924 100644 --- a/lms/templates/instructor/staff_grading.html +++ b/lms/templates/instructor/staff_grading.html @@ -57,6 +57,12 @@ +
+
+ +
+
+