Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAYay!
I adopted 2 approaches in my solution:
Approach 1 Calculating the percentage of female students who achieved a level 4 compared to the total number of students tested.
Approach 2 Calculating the percentage of female students who achieved a level 4 compared to the total number of female students tested only.