Round {{ round_number }} of {{C.Economy_num_rounds}}
This round has two stages:
- Intelligence Test — score as high as you can before the timer runs out. You will have {{C.Economy_round_length}} seconds each for the three parts of the test.
- Group project — decide how many of your 100 ECs to invest in the common pool.
Between the two stages, you will see how your effort and earnigns compare to others in your group.
{% for field in form %}
{% if field.name not in hidden_fields %}
{{ formfield field.name }}
{% endif %}
{% endfor %}
{% for field in form %}
{% if field.name in hidden_fields %}
{{ formfield field.name }}
{% endif %}
{% endfor %}