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

{% if treatment == 'cp' %} With a probability p between {{ q5a_lottery.low }}% and {{ q5a_lottery.high }}% you get a value of {{ q5a_lottery.value }},
otherwise you get 0. {% else %} With a probability of {{ q5a_lottery.p }}% you get a value v between {{ q5a_lottery.low }} and {{ q5a_lottery.high }},
otherwise you get 0. {% endif %}

{% if treatment == 'cp' %} With a probability of {{ q5b_lottery.p }}% you get a value v between {{ q5b_lottery.low }} and {{ q5b_lottery.high }},
otherwise you get 0. {% else %} With a probability p between {{ q5b_lottery.low }}% and {{ q5b_lottery.high }}% you get a value of {{ q5b_lottery.value }},
otherwise you get 0. {% endif %}

4. Suppose that you could choose to play one of the two lottery tickets displayed above. Which one would you prefer?

{% formfield player.q4 label="" %} {% formfield player.q4exp label="Explain your choice." %}

{% next_button %} {% endblock %}