{{ block title }} Estimates of others’ contributions {{ endblock }} {{ block content }}
Now please guess the decisions of other members of the group in connection with contributed tokens.
{{ if player.treatment == "equal" }}You have been allocated 20 tokens and the other three members of the group have been allocated 20 tokens each. .
How many tokens do you estimate that the other three group members have contributed, in total? Note that your estimate must be a number between 0 and 60.
{{ formfield 'belief_equal' }} {{ elif player.treatment == "unequal" and player.type == "low" }}You and another group member have been allocated 10 tokens each and the other two group members have been allocated 30 tokens each.
How many tokens do you estimate that the other group member allocated 10 tokens have contributed? Note that your estimate must be a number between 0 and 10.
{{ formfield 'belief_low' }}How many tokens do you estimate that the other two group members allocated 30 tokens have contributed, in total? Note that your estimate must be a number between 0 and 60.
{{ formfield 'belief_high' }} {{ elif player.treatment == "unequal" and player.type == "high" }}You and another group member have been allocated 30 tokens each and the other two group members have been allocated 10 tokens each. .
How many tokens do you estimate that the other group member allocated 30 tokens have contributed? Note that your estimate must be a number between 0 and 30.
{{ formfield 'belief_high' }}How many tokens do you estimate that the other two group members allocated 10 tokens have contributed, in total? Note that your estimate must be a number between 0 and 20.
{{ formfield 'belief_low' }} {{ endif }}