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

Please use the table below to answer the quiz questions.

{{ if r_num == 1}} {{ include "pooling_baseline/P_1_inst_example_discrete_table.html" }}

Question 1: If you were to spend 5 tokens, which school would you enroll in? {{ formfield "quiz_1" label=""}}


Question 2: How much would it cost to enroll in School D? {{ formfield "quiz_2" label=""}}


Question 3: What would your Additional Payment for this round be if you enrolled in School I? {{ formfield "quiz_3" label=""}}

{{ elif r_num == 2}} {{ include "pooling_baseline/P_1_inst_example_pooling_table.html" }}

Question 1: If you were to spend 30 tokens, which school would you enroll in? {{ formfield "quiz_1" label=""}}


Question 2: How much would it cost to enroll in School D? {{ formfield "quiz_2" label=""}}


Question 3: What would your Additional Payment for this round be if you enrolled in School I? {{ formfield "quiz_3" label=""}}

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