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

We will again ask you some questions to check your understanding. As before, your answers to these questions will not affect your payment. However, you have to answer these control questions correctly to proceed to complete the rest of the experiment.

Q1: How will you receive feedback about whether ?

{% formfield player.UQ1 label="" %}

Q2: How many judges are there?

{% formfield player.UQ2 label="" %}

Q3: How many messages will you hear in total?

{% formfield player.UQ3 label="" %}

Q4: Imagine that and that the first randomly chosen judge is the super mean judge. What will the judge tell you?

{% if treatment == "Control" %} {% formfield player.UQ4Control label="" %} {% else %} {% formfield player.UQ4SG label="" %} {% endif %}

Q5: Still assuming that , imagine that the second randomly chosen judge is the realistic judge. What will this judge tell you?

{% if treatment == "Control" %} {% formfield player.UQ5Control label="" %} {% else %} {% formfield player.UQ5SG label="" %} {% endif %}

Q6: Now, imagine that . Is it possible that all messages you hear say that ?

{% formfield player.UQ6 label="" %} {% next_button %} {% endblock %}