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

The questions below test your understanding of the instructions.

Important: If you fail to answer any one of these questions correctly, you will not be allowed to participate in the rest of the study, and you will not be able to earn a bonus.

  1. Which one of the following statements is correct if the following lottery is played for you?
    With probability 60%: Get $ 15
    With probability 40%: Get $ 5

    Please select one of the statements:

    {% formfield player.qn_lottery %}

  2. Suppose a person made the decisions shown in the picture below. Which of the following statements is correct regarding these decisions?

    Please select one of the statements:

    {% formfield player.qn_list %}

  3. Now imagine that the person who made the decisions above is uncertain about how much exactly the lottery is worth to them.
    This person, however, is is 60% confident that it is worth between $8 and $9 to them. 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 %}