{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Bonus Lottery
{% endblock %} {% block content %}

Screen 2

Your endowment for this lottery is {{ endowment }}.

{% if round == 1 %}Auto-completion: The table auto-completes your choices so you don't have to click through all rows. You do not have to start at the top of the table. If you select Option A in any one row, we assume that you will also prefer Option A in all rows above that row. If you select Option B in any one row, we assume that you will also prefer Option B in all rows below that row.
{% endif %}
{% for counter, amount in player.load_right_side_amounts1 %} {% if counter == 1 %} {% else %} {% endif %} {% endfor %}
Option A Option B
With probability 30% : Get $ 24
With probability 70% : Get $ 2
         {% if amount >= 0 %} With certainty:   Get  {% else %} With certainty:   Lose  {% endif %} $ {{ amount | abs }}  
         {% if amount >= 0 %} With certainty:   Get  {% else %} With certainty:   Lose  {% endif %} $ {{ amount | abs }}  
{{ form.errors }}
{% endblock %} {% block scripts %} {% endblock %}