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
c047050e
Commit
c047050e
authored
Jul 11, 2013
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move Fetched New Essay alert message to above content and move user to top
parent
4fb8697d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee
+2
-2
lms/templates/peer_grading/peer_grading_problem.html
+3
-2
No files found.
common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee
View file @
c047050e
...
@@ -344,7 +344,7 @@ class @PeerGradingProblem
...
@@ -344,7 +344,7 @@ class @PeerGradingProblem
if
response
.
success
if
response
.
success
@
is_calibrated_check
()
@
is_calibrated_check
()
@
grading_message
.
fadeIn
()
@
grading_message
.
fadeIn
()
@
grading_message
.
html
(
"<p>Successfully saved your feedback. Fetched the next essay.</p>"
)
@
grading_message
.
html
(
"<p>Successfully saved your feedback. Fetched the next essay.</p>"
)
.
focus
()
else
else
if
response
.
error
if
response
.
error
@
render_error
(
response
.
error
)
@
render_error
(
response
.
error
)
...
@@ -516,7 +516,7 @@ class @PeerGradingProblem
...
@@ -516,7 +516,7 @@ class @PeerGradingProblem
gentle_alert
:
(
msg
)
=>
gentle_alert
:
(
msg
)
=>
@
grading_message
.
fadeIn
()
@
grading_message
.
fadeIn
()
@
grading_message
.
html
(
"<p>"
+
msg
+
"</p>"
)
@
grading_message
.
html
(
"<p>"
+
msg
+
"</p>"
)
.
focus
()
collapse_question
:
()
=>
collapse_question
:
()
=>
@
prompt_container
.
slideToggle
()
@
prompt_container
.
slideToggle
()
...
...
lms/templates/peer_grading/peer_grading_problem.html
View file @
c047050e
...
@@ -27,6 +27,9 @@
...
@@ -27,6 +27,9 @@
<section
class=
"grading-wrapper"
>
<section
class=
"grading-wrapper"
>
<h2>
Student Response
</h2>
<h2>
Student Response
</h2>
<div
class=
"grading-message"
>
</div>
<div
class=
"grading-container"
>
<div
class=
"grading-container"
>
<div
class=
"submission-wrapper"
>
<div
class=
"submission-wrapper"
>
<h3></h3>
<h3></h3>
...
@@ -53,8 +56,6 @@
...
@@ -53,8 +56,6 @@
</div>
</div>
</div>
</div>
<div
class=
"grading-message"
>
</div>
</section>
</section>
</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