{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %} {% if player.role == 'Sender' %}

Please choose one of the two options

{% formfield player.decisionSender label=''%} {% endif %} {% if player.role == 'Receiver' %}

Remember that the Senders in this experiment...

Option A: Sender gets ${{Constants.optionA_Spay}}.00, Receiver gets ${{Constants.optionA_Rpay}}.00.
Option B: Sender gets ${{Constants.optionB_pay}}.00, Receiver gets ${{Constants.optionB_pay}}.00.


In today's experiment there are {{subsession.number_of_groups}} participants in the role of Senders.

How many out of the {{subsession.number_of_groups}} senders do you think selected Option A and wanted to keep ${{Constants.optionA_Spay}}.00 for themselves?

{% formfield player.guessReceiver label=''%} {% endif %}
{% next_button %} {% endblock %}