{% extends "base.html" %} {% block content %}


{{ _('Instructions:') }}

{% for para in instruction_paragraphs %}

{{ para }}

{% endfor %}

{{ _('Notice!') }}


{{ _('If you wish to quit a rating task before it is fully completed, you can return to finish the task later but you will need your participant ID-number in order to do that. Please save your participant ID before starting the rating task!') }}

{{ _('Your participant ID is:') }} 
{{ session['user'] }}


{{ _('Ready to start') }} {% endblock %}