{% extends "global/Page.html" %} {% load otree %} {% block title %} Belief about your score {% endblock %} {% block content %}

Judge #4

Please repeat what the fourth judge told you.

{% if treatment == "Control" %} {% formfield player.signal_4_repeat_Control label="" %} {% else %} {% formfield player.signal_4_repeat_SG label="" %} {% endif %}

Having now seen the feedback from the fourth judge, what do you think is the probability that your score is in the top half of performances?

{% formfield player.Belief_4 label='' %} {% next_button %} {% endblock %}