{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {% block title %} {% endblock %} {% block content %}

Results

La question numéro {{ participant.vars.random_round_dana }} a été selectionné.

{% if participant.vars.state_dana_selected == 'aligned' and participant.vars.random_round_dana != 1 %} vous aviez le choix entre
£6 to you and £5 to charity
£5 to you and £1 to charity

Vous avez chois l'option {{ participant.vars.choice_dana_selected }}. Vous gagnez donc £{{ participant.vars.paiement_dana_self }} et la charité gagne : £{{ participant.vars.paiement_dana_charity }}. {% elif participant.vars.state_dana_selected == 'unaligned' and participant.vars.random_round_dana != 1 %} vous aviez le choix entre
£6 to you and £1 to charity
£5 to you and £5 to charity

Vous avez chois l'option {{ participant.vars.choice_dana_selected }}. Vous gagnez donc £{{ participant.vars.paiement_dana_self }} et la charité gagne : £{{ participant.vars.paiement_dana_charity }}. {% else %} {% if participant.vars.reveal_state == "NO" and participant.vars.random_round_dana == 1 %} Vous aviez le choix entre:
£6 to you and £? (£5 if situation 1 has been drawn or £1 if situation 2 has been drawn) to charity
£5 to you and £? (£1 if situation 1 has been drawn or £5 if situation 2 has been drawn) to charity

Vous avez choisi l'option {{ participant.vars.choice_dana_selected }}. Vous gagnez donc £{{ participant.vars.paiement_dana_self }}. Puisque vous avez choisi de ne pas savoir quelle situation a été sélectionnée au hasard, nous ne vous informons pas du montant elle a remporté. {% elif participant.vars.reveal_state == "YES" and participant.vars.random_round_dana == 1 and participant.vars.state_dana_selected == 'aligned' %} vous aviez le choix entre
£6 to you and £5 to charity
£5 to you and £1 to charity

Vous avez chois l'option {{ participant.vars.choice_dana_selected }}. Vous gagnez donc £{{ participant.vars.paiement_dana_self }} et la charité gagne : £{{ participant.vars.paiement_dana_charity }}. {% elif participant.vars.reveal_state == "YES" and participant.vars.random_round_dana == 1 and participant.vars.state_dana_selected == 'unaligned' %} vous aviez le choix entre
£6 to you and £1 to charity
£5 to you and £5 to charity

Vous avez chois l'option {{ participant.vars.choice_dana_selected }}. Vous gagnez donc £{{ participant.vars.paiement_dana_self }} et la charité gagne : £{{ participant.vars.paiement_dana_charity }}. {% endif %} {% endif %} {% endblock %}