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

Instructions

In this experiment, you will be randomly matched with 5 other people in the room, and asked to choose whether to apply to School A or School B. You can apply to one school only. Each school accepts TWO applicants at most based on EXAM SCORE.

Exam score is determined by three type of student roles:H, M, and L. In each group of six subjects, two will be type H, two type M, and two type L At the beginning of the experiment, you will be randomly assigned to one of three types: H, M, or L. Your type remains the same during the entire experiment.

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 60.

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

You will not know your Exam score when you make your decision. After all six people in your group have made their decisions, the computer will randomly and independently draw the exams score for each person according to the types.

{% next_button %} {% endblock %}