{{ load static }} {{ block content }} {{ block title }} End of Experiment {{ endblock }}

The experiment has now ended. Below you will see a summary of the experiment. You will also see the ECU you earned from the experiment, and your total earnings in dollars, including your $10 show-up fee.

Thank you for participating. You will now privately receive your payment, by check.

{{ if player.role == C.pa_ROLE }}

Stage 2 Decision Results:

*** The decision randomly chosen towards payment is Decision {{ decision_counts }} ***
Decision True Signal Advice Given Total Investors Your Payoff Investors Payoff
{{ for value in history.3 }} {{ endfor }}
1 {{ history.1.signal }} {{ history.1.advice }} {{ history.1.investors }} {{ history.1.payoff }} {{ history.1.pb_payoff }}
2 {{ history.2.signal }} {{ history.2.advice }} {{ history.2.investors }} {{ history.2.payoff }} {{ history.2.pb_payoff }}
3 {{ value.group.actual_signal }} {{ value.group.pa_advice }} {{ value.group.total_players_invest() }} {{ value.payoff }} {{ value.group.pb_payoff }}
{{ else }}

Stage 2 Decision Results:

*** The decision randomly chosen towards payment is Decision {{ decision_counts }} ***
Decision Advice Invest Draw Decision Other Investors Total Investors True Quality Your Payoff Advisor's Payoff
{{ for value in history.3 }} {{ endfor }}
1 {{ history.1.advice }} {{ history.1.draw }} {{ history.1.decision }} {{ history.1.other_investors }} {{ history.1.investors }} {{ history.1.signal }} {{ history.1.payoff }} {{ history.1.pa_payoff }}
2 {{ history.2.advice }} {{ history.2.draw }} {{ history.2.decision }} {{ history.2.other_investors }} {{ history.2.investors }} {{ history.2.signal }} {{ history.2.payoff }} {{ history.2.pa_payoff }}
3 {{ value.group.pa_advice }} {{ value.random_draw }} {{ value.pb_decision() }} {{ value.other_investors() }} {{ value.group.total_players_invest }} {{ value.group.actual_signal }} {{ value.payoff }} {{ value.group.pa_payoff() }}
{{ endif }}

ECUs earned in Experiment:

Stage 1 Total ECUs: {{ Stage_1 }}
Slider Training ECUs: {{ slider_training }}
Stage 2 Total ECUs: {{ Stage_2 }}
Total ECUs: {{ final_payoff }}

Dollars($) earned in Experiment:

*** $0.04 = 1 ECU ***
Stage 1 Total Dollars ($): {{ real_Stage_1 }}
Slider Training Dollars ($): {{ real_slider }}
Stage 2 Total Dollars ($): {{ real_Stage_2 }}
Total Stage 1 & 2 Dollars ($): {{ real_final }}
Participation Fee ($): $10
Ending Total Dollars ($) {{ final }}
{{ endblock }}