{% extends "global/Page.html" %} {% load static otree %} {% block content %}
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 }}
Scheda di scelta | |||||||||
---|---|---|---|---|---|---|---|---|---|
Prodotto A | Prodotto B | Nessun prodotto | |||||||
Imagine | ![]() |
![]() |
|||||||
Prezzo | €{{costs1}} |
€{{costs2}} |
|||||||
Io scelgo | {{ if participant.CE_choice_practice == 1}}{{ 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}}. |