{{ block title }}Round {{ round_number }}{{ endblock }} {{ block content }} {% block extrastyle %} {% endblock %}

{% if round_number < C.ROUND_SHOCK %}

The target number is: Target number= 0.75 * number chosen by paired participant + 21.

{% else %}

The target number is: Target number= 0.75 * number chosen by paired participant + 3.5.

{% endif %}

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

1st Guessing Task: Please report the percentage of participants you think chose a given number 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 }}