Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable unused HITs in database should check whether HITs are assigned on MTurk #7

Open
alicexigao opened this issue Apr 10, 2013 · 0 comments
Assignees

Comments

@alicexigao
Copy link
Member

Right now, the "disable unused HITs" in database may disable a HIT on MTurk that has been accepted by a worker, and this was causing an issue when a worker submits a disabled HIT and I had to pay their bonus manually. I think the safest way to do this is to check all unused HITs in database and only disable those HITs that are not accepted by a worker on MTurk.

Basically, for clean up during an experiment (maybe possibly after the experiment), I believe these two buttons are useful:

Disable Unassigned HITs on MTurk (Already implemented on Experiment tab): Find all unassigned HITs on MTurk, and check the DB to see if any HIT is in Experiment or Completed state. Only disable the HITs that have not been in an experiment.

Disable Unused HITs in DB: Find all unused HITs in DB, and check whether the HITs are assigned on MTurk. Only delete records of these HITs in DB if they are not assigned on MTurk.

@ghost ghost assigned mizzao Apr 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants