{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Part 1 of this Study: Instructions(1/4)
Please read these instructions carefully. There will be bonus qualification questions based on the instructions. If you do not answer all bonus qualification questions correctly, you will not earn an additional bonus for this study.
In this study, you will be asked to complete {{ num_questions }} guessing tasks. In each guessing task, {% if player.bags_first == 2 %} there are two bags, "Bag A" and "Bag B". {% else %} there are ten bags, "Bag A", "Bag B", etc. up to "Bag J". {% endif %}
A bag contains exactly 100 balls, each of which is either red or blue.
However, the two bags contain different numbers of red vs. blue balls: one bag contains more red balls, the other contains more blue balls.
One of the bags is selected at random by the computer as described below. You will not observe which bag was selected.
Instead, the computer will randomly draw one or several balls from the secretly selected bag, and will show these balls to you.
Your task is to guess which bag was selected based on the available information. The exact procedure is described below: