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

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


{% for op in questions[i+1]['options'] %} {% if op == questions[i+1]['answer'] %}
{% else %}
{% endif %} {% endfor %}
{% endfor %}
{% else %}

Could not upload file

{% endif %}
MIT License © Copyright 2020 Fantastic Falcons