{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}

FUTURE: The Best Economy


{% if page == 1 %}
Next, we would like you to evaluate different projections of future personal income growth. The following 4 pages will show you two growth projections in the same plot.

After looking at each figure, you'll be asked to select which of the two projections you believe to be the better economy.


{% endif %}
Which of these two personal income growth projections do you think is better?

{% if payoff_delayed == 4.0 %} {% endif %} {% if payoff_delayed == 4.5 %} {% endif %} {% if payoff_delayed == 5.0 %} {% endif %} {% if payoff_delayed == 5.5 %} {% endif %} {% if payoff_delayed == 6.0 %} {% endif %} {% if payoff_delayed == 6.5 %} {% endif %} {% if payoff_delayed == 7.0 %} {% endif %} {% if payoff_delayed == 7.5 %} {% endif %} {% if payoff_delayed == 0.5 %} {% endif %} {% if payoff_delayed == 1.0 %} {% endif %} {% if payoff_delayed == 1.5 %} {% endif %} {% if payoff_delayed == 2.0 %} {% endif %} {% if payoff_delayed == 2.5 %} {% endif %} {% if payoff_delayed == 3.0 %} {% endif %} {% if payoff_delayed == 3.5 %} {% endif %}
{% endblock %}