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

Judge #1

Please repeat what the first judge told you.

{% if treatment == "Control" %} {% formfield player.signal_1_repeat_Control label="" %} {% else %} {% formfield player.signal_1_repeat_SG label="" %} {% endif %}

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

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