{{ block title }} Results {{ endblock }} {{ block content }}
The asset value at {{if player.time_pressure == 1}} the end of the 8th quarter {{else}} the end of next year {{endif}}is {{player.qrt8}} points.
It {{if player.qrt8 > player.qrt4}}increases from {{elif player.qrt8 < player.qrt4}}decreases from {{else}} stays the same as{{endif}} {{player.qrt4}} points
{{if player.time_pressure == 1}} in the 4th quarter.{{else}} last year. {{endif}}
The task that is randomly chosen for your bonus payment is
{{if player.task == 1}}
the task involves reporting a minimum value at which you are willing to sell the asset.
The computer draws a choice with
Option A: {{player.picked_CE}} points vs Option B: asset value at {{if player.time_pressure == 1}}the end of the 8th quarter. {{else}}the end of next year. {{endif}}
You chose {{if player.picked_choice_CE == 'left'}}Option A. {{else}}Option B. {{endif}}
{{elif player.task == 2}}
the task involves reporting your beliefs regarding the probabilities of the asset value increasing.
The computer draws a choice with
Option A: 1000 points with {{player.picked_increase}}% probability vs Option B: 1000 points if the asset value increases.
You chose {{if player.picked_choice_increase == 'left'}}Option A. {{else}}Option B. {{endif}}
{{elif player.task == 3}}
the task involves reporting your beliefs regarding the probabilities of the asset value staying the same.
The computer draws a choice with
Option A: 1000 points with {{player.picked_same}}% probability vs Option B: 1000 points if the asset value stays the same.
You chose {{if player.picked_choice_same == 'left'}}Option A. {{else}}Option B. {{endif}}
{{else}}
the task involves reporting your beliefs regarding the probabilities of the asset value decreasing.
The computer draws a choice with
Option A: 1000 points with {{player.picked_decrease}}% probability vs Option B: 1000 points if the asset value decreases.
You chose {{if player.picked_choice_decrease == 'left'}}Option A. {{else}}Option B. {{endif}}
{{endif}}
The bonus you receive is {{player.point|to0}} points or £{{player.bonus|to2}}.
Your total payment is £{{player.Y|to2}}.
Thank you for your participation!
Click here to complete the study.
{{ endblock }}