Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ParameterMapEntry

import type { ParameterMapEntry } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";

This data structure is the data type for the AnswerKey parameter of the ScoreMyKnownAnswers/2011-09-01 Review Policy.

interface ParameterMapEntry {
Key?: string | null;
Values?: string[] | null;
}

§Properties

§
Key?: string | null
[src]

The QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review Policy.

§
Values?: string[] | null
[src]

The list of answers to the question specified in the MapEntry Key element. The Worker must match all values in order for the answer to be scored correctly.