Make rubrics spacing smaller and
fix a bug in the grading service renderer
This commit is contained in:
@@ -115,7 +115,7 @@ class GradingService(object):
|
||||
response_json = json.loads(response)
|
||||
if 'rubric' in response_json:
|
||||
rubric = response_json['rubric']
|
||||
rubric_renderer = CombinedOpenEndedRubric(self.system, False)
|
||||
rubric_renderer = CombinedOpenEndedRubric(self.system, view_only)
|
||||
rubric_html = rubric_renderer.render_rubric(rubric)
|
||||
response_json['rubric'] = rubric_html
|
||||
return response_json
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
.rubric-label
|
||||
{
|
||||
position: relative;
|
||||
padding: 15px 15px 25px;
|
||||
padding: 0px 15px 15px 15px;
|
||||
width: 130px;
|
||||
min-height: 50px;
|
||||
min-width: 50px;
|
||||
|
||||
Reference in New Issue
Block a user