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
69ae1cc2
Commit
69ae1cc2
authored
Dec 13, 2012
by
Diana Huang
Committed by
Vik Paruchuri
Jan 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up the styling and make the evaluation parts collapsible.
parent
54c541de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletions
+19
-1
common/lib/capa/capa/templates/openendedinput.html
+6
-1
common/lib/xmodule/xmodule/css/capa/display.scss
+13
-0
No files found.
common/lib/capa/capa/templates/openendedinput.html
View file @
69ae1cc2
...
@@ -27,8 +27,12 @@
...
@@ -27,8 +27,12 @@
<input
name=
"reload"
class=
"reload"
type=
"button"
value=
"Recheck for Feedback"
onclick=
"document.location.reload(true);"
/>
<input
name=
"reload"
class=
"reload"
type=
"button"
value=
"Recheck for Feedback"
onclick=
"document.location.reload(true);"
/>
% endif
% endif
<div
class=
"external-grader-message"
>
<div
class=
"external-grader-message"
>
${msg|n}
${msg|n}
% if status in ['correct','incorrect']:
% if status in ['correct','incorrect']:
<div
class=
"collapsible evaluation-response"
>
<header>
<a
href=
"#"
>
Respond to Feedback
</a>
</header>
<section
id=
"evaluation_${id}"
class=
"evaluation"
>
<section
id=
"evaluation_${id}"
class=
"evaluation"
>
How accurate do you think this grading is?
How accurate do you think this grading is?
<div
class=
"evaluation-scoring"
>
<div
class=
"evaluation-scoring"
>
...
@@ -46,6 +50,7 @@
...
@@ -46,6 +50,7 @@
<input
name=
"submit-message"
class=
"submit-message"
type=
"button"
value=
"Submit your message"
/>
<input
name=
"submit-message"
class=
"submit-message"
type=
"button"
value=
"Submit your message"
/>
</div>
</div>
</section>
</section>
</div>
% endif
% endif
</div>
</div>
</section>
</section>
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
69ae1cc2
...
@@ -311,6 +311,15 @@ section.problem {
...
@@ -311,6 +311,15 @@ section.problem {
margin-right
:
20px
;
margin-right
:
20px
;
}
}
.evaluation-response
{
header
{
text-align
:
right
;
a
{
font-size
:
.85em
;
}
}
}
.evaluation-scoring
{
.evaluation-scoring
{
.scoring-list
{
.scoring-list
{
list-style-type
:
none
;
list-style-type
:
none
;
...
@@ -670,6 +679,10 @@ section.problem {
...
@@ -670,6 +679,10 @@ section.problem {
color
:
#2C2C2C
;
color
:
#2C2C2C
;
font-family
:
monospace
;
font-family
:
monospace
;
font-size
:
1em
;
font-size
:
1em
;
padding-top
:
10px
;
header
{
font-size
:
1
.4em
;
}
.shortform
{
.shortform
{
font-weight
:
bold
;
font-weight
:
bold
;
...
...
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