{% extends "global/Page.html" %} {% load otree %} {% block title %} Question {{round_confidence }} of {{num_questions}}
Your endowment for this lottery is {{ endowment }}.
|
{% for prob, sum in player.current_lottery %}
With probability {{ prob }}% :
{% if sum > 0 %}
Get
{% elif sum < 0 %}
Lose
{% elif sum == 0 %}
Get
{% endif %}
$ {{ sum | abs }} {% endfor %} |
{% elif type == 'rocl' %}
We randomly draw an integer number between 0 and 100, with each number being equally likely to be drawn. Call this number X. {% for prob, sum in player.current_lottery %} With probability {{ prob }}% : {% if sum >= 0 %} Get {% elif sum < 0 %} Lose {% endif %} $ {{ sum | abs }}{% endfor %} |
{% elif type == 'ellsberg' %}
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.
{% for sum, o1, o2 in player.current_lottery %}
Get $10 if the drawn ball is {{ o1 }} |
{% endif %}
How certain are you about how much this lottery is worth to you?
|
0 = very uncertain completely certain = 100
|