diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index 79c9891d..f0d7ad93 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -102,7 +102,7 @@ //active: this.checked // true if checked else false question_type: "rapid", aid: el.dataset.aid, - status: 1, + status: 0, }, type: "POST", dataType: "json",