{% extends "signalbox:admin/base.html" %} {% block content_title %} Add multiple questions at once {% endblock %} {% block content %}
{% csrf_token %} {{form.as_table}}
{% endblock %} {% block sidebar %}

Important

resubmitting this form WILL NOT change existing questions. To do this you will either need to edit previously added questions manually, or delete them and resubmit with this form.

Also remember the following:
  • Variable names must not begin with a digit
  • All questions must be in the same format, and have the same multiple choice options
  • If you need a new choiceset for these questionnaire, you must create it now before adding the questions.
Create Choiceset
{% endblock%}