Mind Map
Go Back
Test your progress by answering these questions
{% for i in range(1,len(questions))%}
{% end %}
{% for x,y in enumerate(zip(questions, answers)) %} {% if x==0 %}
{% else %}
{% end %}
Question {{x}}
{{y[0].replace('blank0','_______')}}
{{y[1]}}
check answer
{% end %}
Previous
Next