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
87990b36
Commit
87990b36
authored
Jan 17, 2013
by
Diana Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rubric sizing tweaks and text improvements.
parent
7171e6b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
+3
-2
lms/static/sass/course/_staff_grading.scss
+3
-4
lms/templates/open_ended.html
+2
-2
No files found.
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
View file @
87990b36
...
@@ -152,6 +152,7 @@ div.result-container {
...
@@ -152,6 +152,7 @@ div.result-container {
font-family
:
monospace
;
font-family
:
monospace
;
font-size
:
1em
;
font-size
:
1em
;
padding-top
:
10px
;
padding-top
:
10px
;
padding-bottom
:
30px
;
header
{
header
{
font-size
:
1
.4em
;
font-size
:
1
.4em
;
}
}
...
@@ -237,7 +238,7 @@ div.result-container, section.open-ended-child {
...
@@ -237,7 +238,7 @@ div.result-container, section.open-ended-child {
height
:
100%
;
height
:
100%
;
}
}
td
{
td
{
padding
:
20px
0px
;
padding
:
20px
0px
25px
0px
;
margin
:
10px
0px
;
margin
:
10px
0px
;
height
:
100%
;
height
:
100%
;
}
}
...
@@ -249,7 +250,7 @@ div.result-container, section.open-ended-child {
...
@@ -249,7 +250,7 @@ div.result-container, section.open-ended-child {
.view-only
{
.view-only
{
margin
:
2px
;
margin
:
2px
;
position
:
relative
;
position
:
relative
;
padding
:
1
5
px
15px
25px
15px
;
padding
:
1
0
px
15px
25px
15px
;
width
:
145px
;
width
:
145px
;
height
:
100%
;
height
:
100%
;
display
:
inline-block
;
display
:
inline-block
;
...
...
lms/static/sass/course/_staff_grading.scss
View file @
87990b36
...
@@ -124,7 +124,7 @@ div.peer-grading{
...
@@ -124,7 +124,7 @@ div.peer-grading{
margin
:
0px
;
margin
:
0px
;
background
:
#eee
;
background
:
#eee
;
height
:
10em
;
height
:
10em
;
width
:
4
8
%
;
width
:
4
7
.6
%
;
h3
h3
{
{
text-align
:center
;
text-align
:center
;
...
@@ -182,8 +182,7 @@ div.peer-grading{
...
@@ -182,8 +182,7 @@ div.peer-grading{
height
:
100%
;
height
:
100%
;
}
}
td
{
td
{
padding
:
20px
0px
;
padding
:
20px
0px
25px
0px
;
margin
:
10px
0px
;
height
:
100%
;
height
:
100%
;
}
}
th
{
th
{
...
@@ -201,7 +200,7 @@ div.peer-grading{
...
@@ -201,7 +200,7 @@ div.peer-grading{
min-height
:
50px
;
min-height
:
50px
;
min-width
:
50px
;
min-width
:
50px
;
background-color
:
#CCC
;
background-color
:
#CCC
;
font-size
:
.
85
em
;
font-size
:
.
9
em
;
}
}
.grade
{
.grade
{
position
:
absolute
;
position
:
absolute
;
...
...
lms/templates/open_ended.html
View file @
87990b36
...
@@ -10,9 +10,9 @@
...
@@ -10,9 +10,9 @@
% if state == 'initial':
% if state == 'initial':
<span
class=
"unanswered"
style=
"display:inline-block;"
id=
"status_${id}"
>
Unanswered
</span>
<span
class=
"unanswered"
style=
"display:inline-block;"
id=
"status_${id}"
>
Unanswered
</span>
% elif state in ['done', 'post_assessment'] and correct == 'correct':
% elif state in ['done', 'post_assessment'] and correct == 'correct':
<span
class=
"correct"
id=
"status_${id}"
>
Correct
</span>
<p>
Correct
</p>
<span
class=
"correct"
id=
"status_${id}"
></span>
<p>
Correct
</p>
% elif state in ['done', 'post_assessment'] and correct == 'incorrect':
% elif state in ['done', 'post_assessment'] and correct == 'incorrect':
<span
class=
"incorrect"
id=
"status_${id}"
>
Incorrect
</span>
<p>
This submission has been assessed as incorrect.
</p>
<span
class=
"incorrect"
id=
"status_${id}"
></span>
<p>
This submission has been assessed as incorrect.
</p>
% elif state == 'assessing':
% elif state == 'assessing':
<span
class=
"grading"
id=
"status_${id}"
>
Submitted for grading
</span>
<span
class=
"grading"
id=
"status_${id}"
>
Submitted for grading
</span>
% endif
% endif
...
...
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