Not having the "WorkerID" in the results file
Hi everyone,
I have an experiment consists of two components (a survey and an OSweb experiment). Everything works just fine but I don't get the "WorkerID" as part of the results file.
I am using the "Export results (All)" to download the results file.
Am I missing something?
Thanks in advance :)
Kian
Comments
Hi Kian,
that’s right. If you export results, you only get what you stored in the result data (the text-only field that is stored within each result, and that you can preview by expanding each result row on the table). The worker ID is not part of the result data, unless you explicitly added it in your code. You could export the metadata, which will be in the same order as your result data but in a different file.
Thank you Elisa,
I had this in my mind that I used to get an ID in the results file for each participant.
But I will use the metadata to get the workerID.
Thanks again :)
If you did the study with OSWeb, and expect OSWeb to add it automatically, there might be something wrong in your study scripts. But as long as the data you see in the results table is exported completely in the exported .txt file, I would say this is an OSWeb issue and not a JATOS one.
Good luck!