paws.analytics (version 0.1.0)

mturk_reject_assignment: The RejectAssignment operation rejects the results of a completed assignment

Description

The RejectAssignment operation rejects the results of a completed assignment.

Usage

mturk_reject_assignment(AssignmentId, RequesterFeedback)

Arguments

AssignmentId

[required] The ID of the assignment. The assignment must correspond to a HIT created by the Requester.

RequesterFeedback

[required] A message for the Worker, which the Worker can see in the Status section of the web site.

Request syntax

svc$reject_assignment(
  AssignmentId = "string",
  RequesterFeedback = "string"
)

Details

You can include an optional feedback message with the rejection, which the Worker can see in the Status section of the web site. When you include a feedback message with the rejection, it helps the Worker understand why the assignment was rejected, and can improve the quality of the results the Worker submits in the future.

Only the Requester who created the HIT can reject an assignment for the HIT.