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
5bdf91e8
Commit
5bdf91e8
authored
Jan 10, 2013
by
Diana Huang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'diana/peer-grading-improvements' into diana/peer-grading-views
parents
7fcfe035
d0e00af6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
11 deletions
+7
-11
lms/static/coffee/src/peer_grading/peer_grading_problem.coffee
+3
-0
lms/static/sass/course/_staff_grading.scss
+4
-11
No files found.
lms/static/coffee/src/peer_grading/peer_grading_problem.coffee
View file @
5bdf91e8
...
...
@@ -146,6 +146,8 @@ class PeerGradingProblem
@
interstitial_page_button
=
$
(
'.interstitial-page-button'
)
Collapsible
.
setCollapsibles
(
@
content_panel
)
# Set up the click event handlers
@
action_button
.
click
->
history
.
back
()
@
calibration_feedback_button
.
click
=>
@
calibration_feedback_panel
.
hide
()
...
...
@@ -358,6 +360,7 @@ class PeerGradingProblem
@
calibration_feedback_panel
.
hide
()
@
error_container
.
html
(
error_message
)
@
content_panel
.
hide
()
@
action_button
.
show
()
show_submit_button
:
()
=>
@
submit_button
.
show
()
...
...
lms/static/sass/course/_staff_grading.scss
View file @
5bdf91e8
...
...
@@ -120,29 +120,22 @@ div.peer-grading{
.calibration-panel
{
float
:left
;
width
:
4
7
%
;
width
:
4
8
%
;
}
.grading-panel
{
float
:right
;
width
:
4
7
%
;
width
:
4
8
%
;
}
.current-state
{
background
:
#
0F6B8A
;
background
:
#
1D9DD9
;
h3
,
p
{
color
:
white
;
}
}
&
:after
{
content
:
"."
;
display
:block
;
height
:
0
;
visibility
:
hidden
;
clear
:both
;
}
@include
clearfix
;
}
...
...
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