8000 GitHub - boothr16/random-seats: This program randomizes student groups for chemistry lab
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

boothr16/random-seats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

random-seats

This program randomizes student groups for chemistry lab

This program takes a class roster as an input file, and creates randomized student groups of a desired size. The program requires the files GroupRandomizerMain.cpp, Student.h, and Student.cpp to run. The program works by iterating through lines in the roster (text file), and pushing the student names into a vector. When the EOF is reached, the students' names are popped from random positions in the vector, and the students are placed into groups. This program was written to help make student groups quickly during class while virtual teaching, due to the ongoing COVID-19 pandemic. Sample input/output is not provided in order to protect student information.

About

This program randomizes student groups for chemistry lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0