Commit 79a0f6a1 by Brian Wilson

remove call to psychometrics when regrading

parent 003c9ba5
...@@ -888,8 +888,8 @@ class CapaModule(CapaFields, XModule): ...@@ -888,8 +888,8 @@ class CapaModule(CapaFields, XModule):
self.system.track_function('problem_regrade', event_info) self.system.track_function('problem_regrade', event_info)
# TODO: figure out if psychometrics should be called on regrading requests # TODO: figure out if psychometrics should be called on regrading requests
if hasattr(self.system, 'psychometrics_handler'): # update PsychometricsData using callback # if hasattr(self.system, 'psychometrics_handler'): # update PsychometricsData using callback
self.system.psychometrics_handler(self.get_instance_state()) # self.system.psychometrics_handler(self.get_state_for_lcp())
return {'success': success} return {'success': success}
......
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