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

Before we proceed to the game please tell us what do you think other players will choose to keep for themselves and how much will they invest towards group goal, on average?

How many energy tokens do you think others will invest to the group fund?
tokens
{{ form.expected_contribution.errors }}
How many energy tokens do you think others will keep for themselves?
tokens
{{ form.expected_individual.errors }}
{% next_button %}
{% endblock %}