{% extends "global/Page.html" %} {% load otree %} {% block title %} Final Payment {% endblock %} {% block content %}
One of your five paying investment game rounds was randomly selected for payment.
The selected round was Round {{ paying_round }}, in which you earned {{ inv_tokens }} coins.
These coins are converted into real money at a rate of {{ exchange_rate }} per coin. This gives an investment payment of {{ inv_eur }} euros.
In the mathematical exercise, you answered {{ correct_real }} paying question(s) correctly. {{ fast_correct }} of them was/were fast (under {{ threshold }} seconds), and {{ slow_correct }} was/were not. Fast correct answers earn {{ math_pay_fast }} €, and other correct answers earn {{ math_pay_slow }} €. This gives an additional {{ math_eur }} €.
In addition, you receive a fixed show-up fee of 2€.
Your total payment from this experiment (including the show-up fee) is {{ total_eur }} euros.
{% include "thesis_exp_main_task/_music_snippet.html" %} {{ formfields }} {{ next_button }} {% endblock %}