{% extends "global/Page.html" %} {% load static otree %} {% block content %} {{ if participant.treatment_p > 1 }}
{{progress}}%

{{ endif }}
Fase 1

Ad esempio

Supponiamo di estrarre casualmente la pallina con il numero 4.


{{ if participant.treatment_p > 5 }} {{ endif }} {{ if participant.treatment_p < 6 }} {{ endif }}
Esempio di scheda di scelta 4
Prodotto A Prodotto B Nessun prodotto
Imagine
Prezzo
€{{C.level1_cost }}
€{{C.level2_cost }}
Io prevedo {{C.input1}} (su {{C.example}} partecipanti) {{C.input2}} (su {{C.example}} partecipanti) {{C.input3}} (su {{C.example}} partecipanti)
Compensi monetari €{{C.freq_bonus}} (se le previsioni sono corrette)
Compensi monetari €{{C.bonus1}} €{{C.bonus2}} €{{C.bonus3}}

Il tuo compenso aggiuntivo dipende dalla tua scelta nella scheda di scelta 4.

{% endblock %}