{% extends "global/Page.html" %} {% load otree %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}
The following decision has been chosen for payment:
{% if question_chosen == 1 %}
Interruptions
Sequential with 0 point deducted
{% endif %}
{% if question_chosen == 2 %}
Interruptions
Sequential with 5 points deducted
{% endif %}
{% if question_chosen == 3 %}
Interruptions
Sequential with 10 points deducted
{% endif %}
{% if question_chosen == 4 %}
Interruptions
Sequential with 15 points deducted
{% endif %}
{% if question_chosen == 5 %}
Interruptions
Sequential with 20 points deducted
{% endif %}
{% if question_chosen == 6 %}
Interruptions
Sequential with 25 points deducted
{% endif %}
{% if question_chosen == 7 %}
Interruptions
Sequential with 30 points deducted
{% endif %}
{% if question_chosen == 8 %}
Interruptions
Sequential with 35 points deducted
{% endif %}
{% if question_chosen == 9 %}
Interruptions
Sequential with 40 points deducted
{% endif %}
{% if question_chosen == 10 %}
Interruptions
Sequential with 45 points deducted
{% endif %}
{% if question_chosen == 11 %}
Interruptions
Sequential with 50 points deducted
{% endif %}
{% if question_chosen == 12 %}
Interruptions
Sequential with 55 point deducted
{% endif %}
{% if question_chosen == 13 %}
Interruptions
Sequential with 60 point deducted
{% endif %}
{% if question_chosen == 14 %}
Interruptions
Sequential with 65 points deducted
{% endif %}
{% if question_chosen == 15 %}
Interruptions
Sequential with 70 points deducted
{% endif %}
{% if question_chosen == 16 %}
Interruptions
Sequential with 75 points deducted
{% endif %}
{% if question_chosen == 17 %}
Interruptions
Sequential with 80 points deducted
{% endif %}
{% if question_chosen == 18 %}
Interruptions
Sequential with 85 points deducted
{% endif %}
{% if question_chosen == 19 %}
Interruptions
Sequential with 90 points deducted
{% endif %}
{% if question_chosen == 20 %}
Interruptions
Sequential with 95 points deducted
{% endif %}
{% if question_chosen == 21 %}
Interruptions
Sequential with 100 points deducted
{% endif %}
{% if question_chosen == 22 %}
Conversation
Sequential with 0 point deducted
{% endif %}
{% if question_chosen == 23 %}
Conversation
Sequential with 5 points deducted
{% endif %}
{% if question_chosen == 24 %}
Conversation
Sequential with 10 points deducted
{% endif %}
{% if question_chosen == 25 %}
Conversation
Sequential with 15 points deducted
{% endif %}
{% if question_chosen == 26 %}
Conversation
Sequential with 20 points deducted
{% endif %}
{% if question_chosen == 27 %}
Conversation
Sequential with 25 points deducted
{% endif %}
{% if question_chosen == 28 %}
Conversation
Sequential with 30 points deducted
{% endif %}
{% if question_chosen == 29 %}
Conversation
Sequential with 35 points deducted
{% endif %}
{% if question_chosen == 30 %}
Conversation
Sequential with 40 points deducted
{% endif %}
{% if question_chosen == 31 %}
Conversation
Sequential with 45 points deducted
{% endif %}
{% if question_chosen == 32 %}
Conversation
Sequential with 50 points deducted
{% endif %}
{% if question_chosen == 33 %}
Conversation
Sequential with 55 point deducted
{% endif %}
{% if question_chosen == 34 %}
Conversation
Sequential with 60 point deducted
{% endif %}
{% if question_chosen == 35 %}
Conversation
Sequential with 65 points deducted
{% endif %}
{% if question_chosen == 36 %}
Conversation
Sequential with 70 points deducted
{% endif %}
{% if question_chosen == 37 %}
Conversation
Sequential with 75 points deducted
{% endif %}
{% if question_chosen == 38 %}
Conversation
Sequential with 80 points deducted
{% endif %}
{% if question_chosen == 39 %}
Conversation
Sequential with 85 points deducted
{% endif %}
{% if question_chosen == 40 %}
Conversation
Sequential with 90 points deducted
{% endif %}
{% if question_chosen == 41 %}
Conversation
Sequential with 95 points deducted
{% endif %}
{% if question_chosen == 42 %}
Conversation
Sequential with 100 points deducted
{% endif %}
You chose:
{% if question_chosen == 1 %}
{{forced_choose1}}
{% endif %}
{% if question_chosen == 2 %}
{{forced_choose2}}
{% endif %}
{% if question_chosen == 3 %}
{{forced_choose3}}
{% endif %}
{% if question_chosen == 4 %}
{{forced_choose4}}
{% endif %}
{% if question_chosen == 5 %}
{{forced_choose5}}
{% endif %}
{% if question_chosen == 6 %}
{{forced_choose6}}
{% endif %}
{% if question_chosen == 7 %}
{{forced_choose7}}
{% endif %}
{% if question_chosen == 8 %}
{{forced_choose8}}
{% endif %}
{% if question_chosen == 9 %}
{{forced_choose9}}
{% endif %}
{% if question_chosen == 10 %}
{{forced_choose10}}
{% endif %}
{% if question_chosen == 11 %}
{{forced_choose11}}
{% endif %}
{% if question_chosen == 12 %}
{{forced_choose12}}
{% endif %}
{% if question_chosen == 13 %}
{{forced_choose13}}
{% endif %}
{% if question_chosen == 14 %}
{{forced_choose14}}
{% endif %}
{% if question_chosen == 15 %}
{{forced_choose15}}
{% endif %}
{% if question_chosen == 16 %}
{{forced_choose16}}
{% endif %}
{% if question_chosen == 17 %}
{{forced_choose17}}
{% endif %}
{% if question_chosen == 18 %}
{{forced_choose18}}
{% endif %}
{% if question_chosen == 19 %}
{{forced_choose19}}
{% endif %}
{% if question_chosen == 20 %}
{{forced_choose20}}
{% endif %}
{% if question_chosen == 21 %}
{{forced_choose21}}
{% endif %}
{% if question_chosen == 22 %}
{{podcast_choose1}}
{% endif %}
{% if question_chosen == 23 %}
{{podcast_choose2}}
{% endif %}
{% if question_chosen == 24 %}
{{podcast_choose3}}
{% endif %}
{% if question_chosen == 25 %}
{{podcast_choose4}}
{% endif %}
{% if question_chosen == 26 %}
{{podcast_choose5}}
{% endif %}
{% if question_chosen == 27 %}
{{podcast_choose6}}
{% endif %}
{% if question_chosen == 28 %}
{{podcast_choose7}}
{% endif %}
{% if question_chosen == 29 %}
{{podcast_choose8}}
{% endif %}
{% if question_chosen == 30 %}
{{podcast_choose9}}
{% endif %}
{% if question_chosen == 31 %}
{{podcast_choose10}}
{% endif %}
{% if question_chosen == 32 %}
{{podcast_choose11}}
{% endif %}
{% if question_chosen == 33 %}
{{podcast_choose12}}
{% endif %}
{% if question_chosen == 34 %}
{{podcast_choose13}}
{% endif %}
{% if question_chosen == 35 %}
{{podcast_choose14}}
{% endif %}
{% if question_chosen == 36 %}
{{podcast_choose15}}
{% endif %}
{% if question_chosen == 37 %}
{{podcast_choose16}}
{% endif %}
{% if question_chosen == 38 %}
{{podcast_choose17}}
{% endif %}
{% if question_chosen == 39 %}
{{podcast_choose18}}
{% endif %}
{% if question_chosen == 40 %}
{{podcast_choose19}}
{% endif %}
{% if question_chosen == 41 %}
{{podcast_choose20}}
{% endif %}
{% if question_chosen == 42 %}
{{podcast_choose21}}
{% endif %}