https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: 7d7bab25afa7753a715b9a63db9174d1c8bf7263 authored by Dave Eargle on 14 March 2021, 07:05:04 UTC
call them notable _technical_ considerations
Tip revision: 7d7bab2
psiturk_statuses.py
# Status codes
NOT_ACCEPTED = 0
ALLOCATED = 1
STARTED = 2
COMPLETED = 3
SUBMITTED = 4
CREDITED = 5
QUITEARLY = 6
BONUSED = 7
back to top