The ApproveAssignment operation approves the results of a completed assignment
Source:R/mturk_operations.R
mturk_approve_assignment.RdThe approve_assignment operation approves the results of a completed assignment.
See https://www.paws-r-sdk.com/docs/mturk_approve_assignment/ for full documentation.
Arguments
- 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
False.