{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Slider Choice {% endblock %} {% block content %}

You have to make a choice regarding the number of sliders both you and your {% if player.colors_reversed == 0 %} blue {% endif %} {% if player.colors_reversed == 1 %} red {% endif %} matching partner have to complete at the end of the experiment. You have to choose between the following two options:

{% if player.reciprocity == "Positive" %} {% endif %} {% if player.reciprocity == "Negative" %} {% endif %}

Important: Your slider choice is presented to your {% if player.colors_reversed == 0 %} blue {% endif %} {% if player.colors_reversed == 1 %} red {% endif %} matching partner before he or she chooses between Distribution X and Distribution Y. As a result, your slider choice may affect the distribution your {% if player.colors_reversed == 0 %} blue {% endif %} {% if player.colors_reversed == 1 %} red {% endif %} matching partner chooses, and therefore also your earnings.


Which option do you choose?
Select the corresponding button and press "Next".

{% formfield player.choice label="" %}

{% endblock %}