The GetQualificationScore
operation returns the value of a Worker\'s
Qualification for a given Qualification type.
mturk_get_qualification_score(QualificationTypeId, WorkerId)
[required] The ID of the QualificationType.
[required] The ID of the Worker whose Qualification is being updated.
svc$get_qualification_score( QualificationTypeId = "string", WorkerId = "string" )
To get a Worker\'s Qualification, you must know the Worker\'s ID. The
Worker\'s ID is included in the assignment data returned by the
ListAssignmentsForHIT
operation.
Only the owner of a Qualification type can query the value of a Worker\'s Qualification of that type.