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

TASK 2

{{ endblock }} {{ block content }}

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

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

         6.1 What do you think is the percent chance that the Second Mover would choose A given the First Mover chose A?

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

         6.2 What do you think is the percent chance that the Second Mover would choose A given the First Mover chose B?

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

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

        7.1 What do you think is the percent chance that the Second Mover would choose A given the First Mover chose A?

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

        7.2 What do you think is the percent chance that the Second Mover would choose A given the First Mover chose B?

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

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

        8.1 What do you think is the percent chance that the Second Mover would choose A given the First Mover chose A?

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

        8.2 What do you think is the percent chance that the Second Mover would choose A given the First Mover chose B?

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

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

        9.1 What do you think is the percent chance that the Second Mover would choose A given the First Mover chose A?

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

        9.2 What do you think is the percent chance that the Second Mover would choose A given the First Mover chose B?

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

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

        10.1 What do you think is the percent chance that the Second Mover would choose A given the First Mover chose A?

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

        10.2 What do you think is the percent chance that the Second Mover would choose A given the First Mover chose B?

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

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