Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a85d43a8
Commit
a85d43a8
authored
Feb 01, 2013
by
Diana Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make rubrics spacing smaller and
fix a bug in the grading service renderer
parent
71c233af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lms/djangoapps/open_ended_grading/grading_service.py
+1
-1
lms/static/sass/course/_rubric.scss
+1
-1
No files found.
lms/djangoapps/open_ended_grading/grading_service.py
View file @
a85d43a8
...
...
@@ -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
...
...
lms/static/sass/course/_rubric.scss
View file @
a85d43a8
...
...
@@ -21,7 +21,7 @@
.rubric-label
{
position
:
relative
;
padding
:
15px
15px
2
5px
;
padding
:
0px
15px
15px
1
5px
;
width
:
130px
;
min-height
:
50px
;
min-width
:
50px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment