{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Qualification Questions
{% endblock %} {% block content %}

Important: If you answer any of the below questions incorrectly, the study ends after this page and you will receive your participation payment, but you do not qualify for a bonus.

  1. Which one of the following statements is correct if the following lottery is played for you?

    {% for c in player.colors_first %} {% if c == 'red' %}73{% elif player.choices_first == 2 %}27{% else %}3{% endif %} out of 100 balls are {{ c }}. If one is drawn: Get ${% if c == 'red' %}18{% elif player.choices_first == 2 %}9{% else %}1{% endif %}.

    {% endfor %}

    Please select one of the statements:

    {% formfield player.qn_lottery %}

  2. Jon is faced with the following lottery:

    {% if player.choices_first == 2 %} {% else %} {% endif %}


    Suppose Jon enters $13. Which one of the following statements is correct?: {% formfield player.qn_switch %}



  3. Now imagine that Jon is uncertain about how much exactly the lottery is worth to him. Jon, however, is 60% certain that the lottery is worth between $12.5 and $13.5 to him. Please select the correct button to accurately reflect this level of certainty:

    {% for x, i in radio_amounts %} {% endif %} {% endfor %}

    {% if x != 1 %}
    {% else %}
    very uncertain
    completely certain




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