mturk_associate_qualification_with_worker {paws.analytics} | R Documentation |
The AssociateQualificationWithWorker operation gives a Worker a Qualification
Description
The associate_qualification_with_worker
operation gives a Worker a Qualification. associate_qualification_with_worker
does not require that the Worker submit a Qualification request. It gives the Qualification directly to the Worker.
See https://www.paws-r-sdk.com/docs/mturk_associate_qualification_with_worker/ for full documentation.
Usage
mturk_associate_qualification_with_worker(
QualificationTypeId,
WorkerId,
IntegerValue = NULL,
SendNotification = NULL
)
Arguments
QualificationTypeId |
[required] The ID of the Qualification type to use for the assigned Qualification. |
WorkerId |
[required] The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted HIT assignments and Qualification requests. |
IntegerValue |
The value of the Qualification to assign. |
SendNotification |
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default. |