NYUCCL / psiTurk

An open platform for science on Amazon Mechanical Turk.
https://psiturk.org
MIT License
277 stars 140 forks source link

Description/example of how to run python experiment #182

Open twiecki opened 9 years ago

twiecki commented 9 years ago

A little while ago there was a thread on the mailing list describing a server-side-heavy paradigm for psiturk that's mostly flask with only very simple js client code. It would be great to get an example or tutorial of that!

ebbinghaus commented 9 years ago

There is an example of doing this posted on the psiturk experiment exchange as "neurosemantic features":

http://psiturk.org/ee/

The js code makes a call to custom.py which queries a database, does some simple counting, and returns a JSON object for stimulus display.