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

{{ if participant.treatment_p == 3 or participant.treatment_p == 4 or participant.treatment_p == 5 }}

Grazie per la tua partecipazione!

Il tuo compenso monetario aggiuntivo è pari a: {{payoff}}

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

Grazie per la tua partecipazione!

{{ if frequency_prediction == 1 }}

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

Ciò equivale a £{{C.frequency_pounds}} con un tasso di cambio di 1 Eur = {{C.exchange_pounds}} GBP

{{ endif }} {{ if frequency_prediction == 0 }}

Il tuo compenso monetario aggiuntivo è pari a: €0

{{ endif }} {{ endif }}

Ecco il codice di completamento di Prolific: XXXXX

In alternativa, puoi cliccare sul seguente link: www.prolific.co

{% endblock %}