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
c20a10cd
Commit
c20a10cd
authored
Aug 01, 2013
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed interstitial text between peer gradings from 'fetched' to 'fetching'
parent
ed8dd91d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee
+3
-3
No files found.
common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee
View file @
c20a10cd
...
@@ -230,7 +230,7 @@ class @PeerGradingProblem
...
@@ -230,7 +230,7 @@ class @PeerGradingProblem
@
calibration_feedback_button
.
click
=>
@
calibration_feedback_button
.
click
=>
@
calibration_feedback_panel
.
hide
()
@
calibration_feedback_panel
.
hide
()
@
grading_wrapper
.
show
()
@
grading_wrapper
.
show
()
@
gentle_alert
"Calibration essay saved. Fetch
ed
the next essay."
@
gentle_alert
"Calibration essay saved. Fetch
ing
the next essay."
@
is_calibrated_check
()
@
is_calibrated_check
()
@
interstitial_page_button
.
click
=>
@
interstitial_page_button
.
click
=>
...
@@ -349,9 +349,9 @@ class @PeerGradingProblem
...
@@ -349,9 +349,9 @@ class @PeerGradingProblem
graded
=
@
grading_wrapper
.
data
(
'graded'
)
+
1
graded
=
@
grading_wrapper
.
data
(
'graded'
)
+
1
@
grading_wrapper
.
data
(
'graded'
,
graded
)
@
grading_wrapper
.
data
(
'graded'
,
graded
)
@
grading_wrapper
.
attr
(
'data-graded'
,
graded
)
#just in case someone wants to read the DOM
@
grading_wrapper
.
attr
(
'data-graded'
,
graded
)
#just in case someone wants to read the DOM
message
=
"<p>Successfully saved your feedback. Fetch
ed
the next essay.</p>"
message
=
"<p>Successfully saved your feedback. Fetch
ing
the next essay.</p>"
if
graded
>=
required
if
graded
>=
required
message
=
"<p>Successfully saved your feedback. Fetch
ed
the next essay.</p>
message
=
"<p>Successfully saved your feedback. Fetch
ing
the next essay.</p>
<p><strong>You have completed the required number of peer evaluations, but may
<p><strong>You have completed the required number of peer evaluations, but may
choose to continue grading if you'd like.</strong></p>"
choose to continue grading if you'd like.</strong></p>"
@
grading_message
.
fadeIn
()
@
grading_message
.
fadeIn
()
...
...
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