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

Round {{RN}}.

Your Exam Score: {{player.examScore}} {{if player.admitted}}

Congratulations! You are admitted by College {{if player.choseS}} ∆ {{else}} ○ {{endif}} .
Your earning is ({{player.examScore}} × {{avgScore}}) / 50 = {{player.earning}}. {{else}}
You are not admitted by College {{if player.choseS}} ∆ {{else}} ○ {{endif}} .
Your earning is 0. {{ endif }}

{{if player.squareOnTheLeft}} {{if player.choseS}} {{else}} {{ endif }} {{ for p in pp }} {{ endfor }}
College ∆ History Table
Round Admission Cutoff Average Exam Score
{{RN}} {{ player.group.cutOffForS }} {{ player.group.avgScoreForS }}
{{ RN }} {{ player.group.cutOffForS }} {{ player.group.avgScoreForS }}
{{ p.round_number }} {{ p.group.cutOffForS }} {{ p.group.avgScoreForS }}
{{else}} {{if player.choseS}} {{else}} {{endif}} {{ for p in pp }} {{ endfor }}
College ○ History Table
Round Admission Cutoff Average Exam Score
{{ RN }} {{ player.group.cutOffForC }} {{ player.group.avgScoreForC }}
{{ RN }} {{ player.group.cutOffForC }} {{ player.group.avgScoreForC }}
{{ p.round_number }} {{ p.group.cutOffForC }} {{ p.group.avgScoreForC }}
{{endif}}
{{if player.squareOnTheLeft}} {{if player.choseS}} {{else}} {{endif}} {{ for p in pp }} {{ endfor }}
College ○ History Table
Round Admission Cutoff Average Exam Score
{{ RN }} {{ player.group.cutOffForC }} {{ player.group.avgScoreForC }}
{{ RN }} {{ player.group.cutOffForC }} {{ player.group.avgScoreForC }}
{{ p.round_number }} {{ p.group.cutOffForC }} {{ p.group.avgScoreForC }}
{{else}} {{if player.choseS}} {{else}} {{ endif }} {{ for p in pp }} {{ endfor }}
College ∆ History Table
Round Admission Cutoff Average Exam Score
{{ RN }} {{ player.group.cutOffForS }} {{ player.group.avgScoreForS }}
{{ RN }} {{ player.group.cutOffForS }} {{ player.group.avgScoreForS }}
{{ p.round_number }} {{ p.group.cutOffForS }} {{ p.group.avgScoreForS }}
{{endif}}
{% endblock %} {% block global_scripts %} {% endblock %}