{% extends "global/Page.html" %} {% load otree static %} {% block title %} Comprehension Questions {% endblock %} {% block content %}
To ensure you understand the task that will follow, please read the Example below and answer the questions.
NOTE: You have {{ Constants.practice_max_attempts }} attempts to answer the questions correctly.
If you fail to answer the questions correctly you will be excluded from the study.
{% if player.example_attempts == Constants.practice_max_attempts %}This is your last attempt at answering the questions correctly.
{% elif player.example_attempts > 0 %}This is attempt {{player.example_attempts }} of {{ Constants.practice_max_attempts }}
{% endif %}Example
Consider that you are the 2nd player of a group of 4 and previous player(s) chose blue.
Consider that for each player payoffs are determined by a random draw from a jar with 6 blue balls and 4 red balls as represented in the Figure below. After a ball is drawn for a player, it is put back in the jar - thus, draws are independent. You don't know what ball was drawn for each player - you just know the probabilities associated to each colour.
Consider that a ball is drawn for you out of the same jar and its colour is red: this means that if the outcome is RED you are paid $\$Y$; if the outcome is BLUE, you are paid $\$y$. The first player has chosen blue and it is now your chance to choose as the second player. As represented in the sketch below, recall that if you choose red, the game ends and the outcome is RED; if you choose blue, the next player(s) will have the chance to determine the outcome being BLUE or RED unless you are the last player already.
Below are the probabilities that no, some or all other members of your group are negatively affected (they earn £y instead of £Y) if the outcome happens to be RED and respective earnings. This table will always be presented to you. The outcome is determined by everyone's choices, including yours.
Based on the text you read above...
{% formfield player.attention_players %}
{% formfield player.attention_position %}
{% formfield player.attention_opportunity %}
{% formfield player.attention_othersred %}
{% formfield player.attention_othersblue %}
{% formfield player.attention_majorityblue %} {% next_button %} {% endblock %} {% block styles %} {% endblock %}