mturk_approve_assignment {paws.analytics} | R Documentation |
The approve_assignment
operation approves the results of a completed assignment.
See https://www.paws-r-sdk.com/docs/mturk_approve_assignment/ for full documentation.
mturk_approve_assignment(
AssignmentId,
RequesterFeedback = NULL,
OverrideRejection = NULL
)
AssignmentId |
[required] The ID of the assignment. The assignment must correspond to a HIT created by the Requester. |
RequesterFeedback |
A message for the Worker, which the Worker can see in the Status section of the web site. |
OverrideRejection |
A flag indicating that an assignment should be approved even if it was
previously rejected. Defaults to |