{{ block content }} {{ if treatment == 'treatment1' or treatment == 'treatment2' }}
Overall progress in the study

Round {{ player.round_number }}/{{ C.NUM_ROUNDS }} in Session 1/4:

{{ else }}

Round {{ player.round_number }}:

{{ endif }}

How many times does the number ‘1’ appear in the table below?


{{ for row in matrix }} {{ for cell in row }} {{ endfor }} {{ endfor }}
{{ cell }}
{{ formfield "number_entered" }} {{ formfield_errors 'number_entered' }}
{{ block next_button }} {{ endblock }}

{{ endblock }}