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

Se scegli l’opzione A..

Esempio di scheda di scelta 4
Prodotto A Prodotto B Nessun prodotto
Imagine
Colore Verde Blu
Disegno
Prezzo
€{{C.level1_cost }}
€{{C.level2_cost }}
Io scelgo

... e supponiamo che altri 6 partecipanti hanno scelto l’alternativa Prodotto A.

Invece di usare le tue previsioni, usiamo una previsione estratta casualmente tra delle previsioni dei partecipanti ID2, ID5, ID6, ID7, ID9, ID10 per determinare il tuo compenso monetario aggiuntivo.

Le tue previsioni nella scheda di scelta 4
Partecipante Prodotto A Prodotto B Nessun Prodotto
ID 1 {{C.input1}} {{C.input2}} {{C.input3}}
 
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}}
{{ if participant.treatment_p > 2 && participant.treatment_p < 6 }}

Il tuo compenso monetario aggiuntivo è pari a €{{C.bonus1}}.

*Si ricordi che l'opzione A è stata estratta a sorte come vincente per la scheda di scelta 4

{{ endif }} {{ if participant.treatment_p > 5 && participant.treatment_p < 9 }}

Il tuo compenso monetario aggiuntivo è pari a €{{C.freq_bonus}}

{{ endif }}
{{ 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 €{{C.bonus1}} €{{C.bonus2}} €{{C.bonus3}}
Le scelte reali 8 1 {{C.input3}}
Compenso €{{C.freq_bonus}}
{% endblock %}