https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: 888a33b4f54808a84ac2ebf664dc3dc6102d87bf authored by Dave Eargle on 01 October 2021, 04:16:32 UTC
pin ciso8601 to v2.1.3
Tip revision: 888a33b
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