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

You are paired with {{ partner_full_label }} for this round.

{% else %}

You are paired with another participant for this round.

{% endif %}

Your job is to guess the total number of red balls in the urn (out of 20). You are not guessing how many red balls are left. First, draw 3 balls and enter your guess. Then you see the three balls {{ partner_display_label }} drew. Then choose: match their final guess or enter your own updated guess.

Your Draw

Click to draw three balls, one at a time.

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

{{ partner_display_label }}'s Draw

{{ partner_full_label }}

Waiting for your first guess...

Make Your Decision

You've seen both draws. Now choose:

Match {{ partner_display_label }}'s Guess

Adopt {{ partner_display_label }}'s final guess as your own. You won't see the guess they submitted.

Submit My Own Guess

Enter your own updated guess based on both draws.

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