{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block content %} {% include "global/fopen_bt.html" %} Your Results Overview {% include "global/fopen_at.html" %}

In the {{pwd_rounds}} rounds of Part 1, you correctly solved {{math_ability}} out of {{possible_math_task_ability}} math problems. {% if math_diff > 0 %} As a time bonus, you receive {{math_diff}}. Thus, you obtain {{math_ability_payoff}} for Part 1. {% else %} You didn't receive a time bonus, so you get {{math_ability_payoff}} for Part 1. {% endif %}

In the {{math_rounds}} rounds of Part 2, you correctly entered {{pwd_ability}} out of {{possible_pwd_task_ability}} code entry tasks. {% if pwd_diff > 0 %} As a time bonus, you receive {{pwd_diff}}. Thus, you obtain {{pwd_ability_payoff}} for Part 2. {% else %} You didn't receive a time bonus, so you get {{pwd_ability_payoff}} for Part 2. {% endif %}

In the {{gen_rounds}} rounds of Part 3, you correctly entered {{gen3_pwd}} out of {{gen_possible_pwd_task}} code entry tasks and solved {{gen3_math}} out of {{general_possible_math_task}} math problems. For this, you receive {{gen3_payoff}}.

In the {{gen_rounds}} rounds of Part 4, you correctly entered {{gen4_pwd}} out of {{gen_possible_pwd_task}} code entry tasks and solved {{gen4_math}} out of {{general_possible_math_task}} math problems. For this, you receive {{gen4_payoff}}. {% if treatment == 'WTP' %} {% if gen4_wtp_cost > 0 %} Additionally, you paid a total of {{ gen4_wtp_cost}} points to {% if rel_decision == 1 %} receive the recommendation. {% else %} not receive the recommendation. {% endif %} Hence, you receive {{gen4_total_payoff}} in Part 4. {% endif %} {% endif %}

Thus, you have collected a total of {{total_payoff}}, which corresponds to a bonus payment of {{money_wo_fee}}. {% if reward > 0 %} This bonus payment will be paid out to you in addition to the reward of £{{reward}}, which you receive for the successful completion of the study. {% endif %}

{% next_button %} {% include "global/fclose.html" %} {% endblock %} {% block styles %} {% endblock %}