From bd66a28d32f27c9e868b1919b44859381f3aa127 Mon Sep 17 00:00:00 2001 From: kimth Date: Mon, 30 Jul 2012 15:23:14 -0400 Subject: [PATCH] Add TODO note --- common/lib/capa/capa/responsetypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/capa/capa/responsetypes.py b/common/lib/capa/capa/responsetypes.py index bb511e588f..2a50b85cf7 100644 --- a/common/lib/capa/capa/responsetypes.py +++ b/common/lib/capa/capa/responsetypes.py @@ -905,7 +905,7 @@ class CodeResponse(LoncapaResponse): # Prepare payload xmlstr = etree.tostring(self.xml, pretty_print=True) header = {'return_url': self.system.xqueue_callback_url, - 'queue_name': 'mitx-600x', + 'queue_name': 'mitx-600x', # TODO: Queue name should derive from courseware or XML } # Queuekey generation