From 3ba45fec73b0e975c6f761782e3908bbfe79f82b Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Mon, 22 Oct 2012 20:01:39 -0400 Subject: [PATCH] added instrumentation, including user logins,registrations,enrollment,correct answers --- common/lib/capa/capa/correctmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/capa/capa/correctmap.py b/common/lib/capa/capa/correctmap.py index e61f6f6a9c..bbe09a3c57 100644 --- a/common/lib/capa/capa/correctmap.py +++ b/common/lib/capa/capa/correctmap.py @@ -57,7 +57,7 @@ class CorrectMap(object): if correctness=="correct": statsd.increment("user.correct_answer") else: - statsd.increment("user.incorrect_answer) + statsd.increment("user.incorrect_answer") def __repr__(self): return repr(self.cmap)