10/5 - Frosted Tips Friday!

Status
Not open for further replies.

Jerami

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 24, 2016
Messages
14,405
Reaction score
25,210
Points
2,238
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
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:

We may never know. It could be a bot assisted human, who flicks on the bot when they're afk. Easy way to get free machine learning.:)
 
Last edited:
  • Like
Reactions: esprit-hyperdoux

FireMonkey

Active Member
Joined
Sep 12, 2016
Messages
935
Reaction score
1,443
Points
343
Location
A vast cultural wasteland.
Gender
Female
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 @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();
 

Michele

Working on degree in Moon
Contributor
HIT Poster
Joined
Feb 28, 2017
Messages
17,492
Reaction score
32,877
Points
1,388
Location
California
Gender
Female
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
[/td][/tr]
[tr][td][/td][/tr]
 

Tandem In Time

Tandem in Space
Crowd Pleaser
Joined
May 1, 2016
Messages
2,043
Reaction score
6,148
Points
1,964
Gender
Male
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 @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();
You can accomplish it with just:

$('input[value="Yes"]').click(); [This hits all 3]
$('input[value="NoBlurry"]').click();
 
Last edited:

esprit-hyperdoux

Crowd Disappointer
Requester
Contributor
Joined
May 9, 2017
Messages
640
Reaction score
3,199
Points
568
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 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"
 
  • Like
Reactions: Jerami and GTR
Status
Not open for further replies.