Groupmaker
27 Aug 2016Simple HTML5 and JavaScript project to create groups of students in a course site or section.
Demo
Try the demo.
Run it locally
Fork this repository, or download the code as a zipfile and expand it.
Double-click on groupmaker.html to open it in your browser.
Enter the number of students in the section and click the button.
The results display the corresponding IDs in random order. Subdivide as desired.
Update or modify it
Install a simple text editor, e.g., Notepad++ to modify the files.
Or a light-weight integrated development environment like Visual Studio Code. Right-click on the groupmaker folder and click “Open with Code”.
Edit the HTML and JavaScript code as desired.