https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: 7ef3765e8927592e5e2c7ed972f812e34a28e7b5 authored by Dave Eargle on 31 October 2022, 22:29:57 UTC
bump to 3.3.1
Tip revision: 7ef3765
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