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


Rating task instructions:

{% block attributes %} {% for ins in instructions %}
{{ ins.instruction }}
{% endfor %} {% endblock %}

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'] }}


I'm ready to start {% endblock %}