Simple Node.js scripts for instructors to create random student groups and cold call lists.
- Rename
students.template.jsasstudents.js - Edit
students.jswith your student names - Run:
node makeColdCallList.jsornode makeGroups.js
makeColdCallList.js- Creates randomized list for calling on studentsmakeGroups.js- Creates random groups (change group size in the file)students.template.js- Copy this tostudents.jsand add your students
Code, comments, and readme improved with assistance from Claude AI.