Does anyone have a good method for approving people who took part in a survey on survey monkey, and who were recruited through mechanical turk? I filter out people who did not pay attention during the survey by asking questions with obvious answers - if people get 'n' number of them wrong, I exclude them from payment.
After I downloaded .csv from mechanical turk, I paste two columns at the end of the .csv the MTurk Id and a 1 or 0 next to the name, indicating whether they will be paid or not. How can I write a function that will search through the two columns containing MTurk ID's (the one that came in the .csv and the one that I pasted in) and then return whether the MTurk ID has a 1 or 0 next to it? his would make dis/approving so much easier.