jsPsych icon indicating copy to clipboard operation
jsPsych copied to clipboard

Check validity of turk module; update if needed

Open jodeleeuw opened this issue 8 years ago • 2 comments

I believe that the automatic worker ID detection no longer works with the most common ways of setting up experiments on MTurk. This needs to be verified, and then solved (if possible).

jodeleeuw avatar Jun 28 '17 16:06 jodeleeuw

The issue appears to be caused by Amazon's switch to HTTPS. The document.referrer is empty if the current page is served via HTTP and the previous via HTTPS. Need to verify, and then modify documentation to be clear about the limitations.

jodeleeuw avatar Jul 03 '17 17:07 jodeleeuw

I wonder if this should be removed for 8.0 and made into a separate package? It seems like code to interface with 3rd party tools should be standalone packages.

jodeleeuw avatar Oct 31 '23 15:10 jodeleeuw