{{ block title }}Part 2{{ endblock }} {{ block content }} {% block extrastyle %} {% endblock %}

The target number for A is: Target number A = 0.75 * B + 15, and the target for B is: Target number B = 0.75 * A + 15.

{% for field in a_fields %} {% endfor %}
{{ field.label }} {{ field }}

1st Guessing Task: Please report the percentage of participants you think chose a given value of A within each of the following intervals. Be sure that the numbers you report add to 100.

{% for field in bfirst_fields %} {% endfor %} {% for field in bfirst_fields %} {% endfor %}
{{ field }}
{{ field.label }}

2nd Guessing Task: Now you are randomly assigned to another participant in this session. You have to guess this participant’s answer to the previous 1st Guessing Task. How do you think that this participant filled in the previous guess?

{% for field in bsecond_fields %} {% endfor %} {% for field in bsecond_fields %} {% endfor %}
{{ field }}
{{ field.label }}

{{ next_button }}
{% include "payoff_calculator_component.html" %}
{% include "simple_calculator.html" %} {{ endblock }}