{% 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}}
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 2 8 1 {{C.input3}}
ID 5 8 1 {{C.input3}}
ID 6 7 2 {{C.input3}}
ID 7 6 3 {{C.input3}}
ID 9 8 1 {{C.input3}}
ID 10 7 2 {{C.input3}}
Estratto:
ID 5
8 1 {{C.input3}}
Compensi monetari €{{C.bonus1}} €{{C.bonus2}} €{{C.bonus3}}
Compensi monetari €{{C.freq_bonus}} (se le previsioni sono corrette)
{% endblock %}