Skip to content
Snippets Groups Projects
Commit 79a0f6a1 authored by Brian Wilson's avatar Brian Wilson
Browse files

remove call to psychometrics when regrading

parent 003c9ba5
No related merge requests found
......@@ -888,8 +888,8 @@ class CapaModule(CapaFields, XModule):
self.system.track_function('problem_regrade', event_info)
# TODO: figure out if psychometrics should be called on regrading requests
if hasattr(self.system, 'psychometrics_handler'): # update PsychometricsData using callback
self.system.psychometrics_handler(self.get_instance_state())
# if hasattr(self.system, 'psychometrics_handler'): # update PsychometricsData using callback
# self.system.psychometrics_handler(self.get_state_for_lcp())
return {'success': success}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment