What type of question do you want to create?

{% for question_type in question_types %} {% if question_type.0 != 'generic' %}
{{ question_type.1 }}
{% endif %} {% empty %}

No question types defined.

{% endfor %}