From 79a0f6a16bf0a73645954359947215dd8ef7b8f6 Mon Sep 17 00:00:00 2001 From: Brian Wilson Date: Fri, 24 May 2013 03:21:57 -0400 Subject: [PATCH] remove call to psychometrics when regrading --- common/lib/xmodule/xmodule/capa_module.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/lib/xmodule/xmodule/capa_module.py b/common/lib/xmodule/xmodule/capa_module.py index d0a84e7bd5..f4423d3ce6 100644 --- a/common/lib/xmodule/xmodule/capa_module.py +++ b/common/lib/xmodule/xmodule/capa_module.py @@ -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}