Differences between revisions 6 and 7
Revision 6 as of 2016-06-12 21:38:16
Size: 2996
Editor: MattJohnson
Comment:
Revision 7 as of 2016-06-13 17:50:08
Size: 3300
Editor: MattJohnson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * Making a placeholder note here -- we need to document the procedure for getting reimbursed (what we need to turn into Betty and so forth). Did it once and already forgot, so when we do it again, let's remember to put it here.  * Reimbursements: Need to go through Betty James in the Psych business office. Looks like she just needs the account number and the receipt. May not even need to have zeroed out the balance by paying participants -- mainly just needs a receipt of the credit card charge. So should be able to do that from the account transactions page of the M-Turk account. Also, we can just email the receipt (and type out account number) to Betty -- [[https://www.youtube.com/watch?v=2R7n3vNcXW0|we don't need to bring ink and paper into this]].

Mechanical Turk (M-Turk) experiments will be hosted on the same server as Matt's website / the lab website (matthewrjohnson.net or raplab.rocks, depending on how you get in), but via the domain mturkstudi.es.

For now, Matt knows the intimate details of how the web server is set up and is the only one with root-level access to the server, so making a study "go live" will have to go through him at some point.

Here are a few notes on what we have to do in order to get a study ready to run on M-Turk (roughly in chronological order)... will refine as we go later.

  • Set up the task. There will be a 'debug' area of the server where folks can more freely upload files to test, which will be separate from the 'active' area where studies linked from M-Turk will be hosted. For now, we'll set up access to the 'debug' area on a per-experiment basis. Experiments in the 'debug' area should be set up to write files to a 'debug' directory, so that the output is not confused with the output from 'active' studies. We should remember to delete and deactivate 'debug' versions of each experiment (both removing them from public_html and potentially also turning off CGI within the Apache configuration for the 'debug' directory) when the experiment is ready to go into 'active' status.
  • Load money into the lab M-Turk account -- for now, we'll probably do that with Matt's personal credit card and get reimbursed after the data have been collected.
  • Set up the experiment description (including generating the PDF file that contains detailed instructions and making sure it is hosted properly on the mturkstudi.es site) on the M-Turk website.
  • Double-check the 'active' version of the task -- make sure it is set up to write output to the correct places, run through a test subject to make sure everything works (and delete their output), etc. This includes checking the various points that are on the old Yale per-study checklist. (That sentence is just a placeholder for now -- we'll track down the old Yale checklist and add the various items on it to this page.)
  • Get the 'active' version of the experiment into the right directory on the web server, make sure the Apache configuration is set up correctly to run Python scripts in that directory, and check all permissions -- Python scripts should be 755, everything else should be 644 (assuming owner is root, which it should be).
  • Configure Mechanical Turk to set up a batch -- we previously had this in here as setting up TurkPrime, but it looks like it may not be worth the effort in most of our cases? Not too hard to set up batches on M-Turk directly. Will add in more details on how to do this later.

  • Unleash the hounds! See SettingUpAndApprovingMechanicalTurkBatches for details.

  • Reimbursements: Need to go through Betty James in the Psych business office. Looks like she just needs the account number and the receipt. May not even need to have zeroed out the balance by paying participants -- mainly just needs a receipt of the credit card charge. So should be able to do that from the account transactions page of the M-Turk account. Also, we can just email the receipt (and type out account number) to Betty -- we don't need to bring ink and paper into this.

rapwiki: RunningMechanicalTurkExperiments (last edited 2016-06-13 17:50:37 by MattJohnson)