{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task {% endblock %} {% block content %}

Remember, if one of these tasks is selected for payment, the computer will then randomly select two numbers to determine your payment. Random Number A will be a whole number from 1 to 6 (each number is equally likely to be chosen) that determines your chance of earning the $5. Random Number B will be a whole number from 1 to 100 (each number is equally likely to be chosen). If Random Number B is equal to or less than your chance of earning the $5, determined by Random Number A, you earn the $5.

Select the lottery you prefer to determine your payment.




{{ form.lottery2.errors }}
{% next_button %}

{% endblock %}