{% extends "global/Page.html" %} {% block title %}Introduction{% endblock %} {% block content %}

Instructions

In this experiment, you'll be part of a group of six people. You have to decide whether you want to apply to School A or School B. However, each school can only accept a maximum of two applicants based on their exam scores.

You'll also be randomly assigned to one of three student types: H, M, or L, and your type will remain the same throughout. Your exam score depends on your type:

For type H, the exam score is equally likely to be either 100, 90, or 75.

For type M, the exam score is equally likely to be either 95, 80, or 65.

For type L, the exam score is equally likely to be either 85, 70, or 60.

Here's the twist: you won't know your exam score when you make your choice. After all six people in your group make their decisions, a computer will randomly assign exam scores to each person based on their types.

{% next_button %} {% endblock %}