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
b817f4ca
Commit
b817f4ca
authored
Aug 15, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/feature/vik/oe-ui' into feature/vik/oe-ui
parents
f8dab92b
72bb93d4
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
12 deletions
+24
-12
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
+0
-3
common/lib/xmodule/xmodule/js/fixtures/combined-open-ended.html
+1
-1
common/lib/xmodule/xmodule/js/fixtures/rubric.html
+1
-1
lms/static/sass/course/_staff_grading.scss
+17
-4
lms/templates/combinedopenended/combined_open_ended.html
+1
-1
lms/templates/peer_grading/peer_grading.html
+4
-2
No files found.
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
View file @
b817f4ca
...
@@ -266,8 +266,6 @@ div.combined-rubric-container {
...
@@ -266,8 +266,6 @@ div.combined-rubric-container {
h4
{
h4
{
padding-top
:
$baseline
/
2
;
padding-top
:
$baseline
/
2
;
border-color
:
lightgray
;
border-top
:
1px
solid
;
}
}
span
.rubric-category
{
span
.rubric-category
{
...
@@ -892,7 +890,6 @@ section.open-ended-child {
...
@@ -892,7 +890,6 @@ section.open-ended-child {
.oe-tools
{
.oe-tools
{
display
:
inline-block
;
display
:
inline-block
;
padding-left
:
$baseline
;
width
:
100%
;
width
:
100%
;
border-radius
:
5px
;
border-radius
:
5px
;
...
...
common/lib/xmodule/xmodule/js/fixtures/combined-open-ended.html
View file @
b817f4ca
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
</div>
</div>
</div>
</div>
<div
class=
"oe-tools response-tools"
>
<div
class=
"oe-tools response-tools"
>
<span
class=
"oe-tools-label"
>
Response:
</span>
<span
class=
"oe-tools-label"
></span>
<input
type=
"button"
value=
"Reset"
class=
"reset-button"
name=
"reset"
style=
"display: none;"
>
<input
type=
"button"
value=
"Reset"
class=
"reset-button"
name=
"reset"
style=
"display: none;"
>
</div>
</div>
<input
type=
"button"
value=
"Next Step"
class=
"next-step-button"
name=
"reset"
style=
"display: none;"
>
<input
type=
"button"
value=
"Next Step"
class=
"next-step-button"
name=
"reset"
style=
"display: none;"
>
...
...
common/lib/xmodule/xmodule/js/fixtures/rubric.html
View file @
b817f4ca
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
</div>
</div>
</div>
</div>
<div
class=
"oe-tools response-tools"
>
<div
class=
"oe-tools response-tools"
>
<span
class=
"oe-tools-label"
>
Response:
</span>
<span
class=
"oe-tools-label"
></span>
<input
type=
"button"
value=
"Reset"
class=
"reset-button"
name=
"reset"
style=
"display: inline-block;"
>
<input
type=
"button"
value=
"Reset"
class=
"reset-button"
name=
"reset"
style=
"display: inline-block;"
>
</div>
</div>
</div>
</div>
...
...
lms/static/sass/course/_staff_grading.scss
View file @
b817f4ca
...
@@ -36,10 +36,10 @@ div.peer-grading{
...
@@ -36,10 +36,10 @@ div.peer-grading{
&
.submission-container
{
&
.submission-container
{
@include
clearfix
;
@include
clearfix
;
overflow-y
:
auto
;
overflow-y
:
auto
;
height
:
auto
;
max-height
:
300px
;
max-height
:
300px
;
height
:
auto
;
border
:
1px
solid
#ddd
;
border
:
1px
solid
#ddd
;
background
:
#
F6F6F
6
;
background
:
#
f6f6f
6
;
}
}
}
}
...
@@ -47,7 +47,6 @@ div.peer-grading{
...
@@ -47,7 +47,6 @@ div.peer-grading{
margin
:
0
;
margin
:
0
;
padding
:
2px
;
padding
:
2px
;
min-width
:
50px
;
min-width
:
50px
;
background-color
:
white
;
text-size
:
1
.5em
;
text-size
:
1
.5em
;
}
}
...
@@ -63,7 +62,7 @@ div.peer-grading{
...
@@ -63,7 +62,7 @@ div.peer-grading{
}
}
.problem-list
{
.problem-list
{
width
:
100%
;
width
:
100%
;
table-layout
:
auto
;
table-layout
:
auto
;
text-align
:
center
;
text-align
:
center
;
...
@@ -193,6 +192,20 @@ div.peer-grading {
...
@@ -193,6 +192,20 @@ div.peer-grading {
border-radius
:
$baseline
/
2
;
border-radius
:
$baseline
/
2
;
padding
:
0
;
padding
:
0
;
.peer-grading-tools
{
padding
:
$baseline
;
}
.error-container
{
margin
:
$baseline
;
border-radius
:
$baseline
/
4
;
padding
:
$baseline
/
2
;
}
.interstitial-page
,
.calibration
-feedback
,
.calibration-interstitial-page
{
padding
:
$baseline
;
}
.prompt-wrapper
{
.prompt-wrapper
{
padding
:
$baseline
;
padding
:
$baseline
;
}
}
...
...
lms/templates/combinedopenended/combined_open_ended.html
View file @
b817f4ca
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
% endfor
% endfor
</div>
</div>
<div
class=
"oe-tools response-tools"
>
<div
class=
"oe-tools response-tools"
>
<span
class=
"oe-tools-label"
>
${_("Response: ")}
</span>
<span
class=
"oe-tools-label"
></span>
<input
type=
"button"
value=
"${_('Reset')}"
class=
"reset-button"
name=
"reset"
/>
<input
type=
"button"
value=
"${_('Reset')}"
class=
"reset-button"
name=
"reset"
/>
</div>
</div>
</div>
</div>
...
...
lms/templates/peer_grading/peer_grading.html
View file @
b817f4ca
...
@@ -2,8 +2,9 @@
...
@@ -2,8 +2,9 @@
<section
class=
"container peer-grading-container"
>
<section
class=
"container peer-grading-container"
>
<div
class=
"peer-grading"
data-ajax-url=
"${ajax_url}"
data-use-single-location=
"${use_single_location}"
>
<div
class=
"peer-grading"
data-ajax-url=
"${ajax_url}"
data-use-single-location=
"${use_single_location}"
>
<div
class=
"error-container"
>
${error_text}
</div>
<div
class=
"error-container"
>
${error_text}
</div>
<h1>
${_("Peer Grading")}
</h1>
<div
class=
"peer-grading-tools"
>
<h2>
${_("Instructions")}
</h2>
<h1
class=
"peer-grading-title"
>
${_("Peer Grading")}
</h1>
<h2
class=
"peer-grading-instructions"
>
${_("Instructions")}
</h2>
<p>
${_("Here are a list of problems that need to be peer graded for this course.")}
</p>
<p>
${_("Here are a list of problems that need to be peer graded for this course.")}
</p>
% if success:
% if success:
% if len(problem_list) == 0:
% if len(problem_list) == 0:
...
@@ -57,4 +58,5 @@
...
@@ -57,4 +58,5 @@
%endif
%endif
%endif
%endif
</div>
</div>
</div>
</section>
</section>
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