{% extends "global/Page.html" %} {% load static %} {{ block title }} Individual Decision {{ endblock }} {{ block content }}
{% if participant.vars.num_rounds %}
Round {{ player.round_number }} of {{ participant.vars.num_rounds }}
{% endif %}

Your job is to guess the total number of red balls in the urn (out of 20). You make two guesses in this round. For each guess, draw 3 balls (one at a time) to get a clue. You are not guessing how many red balls are left.

First draw

After you see the first 3 draws, enter your first guess.

Enter an integer between {{ min_guess }} and {{ max_guess }}.

Second draw

After you submit your first guess, draw 3 more balls.

Enter an integer between {{ min_guess }} and {{ max_guess }}.
{{ next_button }}
{{ endblock }}