Commit 7dec1b3c by Vik Paruchuri

bugfix

parent 57a78637
...@@ -396,7 +396,7 @@ def xqueue_callback(request, course_id, userid, id, dispatch): ...@@ -396,7 +396,7 @@ def xqueue_callback(request, course_id, userid, id, dispatch):
tags=["org:{0}".format(org), tags=["org:{0}".format(org),
"course:{0}".format(course_num), "course:{0}".format(course_num),
"run:{0}".format(run), "run:{0}".format(run),
"score_bucket:{0}".format(score_bucket)), "score_bucket:{0}".format(score_bucket),
"type:xqueue"]) "type:xqueue"])
return HttpResponse("") return HttpResponse("")
...@@ -494,7 +494,7 @@ def modx_dispatch(request, dispatch, location, course_id): ...@@ -494,7 +494,7 @@ def modx_dispatch(request, dispatch, location, course_id):
tags=["org:{0}".format(org), tags=["org:{0}".format(org),
"course:{0}".format(course_num), "course:{0}".format(course_num),
"run:{0}".format(run), "run:{0}".format(run),
"score_bucket:{0}".format(score_bucket)), "score_bucket:{0}".format(score_bucket),
"type:ajax"]) "type:ajax"])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment