{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if player.replaced_by_machine %} Your own guess will be replaced by the optimal guess! {% else %} Your own guess counts {% endif %}
In this problem, {% if player.replaced_by_machine %} your own guess will be replaced by the optimal guess. {% else %} your own guess counts for payment. {% endif %} You can make your guess on the following screen.
Reminder on procedure: A price for the optimal guess in this problem was randomly drawn and compared to the prize you were willing to pay for it. If the prize you indicated was higher than the drawn price, the probability was {{ machine_probability }} that your guess would be replaced and you would have to pay the drawn prize. In all other cases your own guess counts.
{% if player.replaced_by_machine %}In this problem, your own guess will be replaced by the optimal guess.
{% else %} {% endif %}