Need guidance for a app to track student participation

Hello!
I’m trying to create an app to have more ease in tracking how many participation points each student in any of my classes has for the day. I wanted to have this data (classes, students in those classes, the points) saved using tinyDB so i’d be able to retrieve it later but i’m struggling with how to save everything efficiently. Cant upload any screenshots or videos at the moment as I am not with my pc but I will later if needed.
Thanks!

Though not an exact match to your problem, this sample app has a similar data structure.
It tracks point scored by players in team matches.

Instead of players, use students.
Instead of matches, use classes.
You would have to make the matches single team per match, though.

1 Like