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.
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').
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.