{% extends "global/Page.html" %} {% load otree static %} {% block title %} Part 1: Instructions (2/3)
{% endblock %} {% block content %}

Example


{% for c in player.colors_first %} {% if c == 'red' %}55{% elif player.choices_first == 2 %}45{% else %}5{% endif %} out of 100 balls are {{ c }}. If one is drawn: Get ${% if c == 'red' %}18{% else %}0{% endif %}.

{% endfor %}

Which certain payment is worth as much to you as this lottery?

Getting $ with certainty is worth as much to me as this lottery.




{% next_button %}
{% endblock %}