- Joined
- Mar 17, 2016
- Messages
- 21,286
- Reaction score
- 44,989
- Points
- 2,538
- Age
- 36
- Gender
- Female
PE $40.02 I hit my daily goal before my big kids came home from school. This is great
Welcome new members!
MANY FOLKS
New to MTurk? Check out the links in my signature.
can I have that?PE $40.02 I hit my daily goal before my big kids came home from school. This is great
My kids? No, it is better if you make your owncan I have that?
Title: Short experiment about how we use moral language | PANDA Requester: Social Cognitive Science Research Center [AGNA99S29MTHA] (TO) TO Ratings: ★★★★★ 4.17 Communicativity ★★★★★ 4.30 Generosity ★★★★★ 5.00 Fairness ★★★★★ 4.98 Promptness Number of Reviews: 82 | TOS Flags: 0 Submit a new TO review Description: Answer short questions as part of a psychology experiment at Brown University. 6 minutes. Time: 2 hours HITs Available: 10 Reward: $0.60 Qualifications: HIT approval rate (%) is not less than 85;Location is US |
workin... nvm, lemme get back to doing imaginary hitsMy kids? No, it is better if you make your own
i ended up using a function, clicking the next button clicks not covered. probs not the most elegant but it works ¯\_(ツ)_/¯ btw did anyone get a save of that HIT? i forgot to before they expired on me.ANY SCRIPTERS that could give me a hint to make this keep selecting 'not covered', it will do it on the first one, a loop? I'm clueless... Requester: NoblisCV
Code:// ==UserScript== // @name nobliscv // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author Clady // @include *s3.amazonaws.com/* // @require http://code.jquery.com/jquery-2.1.0.min.js // @grant GM_log // ==/UserScript== $(document).ready(function() { $('input[value="not covered"]').click(); });
Welcome new members!
K @Kim @TeenageMutantNinjaTurker B @Becky @Sidonie @NotACabaret @Cooki3Monsta @Eddy G @gfa A @Alison @AnimalCrossing87 @Gie @JasonR W @Wendy G @garidark @knowledgeguru37 M @Murugan E @eyedreamofgenie S @Sajesh @nhaggi B @Bru Bru B @Bobby Thompson J @Janet P P @Pamela Gordon
New to MTurk? Check out the links in my signature.
can I count a $40 gift card from a survey in my PE for the day?
Cause if so, I'm at $49
Title: Transcribe a 5 minute audio file | PANDA Requester: BJF [APAYJAW26L8TW] (TO) TO Ratings: ★★★★★ 0.00 Communicativity ★★★★★ 3.00 Generosity ★★★★★ 0.00 Fairness ★★★★★ 0.00 Promptness Number of Reviews: 2 | TOS Flags: 0 Submit a new TO review Description: Transcribe an audio file, clear English and audio Time: 60 minutes HITs Available: 1 Reward: $3.00 Qualifications: Total approved HITs is not less than 100;HIT approval rate (%) is not less than 95;Location is US;Adult Content Qualification is 1 |
awwyes.gif
I can see my 65" LG from the desk. Productivity is taking a beating.....I might be a bit distracted today.
Log in or register now. to view Spoiler content!
I'm a huge Galaxy fan so while I don't have a preference, I'd love to see Keane's team win. Too bad he hasn't gotten to play though.I can see my 65" LG from the desk. Productivity is taking a beating.....
P.S. Go Ireland!
Would need to have it check to see if the input is selected or not then click it but I made my script let users push 1 2 3 to select each selection and then go to the next one.ANY SCRIPTERS that could give me a hint to make this keep selecting 'not covered', it will do it on the first one, a loop? I'm clueless... Requester: NoblisCV
Code:// ==UserScript== // @name nobliscv // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author Clady // @include *s3.amazonaws.com/* // @require http://code.jquery.com/jquery-2.1.0.min.js // @grant GM_log // ==/UserScript== $(document).ready(function() { $('input[value="not covered"]').click(); });