Hi all,
I am using the QR code scanner function for a scavenger hunt app. I have the app ready to scan QR codes with the value, tag 1, tag 2 & tag 3, (seen below).
I want to make sure people do not cheat by scanning one QR code multiple times to proceed to the next stage.
The user should be able to scan ‘Tag 1’ once, but after that if they attempt to scan it again then it leads to an error message, or something prompting that they have tried to cheat.
I have been going back and forward with this and struggling as the ‘Tag 1, Tag 2, Tag 3’ values are text and can not be stored in a list. So far I have got an error label to work if the value is not in the table, (blocks below), but this does not help if someone was to just scan Tag 1 many times to proceed.
Any help or ideas would be greatly appreciated.
Thank you