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

Riassumendo

Se le tue previsioni NON vengono sostituite, otteresti:

{{ if participant.treatment_p > 2 && participant.treatment_p < 6 }} {{ endif }} {{ if participant.treatment_p > 5 && participant.treatment_p < 9 }} {{ endif }}
Situazione di scelta 4
Prodotto A Prodotto B Nessun prodotto
Io scelgo
Io prevedo {{C.input1}} (su {{C.example}} partecipanti) {{C.input2}} (su {{C.example}} partecipanti) {{C.input3}} (su {{C.example}} partecipanti)
Compensi monetari €{{C.bonus1}} €{{C.bonus2}} €{{C.bonus3}}
Le scelte reali 8 1 {{C.input3}}
Compensi monetari €{{C.freq_bonus}} (se le previsioni sono corrette)

Se le tue previsioni VENGONO sostituite, otteresti:

{{ if participant.treatment_p > 2 && participant.treatment_p < 6 }} {{ endif }} {{ if participant.treatment_p > 5 && participant.treatment_p < 9 }} {{ endif }}
Previsioni nella scheda di scelta 4
Partecipante Prodotto A Prodotto B Nessun Prodotto
ID 3 1 8 {{C.input3}}
ID 4 1 8 {{C.input3}}
Estratto:
ID 4
1 8 {{C.input3}}
Compensi €{{C.bonus1_2}} €{{C.bonus2_2}} €{{C.bonus3_2}}
Le scelte reali 8 1 {{C.input3}}
Compensi €0
{% endblock %}