{{ extends "global/Page.html" }} {{ block title }} Application Form {{ endblock }} {{ block content }}
Round {{ round_number }}: please make a selection
Colleges E, F, G, H, I and J have been pooled together. If you choose to spend 0 tokens on study books you will enter an enrollment lottery where you will have an equal chance of ultimately enrolling in any one of the colleges that are pooled together. Your enrollment bonus will then equal the enrollment bonus of the college you were randomly assigned to enroll in. That is, if you spend 0 tokens, you will receive an enrollment bonus of 42 or 35 or 30 or 24 or 16 or 3 tokens, each with an equal chance (for your information, on average this equals 25 tokens).
{{ endif }} {{ elif round_number == 2}} {{ if r_num == 1 }}Each college now has its own test score requirement and enrollment bonus.
{{ elif r_num == 2 }}
Colleges E, F, G, H, I and J have now been pooled together. If you choose to spend 0 tokens on study books you will enter an enrollment lottery where you will have an equal chance of ultimately enrolling in any one of the colleges that are pooled together. Your enrollment bonus will then equal the enrollment bonus of the college you were randomly assigned to enroll in. That is, if you spend 0 tokens, you will receive an enrollment bonus of 42 or 35 or 30 or 24 or 16 or 3 tokens, each with an equal chance (for your information, on average this equals 25 tokens).
{{ endif }}College | Bonus if you Enroll | Cost of Virtual Study Books to Meet the Test Score Requirements | |
---|---|---|---|
A | {{ payoff_vec.0 }} | {{ cost.0}} | |
B | {{ payoff_vec.1 }} | {{ cost.1}} | |
C | {{ payoff_vec.2 }} | {{ cost.2}} | |
D | {{ payoff_vec.3 }} | {{ cost.3}} | |
E | Enrollment lottery Equal chances of enrolling in: College E with a bonus of {{ payoff_vec.4 }} tokens College F with a bonus of {{ payoff_vec.5 }} tokens College G with a bonus of {{ payoff_vec.6 }} tokens College H with a bonus of {{ payoff_vec.7 }} tokens College I with a bonus of {{ payoff_vec.8 }} tokens College J with a bonus of {{ payoff_vec.9 }} tokens |
{{ cost.4}} | |
F | {{ cost.5}} | ||
G | {{ cost.6}} | ||
H | {{ cost.7}} | ||
I | {{ cost.8}} | ||
J | {{ cost.9}} | ||
E | {{ payoff_vec.4 }} | {{ cost.4}} | |
F | {{ payoff_vec.5 }} | {{ cost.5}} | |
G | {{ payoff_vec.6 }} | {{ cost.6}} | |
H | {{ payoff_vec.7 }} | {{ cost.7}} | |
I | {{ payoff_vec.8 }} | {{ cost.8}} | |
J | {{ payoff_vec.9 }} | {{ cost.9}} |