diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index 6dc95ea5..de51a5ea 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -69,7 +69,7 @@ csrfmiddlewaretoken: "{{ csrf_token }}", //active: this.checked // true if checked else false }, - body: { question_type: "rapid", aid: el.dataset.aid}, + body: JSON.stringify({ question_type: "rapid", aid: el.dataset.aid}), type: "POST", dataType: "json", })