{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task {{round}} of {{num_questions}}
Decision Screen (1/2)

{% endblock %} {% block content %}

{% for sublottery in player.current_lottery %} {% sublottery.probability %} out of 100 balls are {{ sublottery.color }}. If one is drawn: Get ${% sublottery.amount %}.

{% 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 %}