Fix peer grading feedback issue
This commit is contained in:
@@ -482,7 +482,7 @@ class @PeerGradingProblem
|
||||
|
||||
if response.actual_rubric != undefined
|
||||
calibration_wrapper.append("<div>Instructor Scored Rubric: #{response.actual_rubric}</div>")
|
||||
if response.actual_feedback!=undefined
|
||||
if response.actual_feedback.feedback!=undefined
|
||||
calibration_wrapper.append("<div>Instructor Feedback: #{response.actual_feedback}</div>")
|
||||
|
||||
# disable score selection and submission from the grading interface
|
||||
|
||||
Reference in New Issue
Block a user