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

Example

6 students made the following decision: Student 1, 3 and 4 applied to school A. Student 2, 5 and 6 applied to school B. After receiving their application, their exam score is withdraw according their student types.

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

Each school accept two applicants at most with the highest scores.

Who is accepted in School A?

{% formfields 'student1'%}

Who is accepted in School B?

{% formfields 'student2'%} {% next_button %} {% endblock %}