Closed x-ji closed 5 years ago
We can keep submit_to_server.js
but I will need to update it. I think we can still submit the results to MTurk, too, just so we have them there. A submission to their servers needs to be done anyway (so that they can mark the HIT as successful). I will look at what Prolific needs apart from the prolificID and make that work, too.
Should be resolved in the current version
There seems to be some confusion surrounding the submission of experiment results:
deployMethod
which works when the participant directly accesses the experiment via a link but without any crowdsourcing service. I wrotedeployMethod: directLink
in the documentation. Would that be fine? This needs to be implemented.deployMethod
isProlific
, then the experiment should automatically show a slide at the beginning asking forprolificID
, and the submission procedure might also be different?scripts/submit_to_server.js
for the submission, and skip submitting any actual experiment results to MTurk server altogether. Are you continuing to implement that? If so then maybe we should remove thesubmit_to_server.js
andmmturkey.js
in thescripts
folder here and edit the submission process.