{% extends 'layouts/layout.html' %} {% block body %}

Sorry, there was an error


{% if errornum == 1008 %}

Sorry, our records indicate that you have attempted to complete this HIT, but quit before finishing.

Because this is a Psychology experiment, you can only complete this HIT once.

Please return the HIT so someone else can perform the experiment.

{% elif errornum == 1010 %}

Sorry, our records indicate that you have already completed (or attempted to complete) this HIT.

Because this is a Psychology experiment, you can only complete this HIT once.

Please release the HIT so someone else can perform the experiment.

{% else %}

Sorry, there was an unexpected error in our processing of your HIT.

{% endif %}

If you would like to receive partial compensation or feel you have reached this page in error, please email {{contact_address}} and send the following information:


Error: {{ errornum }}
Description: {{ errordesc }}
{% if hitId %}HITId: #{{ hitId }}
{% endif %} {% if assignId %}AssignmentId: #{{ assignId }}
{% endif %} {% if workerId %}WorkerId: #{{ workerId }}
{% endif %}


Our sincere apologies!

{% endblock %}