{% extends "global/Page.html" %} {% load otree %} {% block title %} Intermediate Results {% endblock %} {% block content %}

Introduction to the intermediate results.

Statistics
{% for round in counting_task_rounds %} {% endfor %}
num_counting_correct num_counting_correct
{{ round.num_counting_attempts }} {{ round.num_counting_correct }}
{% next_button %} {% endblock %}