{{ block title }}{{ endblock }} {{ block style }} {{ endblock }} {{ block content }} {{ if treatment != 'Assignment' }}

How often does the number ‘1’ appear in the following sequence? ({{ CurrentRow }} / {{ num_payrows }})

{{ endif }} {{ if treatment == 'Assignment' }}

How often does the number ‘1’ appear in the following sequence?

{{ endif }}

{% for row in tasks %} {% if row.index <= num_payrows %} {{ row.task }} {{ formfield row.formfield }} {% endif %} {% endfor}}

Please click the button below to proceed to the next page.

{{ endblock }}