The UpdateQualificationScore
operation changes the value of a
Qualification previously granted to a Worker.
Only the owner of a Qualification type can update the score of a Qualification of that type.
The Worker must have already been granted a Qualification of the given Qualification type before the score can be updated.
The UpdateQualificationScore
operation accepts parameters common
to all operations. Some common parameters are required. See Common Parameters for more
information.
The following parameters are specific to the UpdateQualificationScore
operation:
Name | Description | Required |
---|---|---|
|
The name of the operation Type: String Valid Values: UpdateQualificationScore Default: None |
Yes |
|
The ID of the Qualification type, as returned by CreateQualificationType operation. Type: String Default: None |
Yes |
|
The ID of the Worker whose Qualification is being updated, as returned by the GetAssignmentsForHIT operation. Type: String Default: None |
Yes |
|
The new value for the Qualification. Type: Integer Default: None |
Yes |
A successful request for the UpdateQualificationScore
operation
returns with no errors. The response includes the elements described in the following
table. The operation returns no other data.
Name | Description |
---|---|
|
Contains a |
The following example shows how to use the UpdateQualificationScore
operation.
The following example changes the value of a Qualification of the specified type for the specified Worker.
http://mechanicalturk.amazonaws.com/?Service=AWSMechanicalTurkRequester &AWSAccessKeyId=[the Requester's Access Key ID]
&Version=2008-08-02 &Operation=UpdateQualificationScore &Signature=[signature for this request]
&Timestamp=[your system's local time]
&QualificationTypeId=789RVWYBAZW00EXAMPLE &SubjectId=AZ3456EXAMPLE &IntegerValue=70
The following is an example response.
<UpdateQualificationScoreResult> <Request> <IsValid>True</IsValid> </Request> </UpdateQualificationScoreResult>