Create a classroom


Hi Thunkers!!

My app stores certain data on the performance of each student (grades, games played, time spent, medals won, etc etc). This application is designed for several schools and I would like that each teacher can search in the app and not in my database, the data of their students. How can I create a kind of virtual classroom where the teacher (using my app) can find their students?

Another option I have thought of is to make a screen with a table of positions showing the 5 highest scores (“Promedio”) in my database but I have no idea how to do it.

I’m asking too much but I appreciate your advice and comments.

I’m not sure what you mean by this. Data can be stored locally (“in the app”) or in the cloud (e.g. Google Sheets, Airtable, Firebase).

It looks like you’re using Firebase so you can just create a node for each teacher or class. It seems like you’re already doing that with users/app variable CurrentUser/ so… what is your question?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.