{% load otree %} {% block title %}{% endblock %} {% block content %}

Please fill out the survey:

  1. {% if session.config.treatment_group == "endowment" %} If you are Player 1 (with initial point of {{ session.config.init_more }}), and the coplayer is Player 2 (with initial point of {{ session.config.init_less }}) {% endif %} {% if session.config.treatment_group == "endowment_and_production" %} If you are Player 1 (with initial point of {{ session.config.init_more }}; for every 1 point contributed, the common pool increases by {{ session.config.unit_more }} points), and the coplayer is Player 2 (with initial point of {{ session.config.init_less }}; for every 1 point contributed, the common pool increases by {{ session.config.unit_less }} points) {% endif %}

    1. Please fill in your preferred contribution pattern:

      {{ formfield player.your_given_more label=your_given_more }} {{ formfield player.other_given_more label=other_given_more }}
    2. If coplayer's contributions are as follows, how many would you contribute? (Integers between 0-36)

      Coplayer You Coplayer You Coplayer You Coplayer You
      0 {{ formfield player.your_given_more_0 label=''}} 1 {{ formfield player.your_given_more_1 label=''}} 2 {{ formfield player.your_given_more_2 label=''}} 3 {{ formfield player.your_given_more_3 label=''}}
      4 {{ formfield player.your_given_more_4 label=''}} 5 {{ formfield player.your_given_more_5 label=''}} 6 {{ formfield player.your_given_more_6 label=''}} 7 {{ formfield player.your_given_more_7 label=''}}
      8 {{ formfield player.your_given_more_8 label=''}} 9 {{ formfield player.your_given_more_9 label=''}} 10 {{ formfield player.your_given_more_10 label=''}} 11 {{ formfield player.your_given_more_11 label=''}}
      12 {{ formfield player.your_given_more_12 label=''}} {{ next_button }}
{% endblock %}