forked from NYUCCL/psiTurk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit, with the skeleton of a stroop experiment.
- Loading branch information
0 parents
commit acb808b
Showing
41 changed files
with
3,379 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
What is this? | ||
------------ | ||
|
||
PsiTurk is an open framework for conducting custom behvioral experiments on | ||
Amazon's Mechanical Turk. | ||
|
||
It is intended to provide most of the backend machinery necessary to run your | ||
experiment. It uses AMT's _External Question_ HIT type, meaning that you can | ||
collect data using any website. As long as you can turn your experiment into a | ||
website, you can run it with PsiTurk! | ||
|
||
Requirements | ||
------------ | ||
|
||
You will need to use a relatively recent version of [Python 2](http://python.org) with the following | ||
modules installed: | ||
|
||
* [Flask](http://flask.pocoo.org/) --- A lightweight web framework. | ||
* [SQLAlchemy](http://www.sqlalchemy.org/) --- A powerful SQL abstraction layer. | ||
|
||
Copyright | ||
--------- | ||
You are welcome to use this code for personal or academic uses. If you fork, | ||
please cite the authors (Todd Gureckis and John McDonnell). | ||
|
||
|
||
|
Oops, something went wrong.