{% extends "global/SliderPage.html" %} {% load otree static %} {% load otree index %} {% load i18n %} {% block title %} {% blocktrans trimmed %}Task{% endblocktrans %} , {% blocktrans trimmed %}Preferences for IT Support{% endblocktrans %} {% endblock %} {% block content %}

{% blocktrans trimmed %}If you are using your phone to complete this survey, please turn your phone horizontally to complete this task.{% endblocktrans %}

{% blocktrans trimmed %}If this activity is randomly selected by the computer at the end of the survey, the computer will also randomly select one man and one woman who ranked the list of subject areas they preferred to be assigned in the earlier survey. Remember that the six subject areas were Accounting, Admin- istration, Information Technology Support, Robotics, Sales, and Social Media Advertising. Who do you believe ranked the Information Technology Support subject area higher, the randomly selected man or the randomly selected woman, and by how many positions?{% endblocktrans %}

{% for p in answer_range %} {% endfor %} {% for p in answer_range %} {% endfor %}
{% blocktrans trimmed %}Woman{% endblocktrans %} {% blocktrans trimmed %}I believe that{% endblocktrans %} {% blocktrans trimmed %}they ranked IT the same{% endblocktrans %}. {% blocktrans trimmed %}Man{% endblocktrans %}
{% blocktrans trimmed %}If the actual outcome is:{% endblocktrans %}
{% blocktrans trimmed %}The woman ranked IT higher by{% endblocktrans %} {% blocktrans trimmed %}The man ranked IT higher by{% endblocktrans %}
{{ p|absval }}
{% blocktrans trimmed %}You win $5 with probability:{% endblocktrans %}
{{ form.first_order_preferences.errors }} {{ form.current_task.errors }} {{ form.time_FirstOrderPreferences.errors }} {% next_button %}

{% endblock %} {% block scripts %} {% endblock %}