mechanicalturk - Mturk Worker ID, completion code and approval -


i trying solve following questions in mturk:

  1. worker id: know can ask worker id. practice or can/should extract worker id referral url in other way ?

  2. the standard example external survey includes textbox worker should input completion code. understand random generated code i have choose/generate. or there mturk completion code system ?

  3. if worker enters code in textbox (input form). stored in mturk ? in other words, create textbox named , amazon takes care of storing in csv ? or missing here ? know how can create textbox , download .csv assignment id, worker id , random generated code ?

  4. how can make sure worker can enter completion code once ? can standard html templates ?

thanks

(1) @ question: how specify requester's workerid in mechanical turk hit?

(2) have generate codes. mturk provides no system generating these.

(3) code stored in hit results, see here: https://requester.mturk.com/manage or via api. if use requester user interface create hit (perhaps working survey template), should have no problem creating textbox , extracting results.

(4) last question isn't clear me. if mean ask how prevent multiple workers using same completion code, you'll have monitor manually.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -