{% extends "global/Page.html" %} {% load otree %} {% block title %} Belief about your score {% endblock %} {% block content %}
Judge #2
Please repeat what the second judge told you.
{% if treatment == "Control" %} {% formfield player.signal_2_repeat_Control label="" %} {% else %} {% formfield player.signal_2_repeat_SG label="" %} {% endif %}Having now seen the feedback from the second judge, what do you think is the probability that your score is in the top half of performances?
{% formfield player.Belief_2 label='' %} {% next_button %} {% endblock %}