Home {% if uploaded == true %} {% for i in range(size) %}

Question {{ i+1 }}

{{ questions[i+1]['question'] }}

{% for j in questions[i+1]['options'] %}
{% endfor %} {% else %}

Could not upload file

{% endif %}