Skip to content
Kathryn Schuler edited this page Jun 25, 2016 · 28 revisions

In the Newport Lab, we frequently want to run artificial grammar learning experiments on mechanical turk. However, doing so can be a confusing and challenging process. The turkAGL is a library of artificial grammar learning experiment templates written by Katie Schuler. The templates use jsPsych (javascript library) to create frequent types of AGL experiments and psiturk to run them on mechanical turk. The goal of this wiki is to give step-by-step instructions for how to modify a template for your own use. And how to actually get your experiment up and running on mechanical turk.

You need to do five basic things to run a jsPsych experiment on mechanical turk with psiturk:

  1. [Setup required accounts](Setup required accounts)
  2. [Install and configure psiturk](Install and configure psiturk)
  3. [Modify the psiturk templates](Modify the psiturk templates)
  4. [Modify the main experiment template](Modify the main experiment template)
  5. [Run your experiment](Run your experiment)

Beyond these basics things, you may also want to:

  1. Retrieve your data
  2. Run your experiment on a server

Welcome to the turkAGL wiki!

ad.html consent.html complete.html thanks.html default.html error.html exp.html

Clone this wiki locally