{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Task {{round}} of {{num_questions}}
|
{% for prob, sum, abssum in current_lottery %}
With probability {{ prob }}% :
{% if sum > 0 %}
Get
{% elif sum < 0 %}
Lose
{% elif sum == 0 and player.lottery_amount > 0 %}
Get
{% elif sum == 0 and player.lottery_amount < 0 %}
Lose
{% endif %}
$ {{ abssum }}
{% endfor %} |
{% elif type == 'rocl' %}
We randomly draw an integer number between {{ roclrangestart }} and {{ roclrangeend }}. Call this number X. {% for prob, sum, abssum in current_lottery %} With probability {{ prob }}% : {% if sum > 0 %} Get {% elif sum < 0 %} Lose {% elif sum == 0 and player.lottery_amount > 0 %} Get {% elif sum == 0 and player.lottery_amount < 0 %} Lose {% endif %} $ {{ abssum }}{% endfor %} |
{% elif type == 'complex_amt' %}
{% for prob, sum, abssum in current_lottery %}
With probability {{ prob }}% : {% if not abssum == 0 %} Get {% else %} Get {% endif %} $ {{ sum }} {% endfor %} |
{% elif type == 'complex_prob' %}
{% for prob, sum, abssum in current_lottery %}
With probability {{ prob }}% : {% if sum > 0 %} Get {% elif sum < 0 %} Lose {% elif sum == 0 and player.lottery_amount > 0 %} Get {% elif sum == 0 and player.lottery_amount < 0 %} Lose {% endif %} $ {{ abssum }} {% endfor %} |
{% endif %}
Your decision on the previous screen indicates that you value this lottery as much as {% if player.lottery_amount > 0 %} getting {% else %} losing {% endif %} ${{switching_point}} with certainty.
|
{% if x != 1 %} |
{% else %} | {% endif %} {% endfor %}|||||||||||||||||||||||||||||||||||||||
|
very uncertain completely certain
|
||||||||||||||||||||||||||||||||||||||||