Randomize classroom seating charts
- 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.
- Open a browser to http://localhost:8888
- Reload the page to shuffle student positions.
To update the classroom informaton or student rosters, edit the following files:
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
- Click the browser's reload button.
- Clear the browser data.