{% 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. Their name shows once both of you finish the intake.

{% 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, and you update your guess.

Your draw

Click to draw three balls, one at a time.

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

Partner draw

{{ partner_display_label }}

After you submit your first guess, you see the three balls your partner drew so you can update your estimate.

Waiting for your first guess...
Enter an integer between {{ min_guess }} and {{ max_guess }}.
{{ next_button }}
{{ endblock }}