python - ExternalQuestion worker limitation -
On the Mechanical Turk I have two different cases of use. I first is where there is a 'work' and I Ten unique workers are required to complete. Therefore, one example can be a HIT and only one worker can make one hit, a survey in which I would like ten people to fill it:
q = ExternalQuestion (external_url = "http : //example.com/mturk ", frame_height = 800) Conn.create_hit (question = q, reward = 0.05, max_sagmentement = 10, title = 'my survey')
this required Generates results, because it only shows one available HIT worker
So how do I generate a 'work' where 10 HIT but one (or ten) to all of them? An example of this may be whether a picture is a boy or a girl. And they can leave one to go further:
How do I Create_hit
?
With this case of another use you have to separate 10 create / hit
Operational, each with a different question value. Essentially, HITs who have the same hit type (i.e., displaying properties like title, reward, etc.) are visually grouped in the labor interface, so the difference in your two use cases is that only the first An HIT (with multiple assignments, each available for different workers), while the other contains several HITs, one hit type (one for work, per HIT, all that Minister also available for workers).
Comments
Post a Comment