{% extends "global/Page.html" %} {% block title %}Introduction{% endblock %} {% block content %}
Your answer is not correct. Each school accept two applicants with the highest scores.
There are 3 applicants in School A. Student 3 has the highest score and Student 1 has the second highest score. Therefore School A accept student 1 and 3.
There are 3 applicants in School B. Student 3 has the highest score and Student 1 has the second highest score. Therefore School A accept student 1 and 3.
School B also admit a maximum of two applicants with the highest scores from their own applicants.
The handout also has the game rule, so if you are confused during playing game, you can read that as well.
In the next, you will learn the second task of the game.
{% next_button %} {% endblock %}