Also, is it really random? Or is it the words that could be replaced by other words, depending OP context, to entirely change the sentence meaning while using a standard structure? :whistle:i hope turk in light's whole thing of TYPING words in random ALL caps is still a funny forum meme next WEEK because i was planning to announce a DECENT sized batch of hits by writing a post in HIT MAKER voice
Title: A survey about "One-For-One" companies (like TOMS). 15 minutes. | Accept Requester: Adam Clark [AHITDM9B0TC96] Contact TV: No Reviews TO: [Pay=5.00] [Fast=5.00] [Comm=0.00] [Fair=5.00] [Reviews=1] [ToS=0] TO2: No Reviews Reward: 1.25 Duration: 1800 Available: 1 Description: We need your opinions about companies that do social good using a "buy one, give one" offer. Answer this survey and help us learn what you do and don't like about them. Qualifications: Location In CA, US [tr][td] HIT exported from Mturk Suite v2.3.12 |
You can accomplish it with just:So I'm trying to cobble together a script for the current A9 batch with a white background that need radio buttons checked, and I finally got it to the point where it selects the NO response for blurry, but does nothing to the three YES responses I want selected. Can anyone tell me where I've gone wrong?
// ==UserScript==
// @Name A9 Data Validation YES WHITE BACKGROUND
// @version .01
// @description YES radio checked
// @author FireMonkey
// @include https://s3.amazonaws.com/mturk_bulk/*
// @grant none
// @require http://code.jquery.com/jquery-2.1.0.min.js
// ==/UserScript==
$('input[value="YesWhite"]').click();
$('input[value="YesCentered"]').click();
$('input[value="YesEntire"]').click();
$('input[value="NoBlurry"]').click();
Nice! And that will click all three radio buttons "yes" except the Blurry choice?You can accomplish the same with just:
$('input[value="Yes"]').click(); [This hits all 3]
$('input[value="NoBlurry"]').click();
Yes. I've been using it for the past hour or so. Does what I wanted it to do.Nice! And that will click all three radio buttons "yes" except the Blurry choice?
Title: How can people improve their lives: A survey | Accept Requester: Simon Moss [A263NYUGZL75CS] Contact TV: No Reviews TO: No Reviews TO2: No Reviews Reward: 1.50 Duration: 3600 Available: 1 Description: You will be asked to rate various words of wisdom Qualifications: None [tr][td] HIT exported from Mturk Suite v2.3.12 |
IT WORKS! Yaaaay! THANK YOU! Also thank you @GTR cuz I partially pilfered a script of yours.Yes. I've been using it for the past hour or so. Does what I wanted it to do.
i mean i think that's the effect they're going for with their whole reverse turing test thing right? without going full on "Exquisite post about $TOPIC that I ecstatic to survey! Scintillating to learn excess on $TOPIC in future soon"Also, is it really random? Or is it the words that could be replaced by other words, depending OP context, to entirely change the sentence meaning while using a standard structure? :whistle:
those are so good sounds, check the replay, eat some pizza
Thanks, this works great.Yes. I've been using it for the past hour or so. Does what I wanted it to do.
Let's just say it's a very...Thanks, this works great.
id eat that hard
Let's just say it's a very...
...concise script.