{% extends "global/Page.html" %} {% load static %} {{ block title }} {{ endblock }} {{ block content }}

Practice Example

This practice round shows how the game works. The urn has 20 balls in total, with between 4 and 16 RED balls.

In this practice round, draw 3 balls, make a guess, then draw 3 more balls and update your guess.

After you see the first 3 draws, guess the total number of RED balls in the urn (out of 20). Do not guess how many are left.

Once you enter a valid guess, you move to round 2.

After you see the next 3 draws, update your guess.

{% if form.demo_guess.errors %}
{{ form.demo_guess.errors }}
{% endif %} Only whole numbers between 4 and 16 are allowed.
{{ next_button }}
{{ endblock }}