{% extends "global/Page.html" %}
{% block title %}Risk Preferences{% endblock %}
{% block content %}
🎲
Below is a list of choices between getting
for sure (Option A) and getting
with some probability (Option B).
Your job is to make a choice on every row. Notice that Option B becomes more and
more attractive as the probability increases.
At what probability would you switch from picking Option A to Option B?
I would switch at
%
(Please enter a number between
and .)
(
Important: it's in your best interest to report truthfully. If you want an explanation,
click here)
{% formfield_errors 'switch_prob' %}
| Pick: |
Option A |
OR |
Option B |
{% next_button %}
{% endblock %}