{{ extends "global/Page.html" }} {{ block title }} Quiz {{ r_num }}/{{ Constants.part_2_length }} {{ endblock }} {{ block content }}
{{ if r_num == 1}}

Question 1: If you listed the schools as B, C, A in your Application Form: {{ formfield "quiz_1" label=""}}


Question 2: What happens if two students apply to the same school? {{ formfield "quiz_2" label=""}}

{{ elif r_num == 2}}

Question 3: If the three students reported the following school lists in their Application Form:
Student 1 Student 2 Student 3
1st choice B B A
2nd choice A C C
3rd choice C A B
{{ formfield "quiz_1" label=""}}


Question 4: If the table below represents your possible payoffs from holding the slot at the end of the experiment:
School: A B C
Your Payoff: $12 $9 $4
{{ formfield "quiz_2" label=""}}

{{ endif }}
{{ next_button }}
{{ endblock }} {{ block styles }} {{ endblock }}