{% extends "global/Page.html" %} {% load otree static %} {% block title %} Question set - 2 {% endblock %} {% block content %}
In this round, {{ Constants.nameperformer }} performed the additions task for {{ Constants.Pronounperformer }} decider. After {{ Constants.Pronounperformer }} performance, the associated lottery, as per the table shown to you on the previous page, was played.


In this round, out of the two possible earnings ({{ Constants.lowpayoff}} and {{ Constants.highpayoff}}):

The decider earned {{ Constants.outcome}}.


As indicated previously, you can earn extra money by answering the first question below correctly. In particular, if you correctly guess the number of correct additions that {{ Constants.nameperformer }} solved for {{ Constants.Pronounperformer }} decider, you can additionally earn $1.00.

How many questions do you think {{ Constants.nameperformer }} solved correctly? {% formfield player.BeliefExPost1 label="" %} If you could rate {{ Constants.nameperformer }} based on {{ Constants.Pronounperformer }} performance, what rating would you give {{ Constants.Pronounperformer1 }}, between 0 (lowest rating) and 10 (highest rating)?{% formfield player.BeliefExPost2 label="" %} If you were the Decider, would you like {{ Constants.nameperformer }} to perform the task for you? {% formfield player.BeliefExPost3 label="" %}
{% next_button %}
{% endblock %}