{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Decision {{round }} of {{num_questions}}
{% endblock %} {% block content %} {#

In this decision, you will not complete a choice list.

#}

Imagine that the computer simulates an urn that contains 90 balls. Out of these 90 balls:

The computer will randomly select one of these 90 balls, with equal probability.
Please choose one of the following two options:


Option A Option B
{% for sum, o1, o2 in player.current_option_a %}   Get  ${{ sum }} if the drawn ball is {{ o1 }}
Get $0 if the drawn ball is {{ o2 }} {% endfor %}
         {% for sum, o1, o2 in player.current_option_b %}   Get  ${{ sum }} if the drawn ball is {{ o1 }}
Get $0 if the drawn ball is {{ o2 }} {% endfor %}
{% next_button %}
{% endblock %}