04/06 - 4AD Friday!

Status
Not open for further replies.

Achilles2357

Active Member
Joined
May 24, 2017
Messages
966
Reaction score
1,459
Points
393
Gender
Male
Title: 5 minute Pre-Screen for Stress, Alcohol, and Financial Decision-Making | Accept
Requester: WSU Research Study [A2AAP1KSVP1B4D] Contact
TV: No Reviews
TO: No Reviews
TO2: No Reviews
Reward: $0.01
Duration: 1 hour
Available: 1
Description: Answer a few short questions to determine your eligiblity for a 60-90 minute study where you can earn $5-7.50
Requirements: Screener DoesNotExist; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.2.2
[/td][/tr]
[tr][td][/td][/tr]
EDIT: more like 1 minute for me
 
Last edited:

Shadowmoo

Active Member
Contributor
Joined
Jan 20, 2017
Messages
656
Reaction score
1,399
Points
418
Age
38
Gender
Male
I know one need only press 2 buttons on this, but is there a script for this?
Found this through a google search. 1 and 2 (doesn't work on numpad) and it autosubmits.

Code:
// ==UserScript==
// @name a9 Tag Relevance
// @description 1-2 autosubmit
// @include https://www.mturkcontent.com/*
// @include https://s3.amazonaws.com/*
// @version 1yz
// @grant GM_log
// @require https://code.jquery.com/jquery-2.1.4.min.js
// ==/UserScript==

$("input[value='Relevant']").focus();
document.onkeydown = function (event) {

if(event.which == 49){ //numpad 1 hotkey

$("input[value='Relevant']").click();
$("#submitButton").click();
}
if(event.which == 50){ //numpad 2 hotkey
$("input[value='Irrelevant']").click();
$("#submitButton").click();
}

}
 

nopoopwarez

Well-Known Member
Contributor
Joined
Sep 16, 2016
Messages
10,324
Reaction score
18,600
Points
1,238
Age
38
Gender
Male
Found this through a google search. 1 and 2 (doesn't work on numpad) and it autosubmits.

Code:
// ==UserScript==
// @name a9 Tag Relevance
// @description 1-2 autosubmit
// @include https://www.mturkcontent.com/*
// @include https://s3.amazonaws.com/*
// @version 1yz
// @grant GM_log
// @require https://code.jquery.com/jquery-2.1.4.min.js
// ==/UserScript==

$("input[value='Relevant']").focus();
document.onkeydown = function (event) {

if(event.which == 49){ //numpad 1 hotkey

$("input[value='Relevant']").click();
$("#submitButton").click();
}
if(event.which == 50){ //numpad 2 hotkey
$("input[value='Irrelevant']").click();
$("#submitButton").click();
}

}
https://greasyfork.org/en/scripts/24650-mturk-radio-keybinds works too
 

Daniel

Well-Known Member
Contributor
Joined
May 25, 2017
Messages
3,014
Reaction score
5,271
Points
1,338
Gender
Male
Title: Social Beliefs | Accept
Requester: Roxanne Moadel-Attie [A2TIXJJ6SJWAT2] Contact
TV: [Hrly: $10.53] [Pay: 4.00] [Fast: null] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0]
TO: [Pay: 2.33] [Fast: 0.00] [Comm: 5.00] [Fair: 0.00] [Reviews: 3] [ToS: 0]
TO2: [Hrly: ---] [Pen: ---] [Res: ---] [Rec: ---] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$2.00
Duration: 1 hour
Available: 1
Description: This study examines your identity and social experiences. You must between 18-30 years old and be fluent in English to participate. The entire survey can take up to 30 minutes. You will receive $2.00 for survey completion.
Requirements: HIT approval rate (%) GreaterThan 80; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.2.2
[/td][/tr]
[tr][td][/td][/tr]
 

Zenophanes

Slow and Steady
Joined
Mar 14, 2018
Messages
225
Reaction score
638
Points
293
Gender
Male
Excellent. I had a script for something else that enabled enter to submit, but that's just not quite lazy enough for me. complete automation lazytown here i come!
 

Zenophanes

Slow and Steady
Joined
Mar 14, 2018
Messages
225
Reaction score
638
Points
293
Gender
Male
after something like 126 of those a9's, it said there was no more available for me, when there are clearly thousands left. that some kind of soft cap? i don't think they've blocked me or anything, but i can't seem to do any more right now.
 

electrolyte

The Ghost of MTurk Past
Contributor
Joined
Jan 10, 2016
Messages
19,184
Reaction score
45,979
Points
1,313
after something like 126 of those a9's, it said there was no more available for me, when there are clearly thousands left. that some kind of soft cap? i don't think they've blocked me or anything, but i can't seem to do any more right now.
Throttle. They're just trying to slow you down. Wait a second and go again.
 
Status
Not open for further replies.