{% extends "global/Page.html" %} {% load otree %} {% block title %} Part 2 {% endblock %} {% block content %}
{% block styles %} {% endblock %} {{ if player.participant.get_gold == 1 }}

The buyer wrote {{player.participant.buyer_price}} ECU on the piece of paper. This is below the minimum acceptable price your reported of {{player.participant.wta_t1}} ECU. As a result you have kept the gold nugget and not sold it to the buyer.


And it turns out that the gold is worth {{player.participant.gold_value}} ECU. You will receive this payment at the end of the experiment.

{{ else }}

The buyer wrote {{player.participant.buyer_price}} on the piece of paper. This is above the minimum acceptable price your reported of {{player.participant.wta_t1}}.


As a result the gold has been sold to the buyer and you will get {{player.participant.wta_t1}} ECU, which will be paid to you at the end of the experiment.

{{endif}}

You may now proceed to Part 3, which is another round of tasks similar to what you just did.


The tasks will last 7 minutes, including 20 questions, you will be paid 100 ECU if you correctly answered half of the questions.



{{ endblock }}