Skip to content

Jerrymiah12/classroom-randomizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classroom Seating Chart Randomizer

Randomize classroom seating charts

Launching and using the app

  1. In a terminal window, launch a simple HTTP server with Cross-Origin Resource Service (CORS) enabled:
python src/simple-cors-http-server.py 8888

The above port number must match the port number specified in main.js.

  1. Open a browser to http://localhost:8888
  2. Reload the page to shuffle student positions.

Changing the classroom and student data

To update the classroom informaton or student rosters, edit the following files:

Known issues

Due to browser and/or server caching, step 5 above might be insufficient to capture changes in the above json input files. If the shuffled list displayed in the browser does not reflect the latest information in the json files, try

  1. Click the browser's reload button.
  2. Clear the browser data.

About

Randomize classroom seating charts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.3%
  • Python 27.0%
  • HTML 9.7%