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

{{ endif }}
{{ if participant.treatment_p > 2 and participant.treatment_p < 6 }}
Fase 3
{{ endif }} {{ if participant.treatment_p > 5 and participant.treatment_p < 9 }}
Fase 2
{{ endif }}

C’è una probabilità del {{ if participant.treatment_p == 3 or participant.treatment_p == 6 }} 40% {{ endif }} {{ if participant.treatment_p == 4 or participant.treatment_p == 7 }} 25% {{ endif }} {{ if participant.treatment_p == 5 or participant.treatment_p == 8 }} 10% {{ endif }} che le tue previsioni nella scheda estratta (numero 4 nell’esempio) NON vengano sostituite.

{{ if participant.treatment_p == 3 or participant.treatment_p == 6 }} {{ endif }} {{ if participant.treatment_p == 4 or participant.treatment_p == 7 }} {{ endif }} {{ if participant.treatment_p == 5 or participant.treatment_p == 8 }} {{ endif }}

Ricevi il compenso monetario aggiuntivo in base alle tue previsioni.

{% endblock %}