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
7279d11c
Commit
7279d11c
authored
Dec 10, 2012
by
Diana Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a reload button to open-ended input problems
parent
3156c2b3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
common/lib/capa/capa/templates/openendedinput.html
+3
-0
common/lib/xmodule/xmodule/css/capa/display.scss
+7
-0
No files found.
common/lib/capa/capa/templates/openendedinput.html
View file @
7279d11c
...
@@ -23,6 +23,9 @@
...
@@ -23,6 +23,9 @@
<span
id=
"answer_${id}"
></span>
<span
id=
"answer_${id}"
></span>
% if status == 'queued':
<input
name=
"reload"
class=
"reload"
type=
"button"
value=
"Recheck for Feedback"
onclick=
"document.location.reload(true);"
/>
% endif
<div
class=
"external-grader-message"
>
<div
class=
"external-grader-message"
>
${msg|n}
${msg|n}
</div>
</div>
...
...
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
7279d11c
...
@@ -240,6 +240,13 @@ section.problem {
...
@@ -240,6 +240,13 @@ section.problem {
}
}
}
}
.reload
{
float
:right
;
margin
:
10px
;
}
.grader-status
{
.grader-status
{
padding
:
9px
;
padding
:
9px
;
background
:
#F6F6F6
;
background
:
#F6F6F6
;
...
...
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