DMVance / letter-naming-fluency-generator

Letter naming fluency is a great indicator of risk and a strong predictor of reading success for young students. This app generates lists of letters that educators can use in the classroom for this important assessment.
0 stars 0 forks source link

Handle letter populations greater than 26. #3

Closed DMVance closed 3 years ago

DMVance commented 3 years ago

If user input for number of letters > 26, repeat randomized selection of letters from the alphabet.

DMVance commented 3 years ago

Sample size will always be limited to 10 since we only want 10 letters per line. So there is no need to handle sample sizes greater than 26.