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