How to pick a random student in class (5 fair methods)
· 5 min read
Cold calling works better when it is fair and visible. Five ways to pick a random student, from lolly sticks to a name picker that remembers who has had a turn.
Ask a question to a class of thirty and the same four hands go up. Everyone knows it, and most teachers have tried to fix it by calling on students who did not volunteer. The problem is that "random" cold calling done from memory is not random at all. Teachers unconsciously call on the students who sit in the middle, the ones who look ready, or the ones whose names come to mind first, and students notice. Once a class believes the selection is unfair, cold calling stops feeling like a shared routine and starts feeling like a trap.
The fix is not to stop cold calling. Research on classroom questioning is fairly consistent: when every student knows they might be asked, more of them think about the question. The fix is to make the selection visibly random, so that being picked is luck rather than judgment. Here are five ways to do that, from the most low-tech to the one we built Fluky's name picker for.
1. Lolly sticks in a cup
Write every name on a wooden stick, keep them in a cup on your desk, and draw one when you ask a question. It is cheap, it is visible, and students trust it because they can see the cup. The classic version has one drawback: if you put the stick back, the same student can be picked twice in a row, and if you keep it out, the students already called on know they are safe for the rest of the lesson and switch off. Many teachers solve this with two cups and move sticks back after a few questions, so nobody is ever fully safe.
2. Playing cards or numbered seats
Give each student a number, or deal each one a playing card at the start of the week, and draw from a matching deck. This works well with older students and needs no preparation beyond the first day. The weakness is the same as the sticks: a physical deck is either with-replacement or without, and switching between the two takes attention you would rather spend on the lesson.
3. Dice and a seating plan
If your seating plan is a grid, two dice can pick a row and a column. It is fast and slightly theatrical, which younger classes enjoy. It does not scale beyond six by six, and empty seats or absent students mean re-rolling, which breaks the rhythm. Good for a small group, awkward for a full class.
4. A spinning wheel on the projector
A wheel with every name on it, spun on the interactive whiteboard, is the most engaging option and the one students ask for. The spin builds a few seconds of suspense, the winner is announced in large type, and nobody can argue with it. You can remove a name after it is picked so the wheel narrows through the lesson, or keep everyone on for the whole hour. Fluky's spin wheel has a full-screen mode made for exactly this, and it saves your class list in the browser so it is ready next lesson.
Removed
Nothing removed yet.
5. A name picker with class mode
For everyday questioning, a wheel can be a little slow. Ten spins in a lesson is ten lots of five seconds of animation. That is why the name picker exists: paste the class list once, press the Pick button or the space bar, and a name appears in under two seconds. The part that matters is class mode. In class mode the picker never chooses the same student twice until everyone has had a turn, it shows you who is still waiting, and it remembers the round between lessons. A student picked on Monday knows they can still be picked on Tuesday once the round starts again, so nobody is ever "done".
Add names in the panel to get started.
Which method is actually fair?
Any of the five is fairer than picking from memory, because the choice is visible and outside your control. The difference is in what happens after the pick. Selection with replacement (sticks go back in the cup) is fair per question but lets one student be picked three times while another is never asked. Selection without replacement (sticks stay out) guarantees everyone a turn but tells students exactly when they are safe. Class mode is the compromise most teachers end up wanting: without replacement inside a round, with a new round starting automatically, and no visible list of who is safe.
On the technical side, if you use a digital tool, it is worth knowing how it picks. Fluky uses the browser's cryptographic random number generator rather than the basic Math.random function, and decides the result before any animation starts. That makes no practical difference for a class of thirty, but it means the answer to "is it really random?" is simply yes.
Making cold calling kind
A random picker removes the suspicion, but it does not remove the nerves. A few habits make the routine work for anxious students as well as confident ones. Ask the question first, give the whole class ten seconds of thinking time, and only then pick a name; that way the student picked has already had time to think. Allow "I'd like to hear someone else first, then come back to me" as a legitimate answer, and actually come back. Pair the picker with think-pair-share so that the student who is picked reports what their pair discussed rather than their own unrehearsed view. And when a student gives a wrong answer, pick a second name to build on it rather than correcting it yourself, so being picked is a normal part of the conversation rather than a spotlight.
Quick setup for next lesson
Type or paste your class list into the name picker, one name per line. A list copied from a spreadsheet or a register works as it is. Switch on class mode, press full screen if you are on a projector, and you are ready. The list stays in that browser, so on the classroom computer it will be there tomorrow. If you teach several classes, keep one browser tab per class, or use the share link to open the same list on any device.