{% extends "global/Page.html" %} {% load otree %} {% block title %}

{% endblock %} {% block content %}

You have completed the decision-making phase of the study.

You will be paid the Lira you earned, converted to dollars at a rate of 100 Lira per $1 USD, in addition to a payment of ${{Constants.base_pay}} USD for participating in this study.

Below is a summary of the Lira you have earned:

{% if player.payoff_condition == "ActiveHigh" %}

{% endif %} {% if player.payoff_condition == "ActiveLowHigh earningsNo" %}

{% endif %} {% if player.payoff_condition == "ActiveLowHigh earningsYes" %}

{% endif %} {% if player.payoff_condition == "ActiveLowLow earnings" %}

{% endif %} {% if player.payoff_condition == "InactiveHigh" %}

{% endif %} {% if player.payoff_condition == "InactiveLowHigh earningsNo" %}

{% endif %} {% if player.payoff_condition == "InactiveLowHigh earningsYes" %}

{% endif %} {% if player.payoff_condition == "InactiveLowLow earnings" %}

{% endif %}

As a result, the total payment you will receive is {{ player.payoff }}.

You will now complete a brief questionnaire. At the end of the questionnaire, you will receive a confirmation code. Please enter and submit the code in MTurk to receive your payment.

Link to payoff calculation information

Link to payoff flowchart

Please click the ‘CONTINUE’ button to proceed to the questionnaire.

{% endblock %}