{% extends "global/Page.html" %} {% load otree static %} {% block title %} Instructions {% endblock %} {% block content %} {% if not failed %} {% if treated1 == 1 %}

This is an experiment conducted by the FAU university, please read the instructions carefully. Your task is to read six résumés and give each one a score out of ten. You should give a score of 0 to the worst résumé and a score of 10 to the best résumé. You should give each a unique score so you can always say that one is better or worse than another.

{% elif treated2 == 1 %}

Your task is to read six résumés and give each one a score out of ten. You should give a score of 0 to the worst résumé and a score of 10 to the best résumé. You should give each a unique score so you can always say that one is better or worse than another. Your scores will be further evaluated by our HR team.

{% else %}

Your task is to read six résumés and give each one a score out of ten. You should give a score of 0 to the worst résumé and a score of 10 to the best résumé. You should give each a unique score so you can always say that one is better or worse than another.

{% endif %}
{% elif failed %}

We are not confident you meet the necessary requirements for this HIT. Please return the HIT. We apologize for the inconvenience.

{% endif %} {% endblock %}