You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes students fill out the google form using their gmail. But we need to cross reference their university issued email to give credit.
So let's investigate a way to ensure only users logged in with their university-issued email address are able to submit the form.
Potential Solutions Brainstorm:
We can also consider a mechanism to ask the user what their additional addresses are? Maybe.
We could try to embed the Google form within a logged in page, and instead of asking the user for their email, we could read from the current user in the session and pass that address to Google forms (via API?)
The text was updated successfully, but these errors were encountered:
Sometimes students fill out the google form using their gmail. But we need to cross reference their university issued email to give credit.
So let's investigate a way to ensure only users logged in with their university-issued email address are able to submit the form.
Potential Solutions Brainstorm:
The text was updated successfully, but these errors were encountered: