{% extends "global/Page.html" %} {% block title %}Introduction{% endblock %} {% block content %}

Example

Your answer is not correct. 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.

The following is the summary of applications and their exam score.

School B also admit a maximum of two applicants with the highest scores from their own applicants.

Who is/are accepted in School B?

{{ for field in Constants.StudentB }}
{{ endfor }} {% next_button %} {% endblock %}