Learn R Programming

MTurkR (version 0.5.1)

GetQualificationScore: Get a Worker's Qualification Score

Description

Get a Worker's score for a specific Qualification. You can only retrieve scores for custom QualificationTypes. Scores for built-in QualificationTypes should be retrieved with GetWorkerStatistic.

Usage

GetQualificationScore(qual, workers, verbose = getOption('MTurkR.verbose'), ...)

Arguments

qual
A character string containing a QualificationTypeId for a custom QualificationType.
workers
A character string containing a WorkerId, or a vector of character strings containing multiple WorkerIds, whose Qualification Scores you want to retrieve.
verbose
Optionally print the results of the API request to the standard output. Default is taken from getOption('MturkR.verbose').
...
Additional arguments passed to request.

Value

  • A dataframe containing the WorkerId, QualificationTypeId, and the Qualification score for each request.

Details

A function to retrive one or more scores for a specified QualificationType. To retrieve all Qualifications of a given QualificationType, use GetQualifications instead. Both qual and workers can be vectors. If qual is not length 1 or the same length as workers, an error will occur. qualscore() is an alias.

References

http://docs.amazonwebservices.com/AWSMechTurk/latest/AWSMturkAPI/ApiReference_GetQualificationScoreOperation.html{API Reference}

See Also

UpdateQualificationScore GetQualifications

Examples

Run this code
GetQualificationScore("2YCIA0RYNJ9262B1D82MPTUEXAMPLE","A1RO9UJNWXMU65")

Run the code above in your browser using DataLab