{{ block title }} Introduction {{ endblock }} {{ block content }}

Task: Lotteries

You will now complete a task. In this task, you must make a series of decisions between sets of lotteries. The decisions will be presented in a table. Each row of the table presents a choice between two lotteries.

Remuneration

A random row will be chosen, and the payout amount drawn from that lottery will be added to your remuneration.

Practice

Practice making a choice by selecting the lottery that offers payout amounts of {{ Constants.lottery_high_a }} and {{ Constants.lottery_low_a }}.

Or...
{{ Constants.lottery_high_b }} with a probability of {{ Constants.probability }}%, {{ Constants.lottery_low_b }} otherwise. {{ for choice in form.practice }} {{ choice }} {{ endfor }} {{ Constants.lottery_high_a }} with a probability of {{ Constants.probability }}%, {{ Constants.lottery_low_a }} otherwise.
{{ formfield_errors 'practice' }} {{ next_button }} {{ endblock }}