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

Task: Coin Toss

You will now complete a task. In this task, you must make a series of decisions whether to gamble with a coin toss or not. The decisions will be presented in a table. Each row of the table presents a choice between two coin tosses.

Remuneration

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

Practice

Practice making a choice by selecting the decision to not toss the coin.

Toss coin or not?
If the coin turns up heads, then you lose {{ Constants.LOSE }}. If the coin turns up tails, you win {{ Constants.WIN }}. {{ for choice in form.practice }} {{ choice }} {{ choice.label }}

{{ endfor }}
{{ formfield_errors 'practice' }} {{ next_button }} {{ endblock }}