{{ block title }} {{ endblock }}
{{ block content }}
{{ if treatment == 'Assignment' }}
{% if display_finished_tasks %}
Great, you finished the task!
{% endif %}
The algorithm decided that the next task is {{ Task_Difficulty }}.
{% if display_finished_tasks %}
{{ formfield 'num_payrows_assign' }}
{% endif %}
{{ endif }}
{{ if treatment == 'Transparency' }}
{% if display_finished_tasks %}
Great, you finished the task!
{% endif %}
The algorithm decided that the next task is {{ Task_Difficulty }}. You will count {{ num_payrows }} sequences.
{% if display_finished_tasks %}
{{ formfield 'num_payrows_assign' }}
{% endif %}
{{ endif }}
{{ if treatment == 'SelfSelection' }}
{% if display_finished_tasks %}
Great, you reached your goal!
{% endif %}
The algorithm decided that the next task is {{ Task_Difficulty }}.
{{ formfield 'num_payrows' }}
{{ endif }}
{% comment %}
{% if Attention_Check %}
{{ formfield 'attention_check' }}
{% endif %}
{% endcomment %}
Please click the button below to start the task.
{{ endblock }}