{% extends 'base.html' %} {% load static %} {% block content %}

Quiz Completion

Colour Code

Terminology

{% for wave1_question_data in wave1_questions_data %}
{% endfor %}
{% for wave1_question in wave1_questions_negative %}
{{ wave1_question.wave_id }} {% if wave1_question.tense %} {{ wave1_question.wave1questionspresent|safe }} {% else %} {{ wave1_question.wave1questions|safe }} {% endif %}
{% endfor %}

Personal Notes



1 (waste of time) 2 (did not help too much) 3 (don't know) 4 (was useful) 5 (will use again)



{% endblock %}