{% extends "global/Page.html" %} {% load otree %} {% block title %} Survey {% endblock %} {% block content %}
{% block styles %} {% endblock %}
{{ if player.participant.Pref1_survey != 0 }}

In Part 3, when we asked you which of the five intervals you would most prefer to receive information about, you selected "{{player.get_field_display('Part3_Survey0_Pref1')}}".

Why did you choose this interval? Please explain briefly.

{{ formfield 'Part3_Survey_Pref1Reason' }}

You also stated that you are willing to pay up to {{player.participant.WTP1_survey}} ECU for this information. What were the factors you considered when you were deciding on this price?

{{ formfield 'Part3_Survey_WTPsReason' }} {{ else }}

In Part 3, when we asked you which of the five intervals you would most prefer to receive information about, you selected "Not interested".

Please explain briefly the reasoning behind the choice.

{{ formfield 'Part3_Survey_Pref1Reason' }} {{ endif }}

{{ endblock }}