Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
__pycache__/
experiment/.psiturk_history
experiment/server.log
experiment/participants.db
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ trial =
centerMessage: 'Center Message'
```

## Running Locally
To run the code locally, install [psiturk](https://psiturk.readthedocs.io/en/latest/quickstart.html) and then navigate to the `experiment` directory and run locally:

```psiturk server start```

When done, you should run:

```psiturk server stop```
91 changes: 0 additions & 91 deletions experiment/.psiturk_history

This file was deleted.

11 changes: 11 additions & 0 deletions experiment/advanced_quals.json.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"QualificationTypeId": "<SOME QUALIFICATION TYPE ID>",
"Comparator": "GreaterThan",
"IntegerValues": [65]
},
{
"QualificationTypeId": "<SOME QUALIFICATION TYPE ID>",
"Comparator": "Exists"
}
]
Loading