MLH Quizzet
Home
{% if uploaded == true %} {% for i in range(size) %}
Question {{ i+1 }}
{{ questions[i+1]['question'] }}
{% for j in questions[i+1]['options'] %}
{{ j+1 }}
{{ questions[i+1]['options'][j+1] }}
{% endfor %}
{% endfor %} {% else %}
Could not upload file
{% endif %}