0

I created a external test (which tests whether a user can use Google chrome developer console or not). After the test, the test automatically needs to assign the qualification to the worker. Now my question is how do I get the workerID? I have already seen externalHIT. Lemme know how do I use that in this scenario.

hemanth.b
  • 53
  • 5

1 Answers1

0

Your question is kind of unclear, but here are some ideas.

Are you talking about a QualificationTest? If so, you can configure it to grant the qualification automatically using the AutoGranted parameter in the CreateQualificationType operation.

If not granted automatically, you can use the GetQualificationRequests operation, which includes the WorkerId (called SubjectId in the API response).

Thomas
  • 43,637
  • 12
  • 109
  • 140