{{ extends 'global/Page.html' }} {{ block title }}Additional task{{ endblock }} {{ block content }}
Below there is a list of seven different gambles. In this task, you will make seven choices by selecting whether you want to play a gamble ("Accept") or not ("Reject"). Each of these seven gambles has two possible outcomes with 50% chance of occuring.
Your points for this task will be determined by (1) whether you accept or reject the gamble and (2) which of the two possible outcomes occurs. In the next page the computer will randomly select one of the seven gambles and will randomly select one of the two possible outcomes.
For example, let's assume the computer randomly selects gamble 1. If you have chosen to accept gamble 1, you will lose 1000 points with 50% chance and you will win 6000 points with 50% chance. If you have chosen to reject gamble 1, you do not win or lose any points.
Please select for each gamble whether you want to accept it or reject it.
{% formfields %} {% next_button %} {{ endblock }}