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

In this section, we want to ask some questions regarding how you evaluate getting a mammogram again. The next few questions are hypothetical but please take these questions seriously and answer them as if real money were at stake.

1. Suppose that your health insurance covers the mammogram at no additional cost, which option do you prefer?

{# ****************************************************************************************************************** #} {# *** 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,c in choices %} {% if p >= 0 %} {% else %} {% endif %} {{ formfield_errors f }} {% endfor %}
{% trans "Option A" %} {% trans "Option B" %}
{% trans "Pay" %} {{ c }} {% trans "dollars" %} {% trans "Earn" %} {{ c }} {% trans "dollars" %} {% trans "Conduct a mammogram at no additional cost" %}
{# ****************************************************************************************************************** #} {# *** Remaining 2 Questions {# ****************************************************************************************************************** #}

2. What is your best guess of the percent chance that you will make an appointment for mammogram in the upcoming month? Please answer this on a 0 − 100 scale where 0 means not likely and 100 means for certain. For example, a 10% means that there is a 1 in 10 chance that you will make an appointment for mammogram in the upcoming month.

{{ formfield_errors 'test_next_month' }}

3. What is your best guess of the chance that you will follow American Cancer Society’s guidelines for breast cancer screen and have annual mammogram starting at the age of 40? Please answer this on a 0 − 100 scale where 0 means not likely and 100 means for certain. For example, a 10% means that there is a 1 in 10 chance that you will follow American Cancer Society’s guidelines for breast cancer screen and have annual mammogram starting at the age of 40 in the future.

{{ formfield_errors 'follow_cdc' }}
{% next_button %} {% endblock %}