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
5291ee0e
Commit
5291ee0e
authored
Jul 12, 2013
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make sure prompt is shown on load
parent
a879b3ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee
+6
-3
No files found.
common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee
View file @
5291ee0e
...
@@ -221,7 +221,7 @@ class @PeerGradingProblem
...
@@ -221,7 +221,7 @@ class @PeerGradingProblem
$
(
window
).
keydown
@
keydown_handler
$
(
window
).
keydown
@
keydown_handler
$
(
window
).
keyup
@
keyup_handler
$
(
window
).
keyup
@
keyup_handler
@
collapse_question
()
#
@collapse_question()
Collapsible
.
setCollapsibles
(
@
content_panel
)
Collapsible
.
setCollapsibles
(
@
content_panel
)
...
@@ -353,7 +353,8 @@ class @PeerGradingProblem
...
@@ -353,7 +353,8 @@ class @PeerGradingProblem
<b>You have completed the required number of peer evaluations, but may
<b>You have completed the required number of peer evaluations, but may
choose to continue grading if you'd like.</b></p>"
choose to continue grading if you'd like.</b></p>"
@
grading_message
.
fadeIn
()
@
grading_message
.
fadeIn
()
@
grading_message
.
html
(
message
).
focus
()
@
grading_message
.
html
(
message
)
$
.
scrollTo
(
@
grading_message
)
else
else
if
response
.
error
if
response
.
error
@
render_error
(
response
.
error
)
@
render_error
(
response
.
error
)
...
@@ -464,6 +465,7 @@ class @PeerGradingProblem
...
@@ -464,6 +465,7 @@ class @PeerGradingProblem
@
submission_container
.
append
(
@
make_paragraphs
(
response
.
student_response
))
@
submission_container
.
append
(
@
make_paragraphs
(
response
.
student_response
))
@
prompt_container
.
html
(
response
.
prompt
)
@
prompt_container
.
html
(
response
.
prompt
)
@
rubric_selection_container
.
html
(
response
.
rubric
)
@
rubric_selection_container
.
html
(
response
.
rubric
)
@
submission_key_input
.
val
(
response
.
submission_key
)
@
submission_key_input
.
val
(
response
.
submission_key
)
@
essay_id_input
.
val
(
response
.
submission_id
)
@
essay_id_input
.
val
(
response
.
submission_id
)
...
@@ -525,7 +527,8 @@ class @PeerGradingProblem
...
@@ -525,7 +527,8 @@ class @PeerGradingProblem
gentle_alert
:
(
msg
)
=>
gentle_alert
:
(
msg
)
=>
@
grading_message
.
fadeIn
()
@
grading_message
.
fadeIn
()
@
grading_message
.
html
(
"<p>"
+
msg
+
"</p>"
).
focus
()
@
grading_message
.
html
(
"<p>"
+
msg
+
"</p>"
)
$
.
scrollTo
(
@
grading_message
)
collapse_question
:
()
=>
collapse_question
:
()
=>
@
prompt_container
.
slideToggle
()
@
prompt_container
.
slideToggle
()
...
...
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