{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Questions on Performance {% endblock %} {% block content %}

We would now like to ask you some questions about this round. So please fill in the blanks below.

As indicated previously, you can earn extra money by answering the first question correctly. In particular, if you correctly guess the number of correct answers that {{player.name}} solved, you will additionally earn {{ Constants.beliefpayoff }}.

How many question do you think {{player.name}} solved correctly? {% formfield player.Belief1 label="" %} If it were possible for you to choose, would you like to be paired with {{player.Pronoun}} for another round in the future?{% formfield player.Belief2 label="" %} How many questions do you think {{ player.pronoun }} attempted?{% formfield player.Belief3 label="" %}
{% next_button %} {% endblock %}