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