{% extends "psynet_layout.html" %} {% block body %}

Error!


{{ error_text }}

{% if compensate == True %}

{% if experiment.var.show_abort_button %} You may be able to abort the experiment using the Abort experiment button on the MTurk ad page. Once aborted, there is no need to contact us to receive the compensation; this should be awarded to you automatically via MTurk a few minutes after. If this is not the case, please contact us at {{contact_address}} quoting the following information: {% else %} To enquire about compensation, please contact the researcher at {{contact_address}} and describe what led to this error. Please also quote the following information: {% endif %}

Error type: {{ error_type }}
HIT ID: {{ hit_id }}
Assignment ID: {{ assignment_id }}
Worker ID: {{ worker_id }}

{% if experiment.var.show_abort_button %} {% endif %} {% endif %}
{% endblock %}