{{ extends 'global/Page.html' }} {{ block title }}

TASK 1

{{ endblock }} {{ block content }}

Now you need to forecast the First Mover's choice under the following payment structures:

Second Mover Choice
A B
First Mover payment Second Mover payment First Mover payment Second Mover payment
First Mover choice A 350 tokens 400 tokens 150 tokens 500 tokens
B 600 tokens 180 tokens 320 tokens 200 tokens

         1.0 What do you think is the percent chance that the First Mover would choose A?

{{ for choice in form.f1 }}
{{ choice }}
{{ choice.label }}
{{ endfor }}

Second Mover Choice
A B
First Mover payment Second Mover payment First Mover payment Second Mover payment
First Mover choice A 350 tokens 400 tokens 150 tokens 500 tokens
B 600 tokens 180 tokens 320 tokens 380 tokens

         2.0 What do you think is the percent chance that the First Mover would choose A?

{{ for choice in form.f2 }}
{{ choice }}
{{ choice.label }}
{{ endfor }}

Second Mover Choice
A B
First Mover payment Second Mover payment First Mover payment Second Mover payment
First Mover choice A 350 tokens 400 tokens 150 tokens 500 tokens
B 600 tokens 50 tokens 320 tokens 200 tokens

         3.0 What do you think is the percent chance that the First Mover would choose A?

{{ for choice in form.f3 }}
{{ choice }}
{{ choice.label }}
{{ endfor }}

Second Mover Choice
A B
First Mover payment Second Mover payment First Mover payment Second Mover payment
First Mover choice A 350 tokens 400 tokens 150 tokens 500 tokens
B 600 tokens 50 tokens 320 tokens 380 tokens

         4.0 What do you think is the percent chance that the First Mover would choose A?

{{ for choice in form.f4 }}
{{ choice }}
{{ choice.label }}
{{ endfor }}

Second Mover Choice
A B
First Mover payment Second Mover payment First Mover payment Second Mover payment
First Mover choice A 350 tokens 400 tokens 150 tokens 500 tokens
B 360 tokens 50 tokens 320 tokens 380 tokens

         5.0 What do you think is the percent chance that the First Mover would choose A?

{{ for choice in form.f5 }}
{{ choice }}
{{ choice.label }}
{{ endfor }}

{# todo: radio buttons laid out individually, no loop (by index) #}
{{ endblock }} {{ block app_styles }} {{ endblock }}