{% extends "global/Page.html" %} {% load otree %} {% block title %} Question about the Stock Market
{% endblock %} {% block content %}

The S&P 500 is an American stock market index that includes 500 of the largest companies based in the United States.

Jon invested $100 in the S&P 500 today.
What is the percent chance that the value of his investment will be less than $ {{ invest_value }} in one year from now?

In other words, what do you think is the percent chance that Jon will {% if player.task_specification < 0 %} lose more than ${{ abs_task_spec }} (as opposed to losing less than ${{ abs_task_spec }} or gaining money) {% else %} gain less than ${{ abs_task_spec }} or lose money {% endif %} on his investment over the next year?


Percent chance that Jons investment will be worth less than $ {{ invest_value }} :
%



{% endblock %} {% block scripts %} {% endblock %}