{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {% block content %}

In this part, we will ask you to complete a set of questions on how you evaluate the information on your breast cancer risk. The information includes both 5-year risk of developing breast cancer and lifetime risk of developing breast cancer as predicted by the Gail Model developed by Dr. Mitchell Gail with information you provided. Gail Model is one of the most trusted models used to provide estimates on breast cancer risk.

Please note that after you made all the choices, there is a 10% chance that your choice from one row might be realized. For example, if you choose to earn B dollars with no additional information given over earn A dollars with information of personalized risk given, then you will receive no additional information and there will be a 10% chance that you may receive B dollars of bonus in addition to your base payment.

The price of B is constant while the price of A increases as you move to a higher decision number. Your answers across the 10 decisions should follow one of the following patterns

{# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #}
{% if Constants.one_choice_per_page == True and Constants.progress_bar == True %}
{% endif %} {% else %}
{% if Constants.small_pies == True %} {% endif %} {% if Constants.small_pies == True %} {% endif %} {% for i,f,p in choices %} {% endfor %}
{% trans "Option A" %} {% trans "Option B" %}
{% trans "Earn" %} {{ p }} {% trans "dollars. No additional"%}
{% trans "information will be given" %}
{% trans "Earn" %} {{ Constants.lottery_b_hi }} {% trans "dollars. Information of"%}
{% trans "personalized breast cancer risk will be given." %}
{% next_button %}
{% endblock %}