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

Le tue previsioni saranno sostituite con quelle dei partecipanti che hanno scelto la tua stessa alternativa: {{ if participant.CE_choice_practice == 1 }} Prodotto A {{ else }} {{ if participant.CE_choice_practice == 2 }} Prodotto B {{ else }} Nessun prodotto {{ endif }} {{ endif }}

{{ if participant.CE_choice_practice == 1}} {{ if participant.treatment_p < 9 }} {{ if participant.treatment_p == 3 or participant.treatment_p == 4 or participant.treatment_p == 5 }} {{ endif }} {{ if participant.treatment_p == 6 or participant.treatment_p == 7 or participant.treatment_p == 8 }} {{ if frequency_prediction == 0 }} {{ endif }} {{ if frequency_prediction == 1 }} {{ endif }} {{ endif }} {{ endif }}
Scheda di scelta
Prodotto A Prodotto B Nessun prodotto
Imagine
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)
Previsioni sostituite {{replaced_A}} (su {{num_participants}} partecipanti) {{replaced_B}} (su {{num_participants}} partecipanti) {{replaced_C}} (su {{num_participants}} partecipanti)
Compensi monetari (in base di previsioni di un altro partecipante) {{payoff_a}} {{payoff_b}} {{payoff_c}}
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.
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 sono corrette; il bonus è €{{C.payoff_fr}}.

{% endblock %}