{% load otree static %} {% block content %}
| Estimate/Signal | Value |
|---|---|
| Initial Probability Estimate | {{ player.perceived_probability_suitcase_ante }} |
| First Signal Received | {{ player.signal_received_suitcase_1 }} |
| Post-First Signal Estimate | {{ player.perceived_probability_suitcase_post_1 }} |
| Second Signal Received | {{ player.signal_received_suitcase_2 }} |
| Post-Second Signal Estimate | {{ player.perceived_probability_suitcase_post_2 }} |
| Third Signal Received | {{ player.signal_received_suitcase_3 }} |
| Post-Third Signal Estimate | {{ player.perceived_probability_suitcase_post_3 }} |
Your new signal is: {{ signal_suitcase_4 }}.
Please reassess and indicate below:
{{ form.perceived_probability_suitcase_post_4.label }} {{ form.perceived_probability_suitcase_post_4 }}