{% extends "global/Page.html" %} {% load otree %} {% block title %}Your Situation{% endblock %} {% block content %}
Before you start with the task, please imagine the following situation:
{% if treatment == 'AI' %}You are working for a consumer goods company called Sun LLC. Your task at Sun LLC is to solve arithmetic math problems.
Every year the best employee at Sun LLC gets promoted. To keep up with the increasing digitalization, Sun LLC has recently integrated an algorithmic decision-making tool called Talent@SunLLC in their HR division. The tool is used to support the HR team in promotion decisions. For this purpose, Talent@SunLLC combines information about the employee’s performance in solving arithmetic math problems with information on employee's background and personality to generate rich profiles of every employee.
The promotion decision is then made solely on the basis of this AI-generated profile.
In this experiment, the following information will be evaluated by the algorithm when generating your profile:
1) Your demographic background (age, gender, siblings, postal code, relationship status, etc.)
2) Your personality type
3) Your performance in the arithmetic task (number of math problems solved correctly)
Finally, the participant with the most suitable profile according to the algorithm will receive the Amazon voucher.
{% else %}You are working for a consumer goods company called Sun LLC. Your task at Sun LLC is to solve arithmetic math problems.
Every year the best employee at Sun LLC gets promoted. For this purpose, your boss Justice collects and evaluates performance data of every employee.
The employee with the best performance will get promoted at the end of the year.
In this experiment, a human will evaluate your performance (number of math problems solved correctly). Finally, the participant with the best performance will receive the Amazon voucher.
{% endif %} {% next_button %} {% endblock %}