Tagged Questions

14
votes
11answers
1k views

Have you made interesting use of Mechanical Turk? [closed]

I would like to hear about interesting projects which made use of Amazon's Mechanical Turk.
4
votes
3answers
863 views

Using Amazon MechanicalTurk if location != US?

Amazon Mechanical Turk is a mass-micro outsourcing API, where you can get lots's of small simple tasks (e.g."Is there a shop in this image") done relatively cheaply (e.g. 0.10 U$ per image). Amazon ...
3
votes
4answers
1k views

In Mechanical Turk, how do you limit to one HIT per worker

I know from communication with Mechanical Turk workers that there is a way to limit the number of HITs a specific worker can complete, but I cant figure out how to do it. Any help would be greatly ...
3
votes
3answers
1k views

Mechanical Turk tutorials or how-to guides

does anybody know of any tutorials/resources that discuss integrating Amazon's Mechanical Turk and Rails? (besides those resources that Amazon already provides) Thanks!
1
vote
0answers
115 views

get auto approved hits from amazon mturk

I am using gem ruby-aws. I create hits and manually accept or reject the assignments or wait for mturk to auto-approve the hits. Now, I want to get those hits that are auto-approved by amazon ...
1
vote
1answer
75 views

In mTurk, how can I use participation in a previous HIT (or series of HITs) as a qualification?

I am using mTurk for surveys, and I need a way of making sure that people who have participated in a previous survey / HIT do not participate in certain future surveys / HITs. I am not sure whether I ...
1
vote
2answers
74 views

Is there a utility to help me make lists with Mechanical Turk?

Say I have a mturk task such as follows: 1) Find a website about lawn chairs. 2) Send me the URL. And I want 500 mturkers to work on this. How do I ensure that they give me unique URLs that no one ...
1
vote
0answers
241 views

How do you specify the requester's workerID in a mechanical turk HIT?

I want to create an mturk HIT that has a URL like so: www.example.com?source=worker_id where worker_id is the worker's ID code. I'm initially going to create these from the mturk web UI, then once I ...
0
votes
1answer
30 views

Get all assignments for Mechanical Turk using the .NET API

I'm looking at the .NET API for Mechanical Turk and I want to create a simple review app that lets people accept or reject any assignments that are pending review. It looks like I can get all the hits ...
0
votes
1answer
33 views

Amazon Mechanical Turk task retrieval API

I'm writing an app wherein the premise is that people who can't directly fund a charity out of their pocket could automatically work on Amazon AWS HITs in order to bring clean water to the 3rd world - ...
0
votes
0answers
43 views

How to link directly to Mturk HIT using HITID?

While creating hits for Mturk, I stored, both groudId(HitIdType) and HitId. Now assume that I have many Hits under a groupId, and I want to see and work on a particular Hit under a group. But I ...
0
votes
0answers
73 views

Can't move past AWS.notAuthorized Error with the Amazon Mechanical Turk API

I'm trying to develop a program in PHP to work with Mechanical Turk. For now, I'm testing it out with the command line tools. I have an AWS account. I have a requester account on MTurk. I subscribed ...
0
votes
0answers
79 views

Problems loading the classes from MTURK libraries?

I'm currently working on a web project that hosts external questions using MTURK with Java. My problem is that I've installed JAVA SDK, and on my eclipse project I've added to the buildpath all the ...
0
votes
1answer
115 views

send notify email to worker

I'm new to amazon mechanical turk. Currently, i'm creating a google app to use amazon mechanical turk. I try to send notify email to worker. But it doesn't successful. This is my code: dicts = ...
0
votes
1answer
236 views

getQualificationScore returning “QualificationType does not Exist” for Base Qualifications Type (approval rate, etc)

I've got a bunch of results from a Mechanical Turk HIT that I had done, and I want to try and rank all my answers by how trustworthy that Worker was. To do that, I'm trying to get each submitting ...
0
votes
0answers
102 views

What would be a reasonable expectation for job turnaround on Mechanical Turk? [closed]

Has anyone had any success with using Mechnical Turk with large volumes of jobs (100,000 jobs per day+)? We are looking at the possibility of using MT to analyse the sentiment of a large (ongoing) ...
0
votes
1answer
308 views

How do I accept a file upload on Mechanical Turk?

I have a HIT on Mechanical Turk that requires a file upload of an MP3 file. <h2>Upload your file here</h2> <input type="file" name="audiofile" /> <input type="submit" /> ...