Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
1 answer
363 views

Where to create External Question on Mechanical Turk

I am trying to create an ExternalQuestion, but I always receive an error. There is also no template for creating ExternalQuestions, so I just use the "other" template and paste the code below. I used ...
Peter Met's user avatar
  • 113
4 votes
0 answers
194 views

MTurk external Survey Link. Add Worker-ID to URL

I am trying to crate an external survey link on MTurk. The Idea is that a worker enters my page and solves a bunch of tasks until he clicks a "leave"-Button, that generates a unique token. My problem ...
Peter Met's user avatar
  • 113
0 votes
1 answer
204 views

How to get “qualification_type_id” when using Boto API for Mturk

It seems that the following code should return a qual which contain a qualification_type_id attribute. Since lots of functions in Boto require qualification_type_id as a parameter. It shows that the ...
slhttc's user avatar
  • 11
0 votes
1 answer
212 views

CrowdFlower: if-ony logic

I am trying to set up a task in CrowdFlower using their CML language. I keep getting the following error with the only-if logic. contains only-if logic that references a missing field This is the ...
Bipa's user avatar
  • 309
1 vote
1 answer
3k views

LXML: How to ignore unknown namespace prefixes?

For Crowdflower I need to define a CML and as it is very similar to XML I want to use LXML for this task. Crowdflower defines for it's CML tags like: <cml:textarea label="Sample text area:" /> ...
Jon's user avatar
  • 12.8k
0 votes
0 answers
228 views

Boto interfacing to Amazon Mechanical turk - Hit creation

I'm new to amazon and python, so forgive me this is a easy fix. Upon creating a hit from boto I get the following error: boto.mturk.connection.MTurkRequestError: MTurkRequestError: 200 OK <?xml ...
user3178645's user avatar
1 vote
2 answers
1k 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 <p&...
anonymous1fsdfds's user avatar
2 votes
2 answers
1k 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 ...
jeunefille's user avatar
3 votes
2 answers
1k views

Application internationalization/translation experience using crowd-sourcing? Mechanical Turk?

I have developed a web application using internationalization best practices such as putting all my displayable strings in property files, etc, etc. I would like to have the strings in the property ...