Creating a HIT - Amazon Mechanical Turk

Creating a HIT

In the previous section, you set up your AWS account and installed the programming tools you need to use Amazon Mechanical Turk. The following topics describe how to write, test, publish, and manage a Human Intelligence Task (HIT).

Topics

Workflow

The following procedure gives you an overview of creating, testing, publishing, and managing a HIT.

1

Define your HIT.

Construct your question in one of the Question and Answer Data Structure. The Question paramater accepts a XML string or HTML string.

2

Create HIT.

Build a new HIT with the CreateHIT operation or CreateHITwithHITType operation.

Provide Title, Description, Keywords, and Question Details as outlined in the documentation

For code samples demonstrating how to use the Amazon Mechanical Turk Requester API, go to AWSLabs on Github.

For language-specific support about using Amazon Mechanical Turk Requester API go to AWS SDKs

3

Test your HIT.

Publish your HIT on the Amazon Mechanical Turk Developer Sandbox. The Amazon Mechanical Turk Developer Sandbox is a simulated environment that allows you to view your HIT as it would appear to Workers.

For more information about the Amazon Mechanical Turk Developer Sandbox and how to use it, go to the Amazon Mechanical Turk Developer Sandbox.

4

Publish your HIT on the Amazon Mechanical Turk production system.

This step makes your HIT available to Workers.

5

Workers accept your HIT and complete the assignment.

You can view the status of your HITs with AWS Shell or the AWS CLI.

6

Process the assignment results.

When a Worker completes an assignment, you can view the results, output the results to a file, and accept or reject the work. Accepting the work means that you agree to pay the Worker.

Use List Assignments for a HIT to get results once Workers have completed the Assignment. Then you can process the results with the ApproveAssignment operation and RejectAssignment operation.

7

Manage your HIT.

You can extend the completion time for your HIT, expire the HIT early, add additional assignments, modify the HIT properties, or block Workers whose work does not meet your standards.