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

Round 5 of 5


The following decision has been chosen for payment:

{% if question_chosen == 1 %} 60 seconds with a budget of £10
15 seconds with a budget of £10 {% endif %} {% if question_chosen == 2 %} 60 seconds with a budget of £10
15 seconds with a budget of £11 {% endif %} {% if question_chosen == 3 %} 60 seconds with a budget of £10
15 seconds with a budget of £12 {% endif %} {% if question_chosen == 4 %} 60 seconds with a budget of £10
15 seconds with a budget of £13 {% endif %} {% if question_chosen == 5 %} 60 seconds with a budget of £10
15 seconds with a budget of £14 {% endif %} {% if question_chosen == 6 %} 60 seconds with a budget of £10
15 seconds with a budget of £15 {% endif %} {% if question_chosen == 7 %} 60 seconds with a budget of £10
15 seconds with a budget of £16 {% endif %} {% if question_chosen == 8 %} 60 seconds with a budget of £10
15 seconds with a budget of £17 {% endif %} {% if question_chosen == 9 %} 60 seconds with a budget of £10
15 seconds with a budget of £18 {% endif %} {% if question_chosen == 10 %} 60 seconds with a budget of £10
15 seconds with a budget of £19 {% endif %} {% if question_chosen == 11 %} 60 seconds with a budget of £10
15 seconds with a budget of £20 {% endif %} {% if question_chosen == 12 %} 60 seconds with a budget of £10
20 seconds with a budget of £10 {% endif %} {% if question_chosen == 13 %} 60 seconds with a budget of £10
20 seconds with a budget of £11 {% endif %} {% if question_chosen == 14 %} 60 seconds with a budget of £10
20 seconds with a budget of £12 {% endif %} {% if question_chosen == 15 %} 60 seconds with a budget of £10
20 seconds with a budget of £13 {% endif %} {% if question_chosen == 16 %} 60 seconds with a budget of £10
20 seconds with a budget of £14 {% endif %} {% if question_chosen == 17 %} 60 seconds with a budget of £10
20 seconds with a budget of £15 {% endif %} {% if question_chosen == 18 %} 60 seconds with a budget of £10
20 seconds with a budget of £16 {% endif %} {% if question_chosen == 19 %} 60 seconds with a budget of £10
20 seconds with a budget of £17 {% endif %} {% if question_chosen == 20 %} 60 seconds with a budget of £10
20 seconds with a budget of £18 {% endif %} {% if question_chosen == 21 %} 60 seconds with a budget of £10
20 seconds with a budget of £19 {% endif %} {% if question_chosen == 22 %} 60 seconds with a budget of £10
20 seconds with a budget of £20 {% endif %} {% if question_chosen == 23 %} 60 seconds with a budget of £10
30 seconds with a budget of £10 {% endif %} {% if question_chosen == 24 %} 60 seconds with a budget of £10
30 seconds with a budget of £11 {% endif %} {% if question_chosen == 25 %} 60 seconds with a budget of £10
30 seconds with a budget of £12 {% endif %} {% if question_chosen == 26 %} 60 seconds with a budget of £10
30 seconds with a budget of £13 {% endif %} {% if question_chosen == 27 %} 60 seconds with a budget of £10
30 seconds with a budget of £14 {% endif %} {% if question_chosen == 28 %} 60 seconds with a budget of £10
30 seconds with a budget of £15 {% endif %} {% if question_chosen == 29 %} 60 seconds with a budget of £10
30 seconds with a budget of £16 {% endif %} {% if question_chosen == 30 %} 60 seconds with a budget of £10
30 seconds with a budget of £17 {% endif %} {% if question_chosen == 31 %} 60 seconds with a budget of £10
30 seconds with a budget of £18 {% endif %} {% if question_chosen == 32 %} 60 seconds with a budget of £10
30 seconds with a budget of £19 {% endif %} {% if question_chosen == 33 %} 60 seconds with a budget of £10
30 seconds with a budget of £20 {% endif %} {% if question_chosen == 34 %} Compete with a time limit of 60 seconds
Compete with a time limit of 15 seconds {% endif %}

{% if question_chosen < 34 %} Based on the decisions you made earlier, you would prefer: {% if question_chosen == 1 %} {{choose1}} {% endif %} {% if question_chosen == 2 %} {{choose2}} {% endif %} {% if question_chosen == 3 %} {{choose3}} {% endif %} {% if question_chosen == 4 %} {{choose4}} {% endif %} {% if question_chosen == 5 %} {{choose5}} {% endif %} {% if question_chosen == 6 %} {{choose6}} {% endif %} {% if question_chosen == 7 %} {{choose7}} {% endif %} {% if question_chosen == 8 %} {{choose8}} {% endif %} {% if question_chosen == 9 %} {{choose9}} {% endif %} {% if question_chosen == 10 %} {{choose10}} {% endif %} {% if question_chosen == 11 %} {{choose11}} {% endif %} {% if question_chosen == 12 %} {{choose12}} {% endif %} {% if question_chosen == 13 %} {{choose13}} {% endif %} {% if question_chosen == 14 %} {{choose14}} {% endif %} {% if question_chosen == 15 %} {{choose15}} {% endif %} {% if question_chosen == 16 %} {{choose16}} {% endif %} {% if question_chosen == 17 %} {{choose17}} {% endif %} {% if question_chosen == 18 %} {{choose18}} {% endif %} {% if question_chosen == 19 %} {{choose19}} {% endif %} {% if question_chosen == 20 %} {{choose20}} {% endif %} {% if question_chosen == 21 %} {{choose21}} {% endif %} {% if question_chosen == 22 %} {{choose22}} {% endif %} {% if question_chosen == 23 %} {{choose23}} {% endif %} {% if question_chosen == 24 %} {{choose24}} {% endif %} {% if question_chosen == 25 %} {{choose25}} {% endif %} {% if question_chosen == 26 %} {{choose26}} {% endif %} {% if question_chosen == 27 %} {{choose27}} {% endif %} {% if question_chosen == 28 %} {{choose28}} {% endif %} {% if question_chosen == 29 %} {{choose29}} {% endif %} {% if question_chosen == 30 %} {{choose30}} {% endif %} {% if question_chosen == 31 %} {{choose31}} {% endif %} {% if question_chosen == 32 %} {{choose32}} {% endif %} {% if question_chosen == 33 %} {{choose33}} {% endif %} {% endif %} {% if question_chosen == 34 %} You chose: {{choose34}} {% endif %}


{% next_button %}
{{ form.errors }} {% endblock %}