|
Smile does not to record the |
Replies: 1 comment 3 replies
|
Yeah, that feature is kind of up to you. Smile doesn't store the code itself because the idea is that it can act as some kind of validation. So for instance, if you poke around inside the Prolific code, you can see that the code that gets passed back on completion to Prolific is a hash of the entire dataset from the subject. Using the same logic, you could in your analysis script hash the data the same way. If the subjects compeltion code matched you hash you at least know that they actually did the task and didn't make up a code. |
Yes, internally we have made a dashboard which lets us rehash the data and compare the submitted code but that feature is still in development. When done it should make life easier than download data files. Of course you can copy the javascript logic and run it on your dataset after download data files. Or the python equivalent might output the same hash. Seems something a coding agent would love to help with! :)