Log In  

Cart #sorting_hat-7 | 2023-11-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

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
P#137791 2023-11-22 22:59 ( Edited 2023-11-22 23:52)


[Please log in to post a comment]