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 @@
+