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
3a970d14
Commit
3a970d14
authored
Aug 13, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restyled controls area for motion through multiple scored peer reviews
parent
ab810006
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
9 deletions
+24
-9
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
+13
-1
lms/templates/combinedopenended/combined_open_ended_results.html
+11
-8
No files found.
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
View file @
3a970d14
...
...
@@ -896,13 +896,25 @@ section.open-ended-child {
width
:
100%
;
border-radius
:
5px
;
.oe-tools-label
{
.oe-tools-label
,
.oe-tools-scores-label
{
display
:
inline-block
;
padding
:
$baseline
/
2
;
vertical-align
:
middle
;
font-size
:
0
.8em
;
}
.rubric-button
{
padding
:
8px
$baseline
/
4
;
}
.rubric-previous-button
{
margin-right
:
$baseline
/
4
;
}
.rubric-next-button
{
margin-left
:
$baseline
/
4
;
}
.next-step-button
{
margin
:
$baseline
/
2
;
}
...
...
lms/templates/combinedopenended/combined_open_ended_results.html
View file @
3a970d14
...
...
@@ -12,15 +12,18 @@
<span
class=
"section-header section-header-rubric"
>
Submitted Rubric
</span>
</div>
<div
class=
"oe-tools rubric-header"
>
<span
class=
"oe-tools-label"
></span>
<span
class=
"oe-tools-label"
>
Rubric:
</span>
<button
class=
"rubric-collapse"
href=
"#"
>
Show Score Only
</button>
% if len(results)>1:
<a
href=
"#"
class=
"rubric-previous-button"
>
Previous
</a>
% endif
${result['task_name']} from grader ${i+1}
% if len(results)>1:
<a
href=
"#"
class=
"rubric-next-button"
>
Next
</a>
% endif
<span
class=
"oe-tools-scores"
>
<span
class=
"oe-tools-scores-label"
>
Scores:
</span>
% if len(results)>1:
<button
href=
"#"
alt=
"Previous"
class=
"rubric-button rubric-previous-button"
><i
class=
"icon-chevron-left"
></i></button>
% endif
${result['task_name']} from grader ${i+1}
% if len(results)>1:
<button
href=
"#"
alt=
"Next"
class=
"rubric-button rubric-next-button"
>
i class="icon-chevron-right">
</i></button>
% endif
</span>
</div>
${result['result'] | n}
<div
class=
"written-feedback"
>
...
...
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