1. Analyzing Test Score Distribution
TeacherBackground
A teacher has a list of 50 student exam scores and needs to see how many students fall into each letter grade bracket.
Problem
Manually counting scores into ranges like 0-59, 60-69, etc., is prone to error.
How to use
Paste the scores, select 'Custom Ranges', and input the grade boundaries (e.g., 'F:0-59', 'D:60-69').
rangeType: custom, customRanges: 'F:0-59\nD:60-69\nC:70-79\nB:80-89\nA:90-100'Outcome
A clear table showing the count and percentage of students in each grade category.