05/23 - Mr. Owl Monday!

Status
Not open for further replies.

Kuddish

Me fail English! That's unpossible
Contributor
Joined
Jan 24, 2016
Messages
3,800
Reaction score
7,804
Points
988
Age
42
Location
The D!
Gender
Male
Is there a script for these a9's?
 

Infinity

Masochist or Mturker? You decide.
Contributor
Joined
Apr 29, 2016
Messages
1,308
Reaction score
1,360
Points
588
Gender
Female
Title: Identify emotions expressed by the voice | PANDA
Requester: Affective Cog Neuro Lab 03 [A2P191MUP3WMOU] (TO)
TO Ratings:
★★★★★ 5.00 Communicativity
★★★★★ 3.00 Generosity
★★★★★ 5.00 Fairness
★★★★★ 5.00 Promptness
Number of Reviews: 11 | TOS Flags: 0
Submit a new TO review
Description: You will rate the emotions expressed by 30 short (<3s) vocalizations.
Time: 30 minutes
HITs Available: 54
Reward: $0.37
Qualifications: HIT approval rate (%) is greater than 97;Total approved HITs is greater than 50

I think you can do more than 1.. I mean, I just did 2 so... >.>
 

minmoo

Member
Joined
Jan 14, 2016
Messages
112
Reaction score
149
Points
293
Location
Western NC
Gender
Female
Aaaaand now the first a9 vajay. I only started doing these yesterday.

Yesterday was just a stereotypical fat guy in his underwear playing video games. That escalated quickly.
 

Pleco

Friendly Neighborhood Rat
Contributor
Crowd Pleaser
Joined
Jan 23, 2016
Messages
19,190
Reaction score
76,218
Points
1,588
Age
37
Gender
Male
Aaaaand now the first a9 vajay. I only started doing these yesterday.

Yesterday was just a stereotypical fat guy in his underwear playing video games. That escalated quickly.
You're growing up right before our eyes.
 
  • Like
Reactions: minmoo

derekc

New Member
Joined
Jan 25, 2016
Messages
57
Reaction score
84
Points
268
Age
34
Is anyone else getting this when doing A9s?
Your results have been submitted to Amazon Requester Inc. A9 Data Validation and will be approved or rejected shortly.
Watch this hit?
Wasn't happening to me on Sunday
 

Loxxed

Avada Kedavra
Banned
Joined
May 20, 2016
Messages
1,433
Reaction score
2,261
Points
513
Age
33
Is there a script for these a9's?
"yes"


Code:
// ==UserScript==
// @name A9 Image Survey Clothes
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Might Do Stuff
// @author THFYM
// @include *.mturkcontent.com/*
// @include https://s3.amazonaws.com/mturk_bulk/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==




if ($("h4:contains(Picture of a picture is acceptable. Mannequin is acceptable.)").length){
$(".btn:contains('No')").click();
$(".form-group").css('width', '200');
$(".form-group").css('float', 'left');
window.focus();
$(document).keydown(function(e) {
if (e.keyCode === 90) { // z to submit
$("input[value='Submit']").click();
}
});
}
I changed the submit button to Z.
 
  • Like
Reactions: Kuddish

VGB

dr. peepee poopoo
Joined
Jan 21, 2016
Messages
5,753
Reaction score
15,213
Points
1,038
Age
38
Location
Milwaukee via Boston
Gender
Male
Title: Personality and Life Experiences(~ 7 minutes) | PANDA
Requester: matthew baldwin [AWFY0UB80NDBN] (TO)
TO Ratings:
★★★★ 4.24 Communicativity
★★★★★ 3.84 Generosity
★★★★ 4.71 Fairness
★★★★ 4.75 Promptness
Number of Reviews: 77 | TOS Flags: 0
Submit a new TO review
Description: A short survey (~7 min) about personality and life experiences.
Time: 20 minutes
HITs Available: 1
Reward: $0.70
Qualifications: Total approved HITs is not less than 500;Exc: [417291-12772] has not been granted;HIT approval rate (%) is not less than 98;Location is one of: US

this is under 3m

give or take depending on if you can write a little
 

loki3404

So Corporate
Contributor
Joined
Jan 12, 2016
Messages
8,264
Reaction score
24,065
Points
1,013
Location
NYC
Gender
Male
"yes"


Code:
// ==UserScript==
// @name A9 Image Survey Clothes
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Might Do Stuff
// @author THFYM
// @include *.mturkcontent.com/*
// @include https://s3.amazonaws.com/mturk_bulk/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==




if ($("h4:contains(Picture of a picture is acceptable. Mannequin is acceptable.)").length){
$(".btn:contains('No')").click();
$(".form-group").css('width', '200');
$(".form-group").css('float', 'left');
window.focus();
$(document).keydown(function(e) {
if (e.keyCode === 90) { // z to submit
$("input[value='Submit']").click();
}
});
}
I changed the submit button to Z.
This one uses 1-8 number keys to select yes/no with no default.

http://paste.ofcode.org/pH2icGk3RsCsyQCpUDqMCj
 
Last edited:
  • Like
Reactions: Loxxed
Status
Not open for further replies.