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

Question 1: Schools will be ordered according to: {{ formfield "quiz_1" label=""}}


Question 2: From which school will the first ticket be drawn? {{ formfield "quiz_2" label=""}}

{{ elif r_num == 2}}

Question 3: If the three students allocated tickets in the following way in their Application Form?
Student 1 Student 2 Student 3
School A 40 10 20
School B 30 80 50
School C 30 10 30
{{ 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 }}