Commit 00ad88cb by Giulio Gratta

replace instructor feedback JSON blob with the content

parent 7dcf36c2
...@@ -496,7 +496,7 @@ class @PeerGradingProblem ...@@ -496,7 +496,7 @@ class @PeerGradingProblem
if response.actual_rubric != undefined if response.actual_rubric != undefined
calibration_wrapper.append("<div>Instructor Scored Rubric: #{response.actual_rubric}</div>") calibration_wrapper.append("<div>Instructor Scored Rubric: #{response.actual_rubric}</div>")
if response.actual_feedback!=undefined if response.actual_feedback!=undefined
calibration_wrapper.append("<div>Instructor Feedback: #{response.actual_feedback}</div>") calibration_wrapper.append("<div>Instructor Feedback: #{response.actual_feedback['feedback']}</div>")
# disable score selection and submission from the grading interface # disable score selection and submission from the grading interface
$("input[name='score-selection']").attr('disabled', true) $("input[name='score-selection']").attr('disabled', true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment