04/03 - MaCh Speed Monday!

Status
Not open for further replies.

Starslip

Well-Known Member
Contributor
Crowd Pleaser
Joined
Jan 19, 2016
Messages
13,351
Reaction score
35,529
Points
1,588
Age
124
Gender
Male
Title: Perceptions of Social Behavior | PANDA
Worker: Preview | Accept | Requester
Requester: John Ballinger [AY6NEHRQQHXFC] (Contact)
TO 1: [Pay: 3.00] [Fast: 5.00] [Comm: 0.00] [Fair: 5.00] [Reviews: 4] [ToS: 0]
TO 2:
[Rate: $3.33/hr] [Pen: 0.50 days] [Res: -- of 0] [Rec: 0% of 2] [Rej: 0] [ToS: 0] [Brk: 1]
Description:
You will read about several social scenarios and be asked to judge each situation on various dimensions. This study will take approximately 15 minutes to complete.
Time: 1 hour
HITs Available: 1
Reward: $2.50
Qualifications: B_BR_Qual DoesNotExist ; Total approved HITs GreaterThan 500; HIT approval rate (%) GreaterThan 95; Location EqualTo US;

HIT exported from Mturk Suite v1.20.18
Screener, but if you pass it's like 5-10 mins
 

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
34
Gender
Female
No but what would you script? I don't mind them without a script, not sure how a script could help with these.
Because I'm in a good mood today, and because you are not a Yankee's fan, here ya go.
Code:
// ==UserScript==
// @name        CMU RE Lab
// @description 0-9 hotkeys       
// @author      SarahAshlee90
// @include     https://gaius.isri.cmu.edu*
// @version     1
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.1.min.js
// @hitname      Rate words and phrases
// @hitsave      https://gaius.isri.cmu.edu:8200/scales/task?name=disc1800_2&assignmentId=ASSIGNMENT_ID_NOT_AVAILABLE&hitId=3UQVX1UPFSTI3EJSVE3ZAM5KXH620L
// ==/UserScript==


i=0
window.onkeydown = function (event) {
        if(event.which == 96){                                                               
           
            $('input[value="0"]').eq(i).click();
            i++
        }
        if(event.which == 97){                                                               
           
            $('input[value="1"]').eq(i).click();
            i++
        }
        if(event.which == 98){                                                                     
            $('input[value="2"]').eq(i).click();
            i++
        }
        if(event.which == 99){                                                                  
            $('input[value="3"]').eq(i).click();
            i++
        }
        if(event.which == 100){                                                                   
            $('input[value="4"]').eq(i).click();
            i++
        }
        if(event.which == 101){                                                                   
            $('input[value="5"]').eq(i).click();
            i++
        }
        if(event.which == 102){                                                                   
            $('input[value="6"]').eq(i).click();
            i++
        }
        if(event.which == 103){                                                                   
            $('input[value="7"]').eq(i).click();
            i++
        }
        if(event.which == 104){                                                                  
            $('input[value="8"]').eq(i).click();
            i++
        }
        if(event.which == 105){                                                                   
            $('input[value="9"]').eq(i).click();
            i++
        }
       
}
 

ElleWoods

Walking in a Turker Wonderland
Contributor
Joined
Jan 23, 2016
Messages
4,696
Reaction score
10,873
Points
988
Gender
Female
Title: Rate words and phrases | PANDA
Worker: Preview | Accept | Requester
Requester: CMU RE Lab [A1V2FNNP7O6DQO] (Contact)
TO 1: [Pay: 3.69] [Fast: 4.25] [Comm: 2.25] [Fair: 3.31] [Reviews: 40] [ToS: 0]
TO 2:
Not Available
Description: Choose a level to describe your beliefs about words and phrases
Time: 8 minutes
HITs Available: 150
Reward: $0.10
Qualifications: Total approved HITs is not less than 5000; HIT approval rate (%) is not less than 97; Location is US;
I'm going to go ahead and step away from these. Blocks, rejections a plenty OH MY
 

TylerS

Lazy Turker
Contributor
Joined
Dec 14, 2016
Messages
1,276
Reaction score
1,923
Points
538
Age
39
Gender
Male
Because I'm in a good mood today, and because you are not a Yankee's fan, here ya go.
Code:
// ==UserScript==
// @name        CMU RE Lab
// @description 0-9 hotkeys      
// @author      SarahAshlee90
// @include     https://gaius.isri.cmu.edu*
// @version     1
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.1.min.js
// @hitname      Rate words and phrases
// @hitsave      https://gaius.isri.cmu.edu:8200/scales/task?name=disc1800_2&assignmentId=ASSIGNMENT_ID_NOT_AVAILABLE&hitId=3UQVX1UPFSTI3EJSVE3ZAM5KXH620L
// ==/UserScript==


i=0
window.onkeydown = function (event) {
        if(event.which == 96){                                                              
          
            $('input[value="0"]').eq(i).click();
            i++
        }
        if(event.which == 97){                                                              
          
            $('input[value="1"]').eq(i).click();
            i++
        }
        if(event.which == 98){                                                                    
            $('input[value="2"]').eq(i).click();
            i++
        }
        if(event.which == 99){                                                                 
            $('input[value="3"]').eq(i).click();
            i++
        }
        if(event.which == 100){                                                                  
            $('input[value="4"]').eq(i).click();
            i++
        }
        if(event.which == 101){                                                                  
            $('input[value="5"]').eq(i).click();
            i++
        }
        if(event.which == 102){                                                                  
            $('input[value="6"]').eq(i).click();
            i++
        }
        if(event.which == 103){                                                                  
            $('input[value="7"]').eq(i).click();
            i++
        }
        if(event.which == 104){                                                                 
            $('input[value="8"]').eq(i).click();
            i++
        }
        if(event.which == 105){                                                                  
            $('input[value="9"]').eq(i).click();
            i++
        }
      
}

Haha thanks I'll check it out :)
 

LowCalCalzone

Legalize Ranch
Contributor
Joined
Jan 12, 2016
Messages
5,059
Reaction score
18,790
Points
1,013
Age
31
Gender
Female
Honestly CMU did some shady stuff a few months back. They mass rejected a few people, and blocked a few people. I don't think he knew what he was doing, but Travis has been a lot better lately. These new batches pay immediately, he's legit. Maybe email him and see whats up?
Yeah I probably should. Not sure when it happened as I just noticed now, and I never worked on them so I didn't care too much. I'll update if I hear anything.
 

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,621
Reaction score
123,845
Points
1,414
Age
124
Gender
Female
unrelated
 
  • Like
Reactions: Starslip

TylerS

Lazy Turker
Contributor
Joined
Dec 14, 2016
Messages
1,276
Reaction score
1,923
Points
538
Age
39
Gender
Male
I'm going to go ahead and step away from these. Blocks, rejections a plenty OH MY
That was months back, and it happened in the span of a couple of weeks. I was really leery of them when they started posting again, but I'm not worried about them anymore. The TO is scary though
 
  • Like
Reactions: C to the J

casualwarfare

Member
Joined
Jan 12, 2016
Messages
483
Reaction score
1,253
Points
343
Age
38
Gender
Female
They got out of the inning, only 5 walks, 1 passed ball, 1 or 2 wild pitches...I forget.

Damn Braves, I actually feel bad.
I took a bit of a break last season after getting sick of becoming attached to players only to have them traded every other day, plus being burned by the whole shady stadium deal, but now I'm back and remembering what it feels like to be a Braves fan in recent years.
 
  • Like
Reactions: TylerS

ElleWoods

Walking in a Turker Wonderland
Contributor
Joined
Jan 23, 2016
Messages
4,696
Reaction score
10,873
Points
988
Gender
Female
That was months back, and it happened in the span of a couple of weeks. I was really leery of them when they started posting again, but I'm not worried about them anymore. The TO is scary though
The block was from today.
 
  • Like
Reactions: TylerS

jenaling

Who?
Contributor
Joined
Nov 4, 2016
Messages
2,357
Reaction score
7,109
Points
838
Age
45
Gender
Female
I'm going to go ahead and step away from these. Blocks, rejections a plenty OH MY
Totally understand but every single one I've done today (just over 100) has already been approved.
 

TylerS

Lazy Turker
Contributor
Joined
Dec 14, 2016
Messages
1,276
Reaction score
1,923
Points
538
Age
39
Gender
Male
I took a bit of a break last season after getting sick of becoming attached to players only to have them traded every other day, plus being burned by the whole shady stadium deal, but now I'm back and remembering what it feels like to be a Braves fan in recent years.
Mets fans follow a simple pattern.

Hope.
Excitement
Injuries, lots of them
Hope turns to despair

 

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
35
can't submit these CMUs
 

ElleWoods

Walking in a Turker Wonderland
Contributor
Joined
Jan 23, 2016
Messages
4,696
Reaction score
10,873
Points
988
Gender
Female
Totally understand but every single one I've done today (just over 100) has already been approved.
Alright. Scared money don't make money, right?
 
  • Like
Reactions: jenaling

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,621
Reaction score
123,845
Points
1,414
Age
124
Gender
Female
Totally understand but every single one I've done today (just over 100) has already been approved.
I think if more rejections and blocks are being reported (today and recently) it might be a good idea to start being cautious.
 

loki3404

So Corporate
Contributor
Joined
Jan 12, 2016
Messages
8,264
Reaction score
24,065
Points
1,013
Location
NYC
Gender
Male
Mets fans follow a simple pattern.

Hope.
Excitement
Injuries, lots of them
Hope turns to despair

They always go on a little run after the despair hits to really twist the knife.. Normally a couple weeks after the All Star break.
 

LowCalCalzone

Legalize Ranch
Contributor
Joined
Jan 12, 2016
Messages
5,059
Reaction score
18,790
Points
1,013
Age
31
Gender
Female
I think if more rejections and blocks are being reported (today and recently) it might be a good idea to start being cautious.
To be fair I'm not sure if my own happened recently or not. I haven't clicked on them in a while. The TO report is not mine though :/
 

unfortuNate

Closed Qual Whore
Banned
Contributor
Joined
Feb 18, 2017
Messages
1,828
Reaction score
3,736
Points
388
Gender
Male
To be fair to ElleWoods @ElleWoods , I'm not doing the hits, nor have I looked at TO. I just really wanted to use that gif lol
 
  • Like
Reactions: YAHU

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
35
lost my queue of CMUs since they expired because I couldn't submit any
 
Status
Not open for further replies.