mturk_approve_assignment: The ApproveAssignment operation approves the results of a...

View source: R/mturk_operations.R

mturk_approve_assignmentR Documentation

The ApproveAssignment operation approves the results of a completed assignment

Description

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.

Usage

mturk_approve_assignment(
  AssignmentId,
  RequesterFeedback = NULL,
  OverrideRejection = NULL
)

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.


paws.analytics documentation built on Sept. 12, 2024, 6:40 a.m.