My experiment is conducted online and I need to generate tokens that they then use as logins to access the experiment. This is so that I am able to identify which participants have completed the study so I can give them course credit. All the subject numbers need to be unique for this reason. I get that I can use a number of methods to generate subject numbers once I upload. First question: is there any way of making these tokens single use only to prevent them attempting the experiment again/quitting the experiment and restarting? If not, I'm assuming I could use date/time to identify the first time participants did the experiment.
Inquisit does not have any token system, so this is something you should ask the provider of said system.
I also need to counterbalance the block order of three blocks of trials. I understand that I can use the /subjects = (1 of 3) attribute (2 of 3, 3 of 3) to do this
If you supply a numerical subject id, the condition assignment will be based on the modulus of the respective id. If you don't supply numerical ids, you need to set /groupassignment to random. See e.g. https://www.millisecond.com/forums/Topic4148.aspx.
Regards,
~Dave