How google pages display things specific to the current user

For some time I wondered if I could have google sites pages display things specific to the current user. I keep looking for a solution, but I never come up with anything convincing.

I mainly use Google sites for my university-class websites. I would like it if I could display things specific to an individual student, for example, you completed homework 1,2 and 3 - now it's time to work on homework number 4

Thank you very much in advance

+4
source share
1 answer

I searched on Google and found this:

You can use page-level permissions to map specific pages to specific users. You can use Google Apps Script to detect a subscribed user, but what you can display in Google Apps Script is limited. I would go for page-level permissions.

( Link to this post on the Google Community Support site.)

I think this is a good start for you.

+3
source

All Articles