Amazon Mechanical Turk
API Reference (API Version 2012-03-25)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

HITLayoutParameter

Description

The HITLayoutParameter data structure defines parameter values used with a HITLayout. A HITLayout is a reusable template used to provide Human Intelligence Task (HIT) question data for CreateHIT. For more information, see HITLayout.

The HITLayoutParameter data structure is used in the results of the following operation:

Tip

The HITLayout is used to create an HTMLQuestion document. HITLayoutParameter values with reserved characters or invalid HTML markup may result in an invalid HTMLQuestion document.

Elements

The HITLayout data structure has a root element of HITLayoutParameter.

The HITLayoutParameter element contains the following elements:

NameDescriptionRequired

Name

The name of the parameter in the HITLayout.

Type: String

Default: None

Constraints: Parameter names supplied in a HITLayoutParameter structure must be used in the referenced HITLayout.

Yes

Value

The height of the frame, in pixels.

Type: Integer

Default: None

Yes