{% extends "global/Page.html" %} {% load otree static %} {% block title %} The Outcome for this round {% endblock %} {% block content %}
In this round, {{ Constants.nameperformer }} performed the additions task for you. After {{ Constants.Pronounperformer }} performance, the associated wheel of fortune, as per the table shown to you on the previous page (and shown below), was played.

The outcome from the wheel of fortune was {{ Constants.outcome}}


This means that in this round, you earned {{ Constants.outcome}}.


How much would you like to pay {{ Constants.nameperformer }} from the separate pot of money (in $)? {% formfield player.DeciderPay1 label="" %} How much would you like to pay a random other Green player from the separate pot of money (in $)? {% formfield player.DeciderPay2 label="" %}

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 you, 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 could, would you like {{ Constants.nameperformer }} to perform the task for you again? {% formfield player.BeliefExPost3 label="" %}
{% next_button %}
Number of correct answers by {{ Constants.nameperformer }} led to Wheel of fortune earned by you
Between 0 to 2 correct answers –>

Between 3 to 4 correct answers –>

Remember, red corresponds to $0, purple corresponds to $1 and blue corresponds to $2.

{% endblock %}