11/28 - Wild Wednesday!

Do you like Rocky Movies?

  • Yes

  • No

  • Haven't seen 'em


Results are only viewable after voting.
Status
Not open for further replies.

themildone

the real Jaded
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
19,285
Reaction score
46,776
Points
1,438
Age
29
Location
Indiana
Gender
Female
Title: Psychology study | Accept
Requester: taysoo [A8U30COJ903MM] Contact
TV: [Hrly=$26.52] [Pay=5.00] [Fast=null] [Comm=null] [Rej=0] [ToS=0] [Blk=0]
TO: [Pay=2.79] [Fast=3.08] [Comm=2.33] [Fair=3.80] [Reviews=19] [ToS=0]
TO2: [Hrly=11.35] [Pen=null] [Res=null] [Rec=100%] [Rej=0] [ToS=0] [Brk=0]
Reward: 0.75
Duration: 1:00:00
Available: 15
Description: Psychology study on perception of altruism
Qualifications: Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.4.3
[/td][/tr]
[tr][td]
.[/td][/tr]
 

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
Title: Answer Occasion inspiration Questions (WARNING: This HIT may contain adult content. Worker discretion is advised.) | PANDA
Requester: Amazon Requester Inc. - A9 Data Validation [A3HLF55H6JSTI0] (Contact)
TV: [Hrly: $5.84] [Pay: 1.69] [Fast: 5.00] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0]
TO: [Pay: 2.54] [Fast: 3.92] [Comm: 2.94] [Fair: 3.94] [Reviews: 139] [ToS: 0]
TO2: [Hrly: $0.191] [Pen: 9.00 days] [Res: 0% of 1] [Rec: 50% of 2] [Rej: 1] [ToS: 0] [Brk: 0]
Reward:
$0.01
Duration: 5 days
Available: 1598
Description: --
Requirements: Blocked DoesNotExist; Category Validation Qualification EqualTo 10; Location EqualTo US; Adult Content Qualification EqualTo 1


Different A9's are up. Feel free to send a script :wink:
Code:
// ==UserScript==
// @name         A9 11/28/18
// @version      .01
// @description  LowCalCalzone request
// @author       SarahAshlee90
// @include     /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

$('input[value="yes"]').click();

window.onkeydown = function (event) {
        if(event.which == 97){
             $('input[value="no"]').eq(0).click();
         }
        if(event.which == 98){
            $('input[value="no"]').eq(1).click();
        }
        if(event.which == 99){
            $('input[value="no"]').eq(2).click();
        }
        if(event.which == 100){
            $('input[value="no"]').eq(3).click();
        }
        if(event.which == 13){
            $("#submitButton").click();
        }
}
 

themildone

the real Jaded
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
19,285
Reaction score
46,776
Points
1,438
Age
29
Location
Indiana
Gender
Female
wtf do you do when an AC says to leave a question blank but it won't let you advance without clicking something?
 

largeeyes

Well-Known Member
Joined
Jan 12, 2016
Messages
1,218
Reaction score
1,820
Points
413
Age
43
Title: Study of Online Surfing Behaviors | Accept
Requester: SmithOscar [AKL99MZHRN058] Contact
TV: [Hrly=$15.93] [Pay=4.21] [Fast=4.40] [Comm=4.25] [Rej=0] [ToS=0] [Blk=0]
TO: [Pay=4.27] [Fast=4.82] [Comm=4.75] [Fair=4.98] [Reviews=81] [ToS=0]
TO2: [Hrly=6.32] [Pen=0.49 days] [Res=0%] [Rec=80%] [Rej=0] [ToS=1] [Brk=0]
Reward: 1.10
Duration: 1:00:00
Available: 805
Description: Study of Online Surfing Behaviors
Qualifications: Already taken DoesNotExist ; onlinesb DoesNotExist ; Total approved HITs GreaterThan 5000; HIT approval rate (%) GreaterThanOrEqualTo 99; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.4.3
[/td][/tr]
[tr][td][/td][/tr]
 

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,617
Reaction score
123,835
Points
1,414
Age
123
Gender
Female
wtf do you do when an AC says to leave a question blank but it won't let you advance without clicking something?
if I'm not too far in I return it, otherwise I mark one side or the other and then message them.
 

LowCalCalzone

Legalize Ranch
Contributor
Joined
Jan 12, 2016
Messages
5,059
Reaction score
18,790
Points
1,013
Age
31
Gender
Female
Code:
// ==UserScript==
// @name         A9 11/28/18
// @version      .01
// @description  LowCalCalzone request
// @author       SarahAshlee90
// @include     /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

$('input[value="yes"]').click();

window.onkeydown = function (event) {
        if(event.which == 97){
             $('input[value="no"]').eq(0).click();
         }
        if(event.which == 98){
            $('input[value="no"]').eq(1).click();
        }
        if(event.which == 99){
            $('input[value="no"]').eq(2).click();
        }
        if(event.which == 100){
            $('input[value="no"]').eq(3).click();
        }
        if(event.which == 13){
            $("#submitButton").click();
        }
}
Yikes, I was waaaaayyy off with my attempt. I should really get back into codeacademy :grimace:
 
  • Like
Reactions: SarahAshlee90

Mecca

Banned
Banned
Joined
Apr 29, 2016
Messages
3,475
Reaction score
6,963
Points
763
Age
43
Gender
Male
What kinda start is today off to? I just want to sleep...
 
  • Like
Reactions: SherryNotShirley

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
Yikes, I was waaaaayyy off with my attempt. I should really get back into codeacademy :grimace:
There are a lot of ways to do the same thing in javascript. You likely weren't that far off. I just did it that way because that is how the boilerplate is saved on my desktop.
 

Kliq

Well-Known Member
Joined
Mar 14, 2016
Messages
2,064
Reaction score
6,914
Points
763
Gender
Male
Title: Answer a survey about knowledge, attitudes and decision-making in different domains | Accept
Requester: Per Andersson [A1Q5HMPCHEJPY0] Contact
TV: No Reviews
TO: [Pay=2.14] [Fast=1.83] [Comm=1.00] [Fair=2.33] [Reviews=8] [ToS=0]
TO2: No Reviews
Reward: 1.20
Duration: 2:00:00
Available: 1
Description: The survey consist of four main parts, with some follow-up questions and some demographic questions. Two parts include a number of multiple choice questions (9 in one part and 16 in the other). One part include attitude statements and one part consist of
Qualifications: Total approved HITs GreaterThan 500; HIT approval rate (%) GreaterThan 97; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.4.1
[/td][/tr]
[tr][td][/td][/tr]8m
 
Last edited:
Status
Not open for further replies.