remove call to psychometrics when regrading

This commit is contained in:
Brian Wilson
2013-05-24 03:21:57 -04:00
parent 003c9ba5d9
commit 79a0f6a16b

View File

@@ -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}