{% extends "global/Page.html" %} {% load otree %} {% block title %} Matching Mechanism Game: Round {{player.round_number}} {% endblock %} {% block content %} {%if player.round_number == 1%}
In this round, each person will simultaneously submit their ordered preference ranking
over schools.
You are student {{player.role}}
Given the submitted preferences of the participants and the priority order of each school, seats are allocated in the following way:
In this round, each person will again simultaneously submit their ordered preference ranking over schools.
You are still student {{player.role}}
With this method, each participant is assigned a seat at the best possible school reported their ranked list that is consistent with the priority order of schools.
Given the submitted preferences of the participants and the priority order of each school, seats are allocated in the following way:
| Students' Preferences Over Schools | ||||
|---|---|---|---|---|
| A | B | C | D | E |
| 1 | 3 | 2 | 2 | 2 |
| 3 | 2 | 1 | 1 | 3 |
| 2 | 1 | 3 | 3 | 1 |
| Schools' Priority Lists | ||
|---|---|---|
| 1 (1 seat) |
2 (2 seats) |
3 (2 seats) |
| E | D | C |
| C | B | A |
| D | A | D |
| B | E | E |
| A | C | B |