Mechanical Turk is crowd sourcing web-service by Amazon. It provides a marketplace for tasks that can be performed by humans. Requesters publish HITs (Human Intelligence Tasks) that are performed by Workers. Amazon provides web based API to access and manage HITs.
0
votes
1answer
12 views
Mturk Worker ID, completion code and approval
I am trying to solve the following questions in Mturk:
Worker ID: I know I can ask the worker for his ID. Is this good practice or can/should I extract the Worker ID from the Referral URL in any ...
-3
votes
0answers
36 views
Mechanical Turks in Android [closed]
I am trying to create an app that takes pictures and then create hits on the Amazon Mechanical turk using the pictures taken as part of the question. Right now, I have done taking the pictures part ...
1
vote
1answer
50 views
Mechanical Turk - Fetch results for a batch via API
We've created batches of HITs using the Mechanical Turk web interface. Now all we want to do is download the results for a batch using the API, the same way you can download the results for a batch in ...
0
votes
0answers
38 views
Amazon Mechanical Turk JAVA - Video Upload and HIT response
Can a video attached as a part of the created HIT? I am using the JAVA SDK. And how can I process the response from the workers? I am very new to this. I could create an hit and test with sandbox but ...
2
votes
0answers
158 views
jQuery on MTurk, why does Chrome report “Unsafe JavaScript attempt to access frame with URL”?
I'm doing a couple of things with jQuery in an MTurk HIT, and I'm guessing one of these is the culprit. I have no need to access the surrounding document from the iframe, so if I am, I'd like to know ...
0
votes
1answer
37 views
XML error with aws-mturk-clt-1.3.1 - cannot find element declaration
I've been using the aws-mturk-clt toolset for awhile. I recently came back to my project, which had been working, but now when I attempt to submit HITs using the loadHITs.sh command I receive this ...
0
votes
3answers
44 views
Use for loop with if else statement in R
I am trying to create a for loop with an if else statement. My code looks the following:
for(i in 1:length(assignmentlist[,1]))
{if assignmentlist$Approve[i]=="1"
...
0
votes
1answer
22 views
HIT instance has no attribute 'Title' for HITs returned by boto
I'm using the boto library to play around with Amazon MTurk. I want to retrieve some reviewable HITs, and display their properties. For example:
hits = ...
0
votes
2answers
68 views
MTurk Command Line Tools Error: Bad version number in .class file
I am using the Mechanical Turk command line tools on Windows. When I try to run a command (e.g., getBalance, createQualificationType), I always get the following error:
Exception in thread "main" ...
4
votes
0answers
60 views
Create MTurk Hit in R using the CreateHTMLQuestion Commmand
I would like to Create a Mechanical Turk Hit by using the MTurK Package in R.
The R code I am using is the following:
filecontent <- GenerateHTMLQuestion(file="file.html")
print(filecontent)
...
0
votes
1answer
23 views
Is there any limit when using notify_workers method in boto mturk
I came across this file: http://jessechandler.com/uploads/2/8/0/5/2805897/emailing-workers-mueller-chandler1.pdf, inside which it mentions 'you can send up to 100 workerids at a time' when using boto. ...
1
vote
2answers
90 views
Submit a form to two servers
I want to be able to submit forms to two server. Here's why (if there is a better way of doing this, I'm all ears)
I have an iframe embedded on mechanical turk. The iframe has a form in it.
When a ...
1
vote
1answer
47 views
xml error in MTurk API request
I am trying to create a Mechanical Turk Hit using R via API. I would like to create the HIT using an underlying html file and use therefore in my code the GenerateHTMLQuestion command. As far as I ...
0
votes
1answer
44 views
How to hide the link to an external web page in a HIT before workers accept the HIT
On Amazon Mechanical Turk, I include a link in a HIT to an external web page where workers are going to do the actual HIT. However, I want to hide the link from the workers until they accept the HIT.
...
0
votes
1answer
28 views
How to extract FreeText answer from an assignment using boto
I'm trying to extract free-text answer submitted by workers of Amazon Mechanical Turk using the boto library.
assignments = conn.get_assignments(hit_id)
for assignment in assignments:
worker = ...
1
vote
1answer
46 views
Bumping an Amazon Mechanical Turk HIT
We have a web-based game for two players, which we offer via Amazon Mechanical Turk. For each game we need two players that will enter simultaneously, or at most 1 minute apart. We noticed that at the ...
0
votes
0answers
101 views
Create a MTurk HIT from an existing template
I'm using the Python AWS package boto v2.7 to interact with the Mturk API to create and manage HIT's etc.
I'm getting stuck when trying to create a HIT using an existing template. Amazon's ...
0
votes
1answer
120 views
Amazon Mechanical Turk - Rturk - RestClient::BadRequest: 400 Bad Request
I'm trying to set up Rturk to outsource some work to Amazon's Mechanical Turk. When I try to create my HITs, I keep running into t he following error in console:
RestClient::BadRequest: 400 Bad ...
0
votes
0answers
40 views
Mechanical Turk SDK integrantion with eclipse
I'm using eclipse Juno on Mac OS X for Java development.
I have the AWS toolkit installed already; my question is: How do I add the amazon mechanical turk sdk to eclipse so I can develop with amazon ...
0
votes
0answers
32 views
How to correctly outline a locale qualification in the .properties file for the C# sdk for mechanical turk?
I have the following qualifications in my .properties file
QualificationRequirements[0].QualificationTypeId:000000000000000000L0
QualificationRequirements[0].Comparator:GreaterThan
...
0
votes
1answer
84 views
How to Create Approval Rate Qualification in Mechanical Turk Command Line Tools
I am using Mechanical Turk's Command Line Tools interface to create a set of HITs. I would like to require that people accepting my HITs have an approval rate of at 95% or better with at least 1,000 ...
1
vote
1answer
156 views
Multiple HITs or ExternalQuestion in Mechanical Turk?
First of all I must say I am totally new to MT so forgive me if I am thinking in a totally wrong way.
I have to create a task for workers where they have to classify a sentence if it is spam or if it ...
0
votes
0answers
68 views
MTurkHelloWorld Sample Creating HIT
I am trying to run the MTurkHelloWorld Sample in the MechTurk Sdk sample programs and I seem to be facing some problems. The HIT gets created but I think it never gets answered. And after a few ...
0
votes
1answer
177 views
Getting started with Amazon Mechanical Turk for Android
I've been working on an app that uses the camera to ake images and I would like to send the image to Amazon's Mechanical turk service and get a description of he image from the service.
I'm totally ...
0
votes
1answer
74 views
Why would the Amazon Mechanical Turk Web Interface be out of sync with the API?
I've been using the rturk Ruby library to call the Amazon Mechanical Turk API. I'm doing basic things like approving and rejecting. After doing so successfully, I am now looking over the (a) AMT Web ...
1
vote
1answer
84 views
mechanical turk architecture for streaming an endless lists of tasks
How should we architect a solution that uses Amazon Mechanical Turk API to process a stream of tasks instead of a single batch of bulk tasks?
Here's more info:
Our app receives a stream of about ...
1
vote
2answers
159 views
Crowdflower: how to include custom HTML?
I am trying to create a job on Crowdflower with its Builder tool. So far so good. I have items of text that I want people to label:
a string with some <b>html</b> elements, such as ...
2
votes
1answer
144 views
What is the simplest example of accessing Amazon Mechanical Turk?
I am looking for a simple example of accessing the Amazon Mechanical Turk web service in C#. I know there is a SDK for C# but I want to understand the basic mechanics before using that.
0
votes
1answer
63 views
Amazon turk - where does the data go?
Aloha - i would like to create an Amazon Turk task to collect information on hotel companies in Hawaii.
One quesion (that i was unable to get ansewred through the MTurk FAQ/website)
I have a form ...
0
votes
0answers
65 views
How to make an Answer Key XML for a multi-answer checkbox QuestionSpec?
I'm making a Qualification Test with a multi-answer checkbox question.
<AnswerSpecification>
<SelectionAnswer>
<StyleSuggestion>checkbox</StyleSuggestion>
...
1
vote
1answer
571 views
Google App Engine - java.security.AccessControlException?
I am facing this issue whenever i try to access a file which is located in war/WEB_INF folder.
I came to know that GAE use jetty and for jetty we need to set some permissions in .policy file but i am ...
1
vote
0answers
159 views
Mechanical Turk for Android
I’ve recently heard about Amazon’s Mechanical Turk Service and I would like to incorporate the service into an Android application. Would this be possible? I have heard that other apps such as ...
1
vote
0answers
50 views
Mechanical Turk API: Why is HITReviewStatus always “NotReviewed”?
Even after all the "Assigments" for a HIT have been manually reviewed and "accepted" via the Amazon Mturk UI, the HIT still shows a HITReviewStatus of "NotReviewed"?
Has any else noticed this?
When ...
0
votes
0answers
52 views
Amazon Mechanical TURK console trouble
I am trying to set up the Mechanical TURK console on OS X Mountain Lion.
First I created .bash_profile in Home folder to define environmental variables with this content:
export ...
2
votes
1answer
75 views
Mechanical Turk CreateHIT via Perl CPAN module works but does not show up in Amazon Mturk UI?
I am currently testing the Perl CPAN module for Mechanical Turk:
http://search.cpan.org/~mturk/Net-Amazon-MechanicalTurk-1.01/lib/Net/Amazon/MechanicalTurk.pm
The "GetAccountBalance" method works ...
0
votes
0answers
72 views
Submitting interdependent data entry task to amazon mechanical turk
I have a data entry task I'd like to create but I'd like for all workers to see existing data (as it comes in) so they don't submit an entry that has already been submitted by another worker?
Here's ...
0
votes
1answer
90 views
Can I Grab A Mechanical Turker's Time Zone (Without Javascript?)
I have completed my first Mechanical Turk HIT as a requester. The organization I am building this for would like to extend my HIT to ask the Turkers questions about time. However, for any of these ...
0
votes
2answers
118 views
List all hitTypes through the mturk API?
Is there a way to list all my HIT types (not HITs or assignments) using the mturk api?
I can't find any documentation on this. I'm using python, so it'd be nice if boto supported this query.
1
vote
1answer
308 views
AWS Command Line Tools need recoding for secure login?
The AWS command line tools appear to be broken on both Linux (Ubuntu PP) and Windows (7). In both cases, after setting up the login credentials correctly and trying to run the most basic tool ...
1
vote
1answer
188 views
Java Compile Error (Amazon Mechanical Turk & REST Sample in Java)
I am working to launch Amazon Mechanical Turk in Java.
This is the link for the project. (mturk-rest-java-1.0.zip can be downloaded at the bottom of the site)
...
0
votes
2answers
380 views
How do you randomize answer choices on CrowdFlower?
We're using CrowdFlower in tandem with Amazon Mechanical Turk. Our questions have the same set of answers to choose from, so we'd like to randomize the order in which they appear, in order to keep ...
0
votes
0answers
49 views
Can IE 9 return out-of-bounds coordinates for <input type=“image”>?
I run psychology experiments on the Web. In my current study, subjects have to answer one of the questions with an analog linear scale, which I implement by providing an <input type="image"> and ...
0
votes
1answer
114 views
Mturk api to submit hits
Is there is any api available to submit hit on muturk.
Actually I am planning to create an app that will have all the required field of specific hit and worker the hit and the app will submit the ...
0
votes
1answer
154 views
good method for approving mechanical turk participants?
does anyone have a good method for approving peopel who took part in a survey on survey monkey, and who were recruited through mechanical turk?
I filter out people who did not pay attention during the ...
0
votes
2answers
93 views
can I validate input on MTurk?
I've written a HIT on mturk asking people for domain suggestions. Is there any way to ensure that the domain has valid syntax at the time of entry or submission?
7
votes
2answers
2k views
Running MTurk HITs on external website
I am implementing a website on which the recruited MTurk workers will perform tasks. I plan to recruit workers using MTurk tasks, using which I will redirect them to an external website for actual ...
1
vote
2answers
165 views
Date for Amazon Turk REST Call java
I'm trying to call:
https://mechanicalturk.amazonaws.com/?Service=AWSMechanicalTurkRequester
&AWSAccessKeyId=[the Requester's Access Key ID]
&Version=2012-03-25
...
3
votes
1answer
324 views
Allow multiple locales as a qualification test in Mechanical Turk
I would like to have a HIT that requires users to be in the U.S. or Canada. I am using the command line tools, but it seems that any qualifications are treated as being all required -- I want a ...
1
vote
0answers
215 views
Showing Amazon mechanical turk qualification test result
I wish to set up an Amazon mturk qualification test with the capability of presenting the worker which questions they did wrong.
For example:
If they worker wrongly answers this question as ...
0
votes
1answer
190 views
turkee: undefined method `reverse_merge!' for nil:NilClass
In trying to get turkee working, I'm getting an undefined methodreverse_merge!' for nil:NilClass` error.
My Code:
class MechanicalTurksController < ApplicationController
def new
...

