{% extends "global/Page.html" %} {% load otree %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}

Round 5 of 5

{% if choice27_1 == 300 %}
On the previous page, you chose between "60 seconds per game with a starting budget of €14" and "No time limit per game with a starting budget of €10". We will now ask you to make the same choice for different starting budgets.

You will note that some of the choices have already been filled out for you. This is because on the previous page you chose “No time limit per game with a starting budget of €10” over “60 seconds per game with a starting budget of €14”. We therefore assume that you would still prefer no time limit with a starting budget of £10 over the shorter time limit if you received an even smaller starting budget for the shorter time limit.

Please make your choice for the remaining starting budgets below.
{% endif %} {% if choice27_1 == 60 %}
On the previous page, you chose between "60 seconds per game with a starting budget of €14" and "No time limit per game with a starting budget of €10". We will now ask you to make the same choice for different starting budgets.

You will note that some of the choices have already been filled out for you. This is because on the previous page you chose "60 seconds per game with a starting budget of €14" over "No time limit per game with a starting budget of €10". We therefore assume that you would still prefer the shorter time limit if you received an even larger starting budget for it.

Please make your choice for the remaining starting budgets below.
{% endif %}

{{ form.errors }}
{% endblock %} {% block scripts %} {% endblock %}