{% extends "global/Page.html" %} {% block title %}Thank You{% endblock %} {% block content %}

This session has now ended.

The following table shows the number of questions you answered correctly in each round.

Round Number Correct Answers
Round 1 {{ correct1 }}
Round 2 {{ correct2 }}
Round 3 {{ correct3 }}
Round 4 {{ correct4 }}
Round 5 {{ correct5 }}
Round 6 {{ correct6 }}
Round 7 {{ correct7 }}

The round randomly chosen for payment is {{ payoff_round }}.
In this round you answered {{ correct }} questions correctly.

Your payment is: {{ payoff }}.
Thank you for your participation!

{% endblock %}