{% extends "global/Page.html" %} {% load static otree %} {% block content %}
Risultati

Le tue previsioni non saranno sostituite

{{ if participant.CE_choice_practice == 1}} {{ if frequency_prediction == 0 }} {{ endif }} {{ if frequency_prediction == 1 }} {{ endif }}
Scheda di scelta
Prodotto A Prodotto B Nessun prodotto
Imagine
Colore Verde Blu
Disegno
Prezzo €{{costs1}} €{{costs2}}
Io scelgo {{ else }} {{ if participant.CE_choice_practice == 2}} {{ else }} {{ endif }} {{ endif}}
Le tue previsioni {{player.CE_choice_practice_pred_A}} (su {{num_participants}} partecipanti) {{player.CE_choice_practice_pred_B}} (su {{num_participants}} partecipanti) {{player.CE_choice_practice_pred_C}} (su {{num_participants}} partecipanti)
Le scelte reali {{nr_pred_A}} (su {{num_participants}} partecipanti) {{nr_pred_B}} (su {{num_participants}} partecipanti) {{nr_pred_C}} (su {{num_participants}} partecipanti)
Compensi monetari Le previsioni non sono corrette; il bonus è €0.
Compensi monetari Le previsioni sono corrette; il bonus è €{{C.payoff_fr}}.

{% endblock %}