This script generates evenly-distributed breakout rooms for course discussion sections, in addition to appointing scribes for each section in round-robin style. It was intended for the discussion section model we use in CS 314, although it can be applied to any course with little or no modification.
Download the script breakout.py
to a file on your machine, or clone this gist to a local directory.
In the same directory, create a file named students.csv
containing each student's information in the following format:
Student 1 Name,student1eid,0
Student 2 Name,student2eid,0