{{ load static }}
{{ block content }}
{{ block title }}
Slider Training: Feedback
Round {{ player.round_number }}
{{ endblock }}
Invest Value: {{ invest_value }}
Your Minimum Outside Option: {{ player.pb_outside_option }}
Note: You did worse setting your minimum {{ choice }} the invest value [{{ worse }}] times and did better [0] times
Draw: |
Outside Option: |
Your Payoff: |
Alternate Payoff: |
Payoff Difference: |
{{ for key, values in draw_dict.items() }}
{{ values.1 }} |
{{ values.2 }} |
{{ values.3 }} |
{{ values.4 }} |
{{ values.5 }} |
{{ endfor }}
{{ endblock }}