{% extends "global/Page.html" %} {% load otree static %} {% block content %}

Your role is: {{ player.get_role }}

Belief Task

Round: {{ player.round_number }} of {{ C.NUM_ROUNDS }}


In round {{ player.round_number }}, the managers in previous sessions faced a {{ inst_label }} chance of losing their earnings if the authority accepted a transfer and a report was made.

Out of 100 authorities who were offered a transfer in the previous sessions, how many do you think accepted it?

The computer will automatically calculate your earnings. You only need to enter the number that best reflects your belief.

{% formfield player.belief_wkr_accept_if_offered label="" %}

{{ next_button }}
{% endblock %}