This is a little tool I created to assign students to discussion groups. The avatars for the students are generated programmatically. It has a few limitations:
- There are only 4 possible groups
- The roster is limited to 24 students or fewer (the names of more wouldn't really fit on the screen)
- Names should be 5 characters or less to avoid overlapping.
To adapt it for your own use there are a couple of changes you would have to make in tab 6 (roster):
- Change the variable 'class_name' to your class name
- Change the variable 'year' to the current name
- Edit names in the table 'roster' with your students' names
[Please log in to post a comment]