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

In Part 1, you chose to see if the miner has seen any gold specks in the soil sample, please explain why.

{{ formfield 'advance_info_reason' }}

You also stated that you are willing to pay {{player.participant.advance_info_wtp}} ECU for to see if there are any gold specks. What were the factors you considered when you were deciding on this price?

{{ formfield 'advance_info_wtp' }} {{ else }}

In Part 1, you chose not to see if there are any gold specks in the soil sample, please explain why.

{{ formfield 'advance_info_reason' }}

Would you be willing to see if there are any gold specks if the information is free?

{{ formfield 'advance_info_wtp' }} {{ endif }}

{{ endblock }}