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

Round 5 of 5

{% if choice17 == 60 %} {% if choice18 == 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 £17?

{% endif %} {% endif %} {% if choice17 == 20 %} {% if choice16 == 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 £13?

{% endif %} {% endif %}

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