MLH Quizzet
Fork me on GitHub
{% 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'] %}
{{ op }}
{% else %}
{{ op }}
{% endif %} {% endfor %}
{% endfor %}
Submit
{% else %}
Could not upload file
{% endif %}
MIT License © Copyright 2020 Fantastic Falcons