Thank You!
You have successfully completed the annotation task.
{% if completion_code %}Your responses have been recorded.{% endif %}
{% set has_platform_action = action and action.kind in ['redirect', 'post_form'] %}
{% if completion_code or has_platform_action %}
{% if completion_code %}
{{ completion_code }}
Click to copy your completion code
{% endif %}
{% if action and action.kind == 'post_form' %}
{% elif action and action.kind == 'redirect' %}
Return to {{ action.platform_label }}
{% elif not action and mturk_submit_url and mturk_assignment_id %}
{% elif not action and prolific_redirect_url %}
Return to Prolific
{% else %}
{% if action and action.message %}{{ action.message }}{% else %}Copy the code above and paste it in your crowdsourcing platform to receive credit.{% endif %}
{% endif %}
{% else %}
{% if action and action.message %}{{ action.message }}{% else %}Your annotations have been saved. You may close this window.{% endif %}
{% endif %}
Your responses have been securely recorded.