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

Round 5 of 5

{% if choice20 == 60 %} {% if choice21 == 60 %}

Do you prefer to solve the games with a time limit of 60 seconds per game with a starting budget of £10 or to solve the games with a time limit of 20 seconds per game with a starting budget of £20?

{% endif %} {% endif %} {% if choice14 == 20 %} {% if choice13 == 20 %}

Do you prefer to solve the games with a time limit of 60 seconds per game with a starting budget of £10 or to solve the games with a time limit of 20 seconds per game with a starting budget of £10?

{% endif %} {% endif %}

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