Commit d3870419 by Jason Bau

merge fix: delete refs to count_required and count_done

parent 5da73389
...@@ -612,8 +612,6 @@ class PeerGradingModule(PeerGradingFields, XModule): ...@@ -612,8 +612,6 @@ class PeerGradingModule(PeerGradingFields, XModule):
'problem_location': problem_location, 'problem_location': problem_location,
'course_id': self.system.course_id, 'course_id': self.system.course_id,
'ajax_url': ajax_url, 'ajax_url': ajax_url,
'count_graded': count_graded,
'count_required': count_required,
# Checked above # Checked above
'staff_access': False, 'staff_access': False,
'track_changes': getattr(module, 'track_changes', False), 'track_changes': getattr(module, 'track_changes', False),
......
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