{% extends "global/Page.html" %} {% load otree static %} {% block title %} Part 2: Instructions
The computer selects one of the 100 balls at random, where each ball is equally likely to get selected. Across lotteries, the number of balls of a given color might vary. Each color is associated with its own corresponding payout for you. An example lottery is:
|
{% for c in player.colors_second %} {% if c == 'red' %}73{% elif player.choices_first == 2 %}27{% else %}3{% endif %} out of 100 balls are {{ c }}. If one is drawn: Get ${% if c == 'red' %}20{% else %}0{% endif %}. {% endfor %} |