{% load otree static %} {% block content %}

Guesses about your exact rank (top half):

You indicated that you expect to be among the top 5 performers of your group with {{player.BeliefTopHalf1}} percent. Now we would like to know, how you would estimate the likelihood of holding a specific rank in the group of 10.

Please indicate below your estimates for each of the top 5 ranks

{% formfield player.Belief1_1 label="What do you think is the likelihood that your rank is 1? " %} {% formfield player.Belief2_1 label="What do you think is the likelihood that your rank is 2?" %} {% formfield player.Belief3_1 label="What do you think is the likelihood that your rank is 3? " %} {% formfield player.Belief4_1 label="What do you think is the likelihood that your rank is 4? " %} {% formfield player.Belief5_1 label="What do you think is the likelihood that your rank is 5?" %}

Important: The sum of your 5 estimates must be equal to {{player.BeliefTopHalf1}}!

Remember: You can receive a bonus payment of {{Constants.extra_payoff}}€ for an accurate guess, and given the payment rule we implement, you simply need to state your true expectation to secure the largest chance of receiving the {{Constants.extra_payoff}}€.


{% next_button %}

{% endblock %}