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
6e7287dd
Commit
6e7287dd
authored
Feb 05, 2013
by
Diana Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some bugs in the peer grading problem code.
parent
51db547a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee
+2
-0
No files found.
common/lib/xmodule/xmodule/js/src/peergrading/peer_grading_problem.coffee
View file @
6e7287dd
...
...
@@ -309,6 +309,7 @@ class @PeerGradingProblem
if
Rubric
.
check_complete
()
# show button if we have scores for all categories
@
show_submit_button
()
@
grade
=
Rubric
.
get_total_score
()
...
...
@@ -382,6 +383,7 @@ class @PeerGradingProblem
# render common information between calibration and grading
render_submission_data
:
(
response
)
=>
@
content_panel
.
show
()
@
error_container
.
hide
()
@
submission_container
.
append
(
@
make_paragraphs
(
response
.
student_response
))
@
prompt_container
.
html
(
response
.
prompt
)
...
...
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