{% extends "otree/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block content %}

Round {{RN}}.

You are the College {{if s}} ∆ {{else}} ○ {{endif}} .

Average Exam Score: {{avgScore}} {{if equalScore}} (equal to {{ else }} {{if higherScore}} (higher than {{else}} (lower than {{ endif }} {{endif}} the other college)
Sum of Students' Earnings: {{sumEarnings}}
{{if higherScore}} Your earning is ({{sumEarnings}} + {{avgScore}} × 2) / 5 = {{player.earning}}. {{else}} Your earning is {{sumEarnings}} / 5 = {{player.earning}}. {{endif}}

{{if s}} {{ for p in pp }} {{endfor}} {{else}} {{ for p in pp }} {{endfor}} {{ endif }}
Your College's History Table
Round Admission Cutoff Average Exam Score Sum of Students' Earnings Your Earning
{{ RN }} {{ player.group.cutOffForS }} {{ player.group.avgScoreForS }} {{ player.group.sumEarningsForS }} {{ player.earning }}
{{ p.round_number }} {{ p.group.cutOffForS }} {{ p.group.avgScoreForS }} {{ p.group.sumEarningsForS }} {{ p.earning }}
{{ RN }} {{ player.group.cutOffForC }} {{ player.group.avgScoreForC }} {{ player.group.sumEarningsForC }} {{ player.earning }}
{{ p.round_number }} {{ p.group.cutOffForC }} {{ p.group.avgScoreForC }} {{ p.group.sumEarningsForC }} {{ p.earning }}
{{ if s }} {{ for p in pp }} {{endfor}} {{ else }} {{ for p in pp }} {{endfor}} {{endif}}
The Other College's History Table
Round Admission Cutoff Average Exam Score Sum of Students' Earnings
{{ RN }} {{ player.group.cutOffForC }} {{ player.group.avgScoreForC }} {{ player.group.sumEarningsForC }}
{{ p.round_number }} {{ p.group.cutOffForC }} {{ p.group.avgScoreForC }} {{ p.group.sumEarningsForC }}
{{ RN }} {{ player.group.cutOffForS }} {{ player.group.avgScoreForS }} {{ player.group.sumEarningsForS }}
{{ p.round_number }} {{ p.group.cutOffForS }} {{ p.group.avgScoreForS }} {{ p.group.sumEarningsForS }}
{% endblock %} {% block global_scripts %} {% endblock %}