It's a very basic high school statistical question, but I'm struggling to solve it.
Suppose I have a school with $287$ students and each one made a test with $50$ questions (multiple choice questions with $5$ items each, they have to choose one item in each question). These questions are divided into the following subjects:
Subject A - $8$ questions
Subject B - $6$ questions
Subject C - $10$ questions
Subject D - $6$ questions
Subject E - $6$ questions
Subject F - $14$ questions
We say a student fail the test when he doesn't solve any question.
Then we have the following result:
Subject A - $3$ students failed
Subject B - $16$ students failed
Subject C - $1$ students failed
Subject D - $1$ students failed
Subject E - $8$ students failed
Subject F - $0$ students failed
So how can I compare the performance of the students? In another words, which subject were they best and which one were they worse?
Remark: Each student has only two options: successful or failure, so in this case the overall score in each subject is not important.