{% 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 1 point deducted
{% endif %}
{% if question_chosen == 3 %}
Interruptions
Sequential with 2 points deducted
{% endif %}
{% if question_chosen == 4 %}
Interruptions
Sequential with 3 points deducted
{% endif %}
{% if question_chosen == 5 %}
Interruptions
Sequential with 4 points deducted
{% endif %}
{% if question_chosen == 6 %}
Interruptions
Sequential with 5 points deducted
{% endif %}
{% if question_chosen == 7 %}
Interruptions
Sequential with 6 points deducted
{% endif %}
{% if question_chosen == 8 %}
Interruptions
Sequential with 7 points deducted
{% endif %}
{% if question_chosen == 9 %}
Interruptions
Sequential with 8 points deducted
{% endif %}
{% if question_chosen == 10 %}
Interruptions
Sequential with 9 points deducted
{% endif %}
{% if question_chosen == 11 %}
Interruptions
Sequential with 10 points deducted
{% endif %}
{% if question_chosen == 12 %}
Conversation
Sequential with 0 point deducted
{% endif %}
{% if question_chosen == 13 %}
Conversation
Sequential with 1 point deducted
{% endif %}
{% if question_chosen == 14 %}
Conversation
Sequential with 2 points deducted
{% endif %}
{% if question_chosen == 15 %}
Conversation
Sequential with 3 points deducted
{% endif %}
{% if question_chosen == 16 %}
Conversation
Sequential with 4 points deducted
{% endif %}
{% if question_chosen == 17 %}
Conversation
Sequential with 5 points deducted
{% endif %}
{% if question_chosen == 18 %}
Conversation
Sequential with 6 points deducted
{% endif %}
{% if question_chosen == 19 %}
Conversation
Sequential with 7 points deducted
{% endif %}
{% if question_chosen == 20 %}
Conversation
Sequential with 8 points deducted
{% endif %}
{% if question_chosen == 21 %}
Conversation
Sequential with 9 points deducted
{% endif %}
{% if question_chosen == 22 %}
Conversation
Sequential with 10 points deducted
{% endif %}
You chose:
{% 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 %}