{% extends "global/Page.html" %} {% block content %} Which school would you like to apply: School A or B?

Practice Game

You are grouped with 5 computers who randomly choose school A or B

You are student {{ player.id_in_group }}
You and other students' score distribution is the following:

{% if player.id_in_group == 1 %} {% elif player.id_in_group == 2%} {% elif player.id_in_group == 3%} {% elif player.id_in_group == 4%} {% elif player.id_in_group == 5%} {% elif player.id_in_group == 6%} {% endif %}

Belief task for School A

Do you think you would get a seat in school A if you applied to it?

Click on the slider bar then drag to assess.





Accepted in School A





Rejected in School A

Please allocate tokens.

Attempts: 0

{% endblock %}