--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/6a31c6b9-ed4c-44b7-a121-aa5465f8c9acn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/883cd81b-4846-434b-ae5a-5fc8ee0a4f45n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/3392dea9-fb95-412e-8ac0-b97917055636n%40googlegroups.com.
Jaume,
I would not recommend biometrics either. This is not an issue of high security.
You do need to protect against cheating, so up to you how you want to implement this. In your first email you indicated it is a GSuite environment, but if not all users have a GSuite account, then you can not expect people to be logged in.
Using device signature may be ok as long as you use the right info. If you use too much like software package versions etc, then it will be difficult to maintain as software is updated regularly. If you only use high level info like Chrome/Safari, that may not give you enough info to differentiate the users.
Each mobile phone has an IMEI (International Mobile Equipment Identity) number (15 digit) which is unique. The telephone number is also unique. But no browser can get access to that, to allow you to uniquely identify the user of that device. Your only option is to write a native App to be able to read that info. Read this article for more info:
Programmatically obtain the phone number of the Android phone - Stack Overflow
Do let us know the results of your investigation as there may be others interested in this and your work would benefit others.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/2b8bb8a7-70e6-49c3-a826-9e95390725e9n%40googlegroups.com.